[69919] trunk/dports/textproc/gpsbabel/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jul 21 16:26:16 PDT 2010


Revision: 69919
          http://trac.macports.org/changeset/69919
Author:   ryandesign at macports.org
Date:     2010-07-21 16:26:14 -0700 (Wed, 21 Jul 2010)
Log Message:
-----------
gpsbabel: use normal distfile from locations that will give it to us via GET; fixes checksum errors reported in #25532

Modified Paths:
--------------
    trunk/dports/textproc/gpsbabel/Portfile

Modified: trunk/dports/textproc/gpsbabel/Portfile
===================================================================
--- trunk/dports/textproc/gpsbabel/Portfile	2010-07-21 20:39:41 UTC (rev 69918)
+++ trunk/dports/textproc/gpsbabel/Portfile	2010-07-21 23:26:14 UTC (rev 69919)
@@ -5,7 +5,6 @@
 
 name                gpsbabel
 version             1.4.1
-set cvstag          [string map {. _} ${version}]
 categories          textproc comms
 license             GPL
 maintainers         snc openmaintainer
@@ -20,12 +19,12 @@
 
 depends_lib         port:expat port:libusb-compat port:zlib
 
-master_sites        http://gpsbabel.cvs.sourceforge.net/viewvc/gpsbabel/gpsbabel/?view=tar&pathrev=gpsbabel_${cvstag}&view=
-distname            ${name}-${name}
-worksrcdir          ${name}
+master_sites        http://ee.archive.ubuntu.com/pub/pkgsrc/distfiles/ \
+                    http://ftp.riken.go.jp/pub/NetBSD/packages/distfiles/
 
-checksums           sha1    b5352e962b94501589f621a864b3cba3f736526a \
-                    rmd160  0b8199f7e5023a028ff8d59d60329bcac9791a95
+checksums           md5     512c4acfb12e20102fa5ceacef45a356 \
+                    sha1    28d891887487a3ff4b4433e1320124956be96e61 \
+                    rmd160  67918d040451b98187725f196fe019eea34a6468
 
 configure.args      --with-zlib=system --with-expathdr=${prefix}/include --with-libexpat=${prefix}/lib
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100721/6a81b304/attachment.html>


More information about the macports-changes mailing list