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

snc at macports.org snc at macports.org
Sat May 16 09:42:28 PDT 2015


Revision: 136415
          https://trac.macports.org/changeset/136415
Author:   snc at macports.org
Date:     2015-05-16 09:42:28 -0700 (Sat, 16 May 2015)
Log Message:
-----------
gpsbabel:
 * update to 1.5.2, #47721
 * drop maintainer

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

Modified: trunk/dports/textproc/gpsbabel/Portfile
===================================================================
--- trunk/dports/textproc/gpsbabel/Portfile	2015-05-16 16:27:12 UTC (rev 136414)
+++ trunk/dports/textproc/gpsbabel/Portfile	2015-05-16 16:42:28 UTC (rev 136415)
@@ -2,12 +2,13 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           qmake5 1.0
 
 name                gpsbabel
-version             1.4.4
+version             1.5.2
 categories          textproc comms
 license             GPL
-maintainers         snc openmaintainer
+maintainers         nomaintainer
 description         GPSBabel converts/uploads GPS waypoints, tracks, and routes
 long_description    GPSBabel converts GPS waypoints, tracks, and routes \
                     from one format to another, whether that format is a \
@@ -17,19 +18,19 @@
 platforms           darwin
 homepage            http://www.gpsbabel.org/
 
-depends_lib         port:expat port:libusb-compat port:zlib
+depends_lib-append  port:expat port:libusb-compat port:zlib
 
-master_sites        http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
+master_sites        http://www.linklevel.net/distfiles/
 
-checksums           rmd160  95a042fb035a5aaa2dcb50d430e36f384a575f4f \
-                    sha256  9dd2a06e887cb286c9a07164a8f2ede11aed1147e6419007370c528412321944
+checksums           rmd160  86a54f6e6647ed8eaa340641e9240565acf5ca99 \
+                    sha256  c1a2f07d014d69dcce80e2ef8f23fe2fe3154324957b04d488da1b32458fad7b
 
-configure.args      --with-zlib=system --with-expathdr=${prefix}/include --with-libexpat=${prefix}/lib
+configure.args      --with-zlib=system
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING README.contrib README.igc README.magnav \
-        README.mapconverter README.psp README.xmapwpt ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING README.contrib README.igc \
+        README.mapconverter README.xmapwpt ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150516/ce3de2cc/attachment.html>


More information about the macports-changes mailing list