[110794] trunk/dports/gis/mapnik/Portfile

stromnov at macports.org stromnov at macports.org
Fri Sep 6 03:48:24 PDT 2013


Revision: 110794
          https://trac.macports.org/changeset/110794
Author:   stromnov at macports.org
Date:     2013-09-06 03:48:24 -0700 (Fri, 06 Sep 2013)
Log Message:
-----------
mapnik: use github

Modified Paths:
--------------
    trunk/dports/gis/mapnik/Portfile

Modified: trunk/dports/gis/mapnik/Portfile
===================================================================
--- trunk/dports/gis/mapnik/Portfile	2013-09-06 09:14:45 UTC (rev 110793)
+++ trunk/dports/gis/mapnik/Portfile	2013-09-06 10:48:24 UTC (rev 110794)
@@ -2,10 +2,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                mapnik
-version             2.2.0
-revision            0
+github.setup        mapnik mapnik 2.2.0 v
+
 categories          gis devel
 license             LGPL-2.1
 platforms           darwin
@@ -26,17 +26,12 @@
                     rendering with subpixel accuracy for geographic data.
 
 homepage            http://mapnik.org
-master_sites        http://mapnik.s3.amazonaws.com/dist/v${version}
 
 conflicts           py26-mapnik
 
-distname            mapnik-v${version}
+checksums           rmd160  2d02fe1ed28bbabe1adb309a74eac100ff5a204d \
+                    sha256  5500d5cccfe3d9ee1b8353a01688d807b4b2f422d1e17fbc90f75cc543e40398
 
-use_bzip2           yes
-
-checksums           rmd160  f0cfcb13117149a41a45d1f3dbfe87762448b8eb \
-                    sha256  9b30de4e58adc6d5aa8478779d0a47fdabe6bf8b166b67a383b35f5aa5d6c1b0
-
 depends_lib-append  port:boost \
                     port:icu \
                     port:libpng \
@@ -215,7 +210,3 @@
     xinstall -d -m 755 ${destroot}${prefix}/share/${name}
     copy ${worksrcpath}/demo ${destroot}${prefix}/share/${name}
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "mapnik-v?(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130906/be133320/attachment.html>


More information about the macports-changes mailing list