[83357] trunk/dports/net/libfetch/Portfile
Revision: 83357 http://trac.macports.org/changeset/83357 Author: afb@macports.org Date: 2011-08-30 00:49:14 -0700 (Tue, 30 Aug 2011) Log Message: ----------- libfetch: upgrade to 7.4.0, use right compiler Modified Paths: -------------- trunk/dports/net/libfetch/Portfile Modified: trunk/dports/net/libfetch/Portfile =================================================================== --- trunk/dports/net/libfetch/Portfile 2011-08-30 07:30:43 UTC (rev 83356) +++ trunk/dports/net/libfetch/Portfile 2011-08-30 07:49:14 UTC (rev 83357) @@ -3,7 +3,7 @@ PortSystem 1.0 name libfetch -version 7.3.0-RELEASE +version 7.4.0-RELEASE categories net maintainers afb description FreeBSD file fetching library @@ -13,10 +13,11 @@ use_bzip2 yes homepage http://www.freebsd.org/ master_sites macports -checksums md5 34431a8480734c42a822701c36772b97 \ - sha1 52f4a15258c3c937136837be4b88af014d39a7cb \ - rmd160 20844a4d3456efcbe32acbb2e09322023a315303 +checksums md5 8c489dddaea84ef17a5c6addc11ac1c3 \ + sha1 8464fb158f349546cb3bb390c59bbfc8d13be637 \ + rmd160 8ee8e717049876f1636ad4f456d89fdb3ff44823 build.type bsd +build.env CC=${configure.cc} CFLAGS=${configure.cflags} build.args -DMK_INET6_SUPPORT -DMK_OPENSSL worksrcdir ${name} use_configure no
participants (1)
-
afb@macports.org