Revision: 69291 http://trac.macports.org/changeset/69291 Author: snc@macports.org Date: 2010-06-29 06:31:20 -0700 (Tue, 29 Jun 2010) Log Message: ----------- update version, hacking around download issues via sourceforge repo view Modified Paths: -------------- trunk/dports/textproc/gpsbabel/Portfile Modified: trunk/dports/textproc/gpsbabel/Portfile =================================================================== --- trunk/dports/textproc/gpsbabel/Portfile 2010-06-29 13:21:50 UTC (rev 69290) +++ trunk/dports/textproc/gpsbabel/Portfile 2010-06-29 13:31:20 UTC (rev 69291) @@ -4,8 +4,7 @@ PortSystem 1.0 name gpsbabel -version 1.3.6 -revision 1 +version 1.4.0 categories textproc comms license GPL maintainers snc openmaintainer @@ -17,11 +16,16 @@ unit such as those from Garmin and Magellan. platforms darwin homepage http://www.gpsbabel.org/ -master_sites ${homepage}plan9.php?dl= -checksums md5 1571b31f8f06f722995449dbff01ca49 -depends_lib port:expat port:libusb-compat +depends_lib port:expat port:libusb-compat port:zlib +master_sites http://gpsbabel.cvs.sourceforge.net/viewvc/gpsbabel/gpsbabel/?view=tar&pathr... +distname ${name}-${name} +worksrcdir ${name} + +checksums sha1 8fa3cf06d07cbcdbe3b9939ccfbeb882e0e4766a \ + rmd160 c4da8d443bb83368af2e3045b73817dbb6272814 + configure.args --with-zlib=system --with-expathdr=${prefix}/include --with-libexpat=${prefix}/lib post-destroot {
participants (1)
-
snc@macports.org