Ticket #27662: Portfile-libtifiles2.diff

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

    old new  
    33PortSystem          1.0
    44
    55name                libtifiles2
    6 version             1.1.1
     6version             1.1.3
    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
     16use_bzip2           yes
    2017
    21 dist_subdir         tilibs2
     18checksums                       md5 49c9a6a99c0f1fe8c376c10518fe8acb \
     19                                        sha1 87ddba91a1229849ac9224cdcd4c1ccdd1b77833 \
     20                                        rmd160 2100a745bbb079d14a4b8199013132141cf2c862
    2221
    2322depends_build       port:pkgconfig \
    2423                    bin:grep:grep
     
    2726                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
    2827                    port:zlib
    2928
    30 post-extract            { system "tar zxf ${workpath}/tilibs2/${name}-${version}.tar.gz -C ${workpath} " }
    31 
    3229pre-destroot            { system "chmod +x ${worksrcpath}/install-sh " }