Ticket #27662: Portfile-libticonv.diff

File Portfile-libticonv.diff, 1.4 KB (added by jonimoose@…, 14 years ago)
  • Portfile

    old new  
    33PortSystem          1.0
    44
    55name                libticonv
    6 version             1.1.0
     6version             1.1.1
    77revision            1
    88categories          math
    99maintainers         and.damore
     
    1313platforms           darwin
    1414
    1515master_sites        sourceforge:tilp
    16 distfiles                       tilibs2-20080328.tar.gz
    1716
    18 checksums                       md5 63ade8dfde9553b5df3acf2a7d12704f \
    19                                         sha1 11a6def44c21c3e245f78836e96eb4d827c1b38b \
    20                                         rmd160 b3881dd6e28ff62f58949ebc4e5712aa6a958558
     17use_bzip2           yes
    2118
    22 dist_subdir         tilibs2
     19checksums                       md5 23a85532e4b6a4130ebdf7350c42b89d \
     20                                        sha1 4d3f5ecf15ca7d975e1e9b317bbe6062dcbedf71 \
     21                                        rmd160 45021fa882d3595527dc1631198ee48b33b2d007
    2322
    2423depends_build       port:pkgconfig \
    2524                    bin:grep:grep
     
    2726                                        port:libusb-compat \
    2827                    path:lib/pkgconfig/glib-2.0.pc:glib2
    2928
    30 post-extract            { system "tar zxf ${workpath}/tilibs2/${name}-${version}.tar.gz -C ${workpath} " }
    31 
    3229pre-destroot            { system "chmod +x ${worksrcpath}/install-sh " }