Revision: 74370 http://trac.macports.org/changeset/74370 Author: and.damore@macports.org Date: 2010-12-14 04:58:26 -0800 (Tue, 14 Dec 2010) Log Message: ----------- upgraded libticonv to 1.1.1 as per #27662 Modified Paths: -------------- trunk/dports/math/libticonv/Portfile Modified: trunk/dports/math/libticonv/Portfile =================================================================== --- trunk/dports/math/libticonv/Portfile 2010-12-14 11:05:07 UTC (rev 74369) +++ trunk/dports/math/libticonv/Portfile 2010-12-14 12:58:26 UTC (rev 74370) @@ -3,8 +3,7 @@ PortSystem 1.0 name libticonv -version 1.1.0 -revision 1 +version 1.1.1 categories math maintainers and.damore description TILibs @@ -13,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 23a85532e4b6a4130ebdf7350c42b89d \ + sha1 4d3f5ecf15ca7d975e1e9b317bbe6062dcbedf71 \ + rmd160 45021fa882d3595527dc1631198ee48b33b2d007 depends_build port:pkgconfig \ bin:grep:grep @@ -27,6 +25,4 @@ port:libusb-compat \ 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 " }
participants (1)
-
and.damore@macports.org