Ticket #46538: Portfile-liblo.diff

File Portfile-liblo.diff, 1.2 KB (added by bennigraf@…, 9 years ago)

Updated portfile with v0.28, correct hashes and removed comment abount 0.27

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id$
     2# $Id: Portfile 109548 2013-08-17 12:44:55Z ryandesign@macports.org $
    33
    44PortSystem 1.0
    55
    66name            liblo
    77epoch           1
    8 # 0.27 is buggy on x86_64 and is not considered stable; wait for 0.28
    9 # https://sourceforge.net/p/liblo/bugs/33/
    10 version         0.26
     8version         0.28
    119categories      audio
    1210platforms       darwin
    1311maintainers     nomaintainer
     
    1816homepage        http://liblo.sourceforge.net/
    1917master_sites    sourceforge:project/liblo/liblo/${version}
    2018
    21 checksums       rmd160  380025d0d79280b13929da82db2e0908a3f4be39 \
    22                 sha256  a636fb09f8178ad0d5303e94fec37b182d3062a0e3daee85eed2a39ab6232258
     19checksums       rmd160  473806e0ca5d383ee07d657103f43c7f90ff7b15 \
     20                sha256  da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909
    2321
    2422# Does not have dependencies, so does not need -I flag, and -I flag causes configure error with clang
    2523# https://sourceforge.net/p/liblo/bugs/34/