Ticket #53515: 3.0.13.diff

File 3.0.13.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 7 years ago)
  • gis/mapnik/Portfile

    diff --git a/gis/mapnik/Portfile b/gis/mapnik/Portfile
    index 1c2cff256b..bbb5a443ab 100644
    a b  
    33PortSystem          1.0
    44PortGroup           conflicts_build 1.0
    55PortGroup           cxx11 1.0
     6PortGroup           github 1.0
    67
    7 name                mapnik
    8 version             3.0.10
    9 revision            1
     8github.setup        mapnik mapnik 3.0.13 v
    109categories          gis devel
    1110platforms           darwin
    1211license             LGPL-2.1
    long_description Mapnik is a Free Toolkit for developing mapping \ 
    2726                    rendering with subpixel accuracy for geographic data.
    2827
    2928homepage            http://mapnik.org
    30 master_sites        https://mapnik.s3.amazonaws.com/dist/v${version}/
    31 
    32 distname            mapnik-v${version}
    33 
     29github.tarball_from releases
     30distname            ${name}-v${version}
    3431use_bzip2           yes
    3532
    36 checksums           rmd160  c18e1e69070331fb04f2b7965f46f62f16a37e9d \
    37                     sha256  3640bcec197a34ee078153e667c34433da5b71e02f1fa7c148012d97bd36aa39
     33checksums           rmd160  2796101fbac5ff6126aa3d298900d332bd82a90c \
     34                    sha256  d6213d514a0e3cd84d9bfcb6d97208d169ffcaae1f36250f6555655cdfe57bcc
    3835
    3936depends_build       port:pkgconfig
    4037