Ticket #27662: Portfile-libticables2.diff

File Portfile-libticables2.diff, 1.2 KB (added by jonimoose@…, 13 years ago)
  • Portfile

    old new  
    33PortSystem          1.0
    44
    55name                libticables2
    6 version             1.2.0
     6version             1.3.1
    77categories          math
    88maintainers         and.damore
    99description         TILibs
     
    1212platforms           darwin
    1313
    1414master_sites        sourceforge:tilp
    15 distfiles                       tilibs2-20080328.tar.gz
    1615
    17 checksums                       md5 63ade8dfde9553b5df3acf2a7d12704f \
    18                                         sha1 11a6def44c21c3e245f78836e96eb4d827c1b38b \
    19                                         rmd160 b3881dd6e28ff62f58949ebc4e5712aa6a958558
    20 
    21 dist_subdir         tilibs2
     16use_bzip2           yes
    2217
     18checksums                       md5 a5086656a36172eb44e280b569c68b0c \
     19                                        sha1 dd4a887e91b34663f58d277158d40015d5fc7a50 \
     20                                        rmd160 ad023eafd0978ae576f8ad1d22c3b411b15e802b
    2321
    2422depends_build       port:pkgconfig \
    2523                    bin:grep:grep
     
    2826                    port:gettext \
    2927                    path:lib/pkgconfig/glib-2.0.pc:glib2
    3028
    31 post-extract            { system "tar zxf ${workpath}/tilibs2/${name}-${version}.tar.gz -C ${workpath} " }
    32 
    3329pre-destroot            { system "chmod +x ${worksrcpath}/install-sh " }