Revision: 74376 http://trac.macports.org/changeset/74376 Author: and.damore@macports.org Date: 2010-12-14 05:28:52 -0800 (Tue, 14 Dec 2010) Log Message: ----------- libticables upgrade to 1.3.1 as per #27662 Modified Paths: -------------- trunk/dports/math/libticables2/Portfile Modified: trunk/dports/math/libticables2/Portfile =================================================================== --- trunk/dports/math/libticables2/Portfile 2010-12-14 13:24:57 UTC (rev 74375) +++ trunk/dports/math/libticables2/Portfile 2010-12-14 13:28:52 UTC (rev 74376) @@ -3,7 +3,7 @@ PortSystem 1.0 name libticables2 -version 1.2.0 +version 1.3.1 categories math maintainers and.damore description TILibs @@ -12,15 +12,13 @@ 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 a5086656a36172eb44e280b569c68b0c \ + sha1 dd4a887e91b34663f58d277158d40015d5fc7a50 \ + rmd160 ad023eafd0978ae576f8ad1d22c3b411b15e802b - depends_build port:pkgconfig \ bin:grep:grep depends_lib port:libticonv \ @@ -28,6 +26,4 @@ port:gettext \ path:lib/pkgconfig/glib-2.0.pc:glib2 -post-extract { system "tar zxf ${workpath}/tilibs2/${name}-${version}.tar.gz -C ${workpath} " } - pre-destroot { system "chmod +x ${worksrcpath}/install-sh " }