Revision: 74373 http://trac.macports.org/changeset/74373 Author: and.damore@macports.org Date: 2010-12-14 05:23:35 -0800 (Tue, 14 Dec 2010) Log Message: ----------- upgraded libtifiles2 to 1.1.3 Modified Paths: -------------- trunk/dports/math/libtifiles2/Portfile Modified: trunk/dports/math/libtifiles2/Portfile =================================================================== --- trunk/dports/math/libtifiles2/Portfile 2010-12-14 13:00:11 UTC (rev 74372) +++ trunk/dports/math/libtifiles2/Portfile 2010-12-14 13:23:35 UTC (rev 74373) @@ -3,7 +3,7 @@ PortSystem 1.0 name libtifiles2 -version 1.1.1 +version 1.1.3 categories math maintainers and.damore description TILibs @@ -12,13 +12,12 @@ platforms darwin master_sites sourceforge:tilp -distfiles tilibs2-20080328.tar.gz -checksums md5 63ade8dfde9553b5df3acf2a7d12704f \ - sha1 11a6def44c21c3e245f78836e96eb4d827c1b38b \ - rmd160 b3881dd6e28ff62f58949ebc4e5712aa6a958558 +use_bzip2 yes -dist_subdir tilibs2 +checksums md5 49c9a6a99c0f1fe8c376c10518fe8acb \ + sha1 87ddba91a1229849ac9224cdcd4c1ccdd1b77833 \ + rmd160 2100a745bbb079d14a4b8199013132141cf2c862 depends_build port:pkgconfig \ bin:grep:grep @@ -27,6 +26,4 @@ path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:zlib -post-extract { system "tar zxf ${workpath}/tilibs2/${name}-${version}.tar.gz -C ${workpath} " } - pre-destroot { system "chmod +x ${worksrcpath}/install-sh " }