Ticket #27662: Portfile-libtifiles2.diff
File Portfile-libtifiles2.diff, 1.1 KB (added by jonimoose@…, 14 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name libtifiles2 6 version 1.1. 16 version 1.1.3 7 7 categories math 8 8 maintainers and.damore 9 9 description TILibs … … 12 12 platforms darwin 13 13 14 14 master_sites sourceforge:tilp 15 distfiles tilibs2-20080328.tar.gz16 15 17 checksums md5 63ade8dfde9553b5df3acf2a7d12704f \ 18 sha1 11a6def44c21c3e245f78836e96eb4d827c1b38b \ 19 rmd160 b3881dd6e28ff62f58949ebc4e5712aa6a958558 16 use_bzip2 yes 20 17 21 dist_subdir tilibs2 18 checksums md5 49c9a6a99c0f1fe8c376c10518fe8acb \ 19 sha1 87ddba91a1229849ac9224cdcd4c1ccdd1b77833 \ 20 rmd160 2100a745bbb079d14a4b8199013132141cf2c862 22 21 23 22 depends_build port:pkgconfig \ 24 23 bin:grep:grep … … 27 26 path:lib/pkgconfig/glib-2.0.pc:glib2 \ 28 27 port:zlib 29 28 30 post-extract { system "tar zxf ${workpath}/tilibs2/${name}-${version}.tar.gz -C ${workpath} " }31 32 29 pre-destroot { system "chmod +x ${worksrcpath}/install-sh " }