Skip to content
Permalink
Browse files

qgis: Update to 2.18.17

  • Loading branch information
ryandesign committed Mar 4, 2018
1 parent 4f50e85 commit e09649eedebf75415e257e3a0b3a10a8b257b9c2
Showing with 7 additions and 12 deletions.
  1. +7 −12 gis/qgis/Portfile
@@ -4,12 +4,12 @@ PortSystem 1.0
PortGroup cmake 1.1
PortGroup compiler_blacklist_versions 1.0
PortGroup cxx11 1.1
#PortGroup github 1.0
PortGroup github 1.0
PortGroup qt4 1.0

github.setup qgis QGIS 2_18_17 final-
name qgis
version 2.18.14
#revision 2
version [string map {_ .} ${github.version}]
categories gis
maintainers {vince @Veence}
description QGIS is a user-friendly GIS based on Qt 4
@@ -23,14 +23,9 @@ license GPL-2+

homepage http://www.qgis.org/

set version_u [string map {. _} ${version}]
#github.setup qgis QGIS ${version_u} final-
distname final-${version_u}
master_sites https://github.com/qgis/QGIS/archive/
worksrcdir QGIS-${distname}

checksums rmd160 fc85c0821532505c531aacb39f5abdfc9fac15f0 \
sha256 f8912cddca6673b54fcbea8b418d877b51d7229ebd4caec07bdb5fbfda6851e4
checksums rmd160 1b17a258c053e4114e2569e9465312c55dd0a566 \
sha256 608f82ea128dabaeeba494da465edf4f69aad873d45b6fdbab8f6761de318cb2 \
size 99355862

depends_lib-append port:libiconv \
port:expat \
@@ -163,7 +158,7 @@ variant grass description "Build Grass 7 plugin" {

depends_lib-append port:grass7
global grass_version
set grass_version 7.2.2
set grass_version 7.4.0
post-patch {
reinplace "s|@GRASS_VERSION@|${grass_version}|g" \
${worksrcpath}/mac/app.info.plist.in

0 comments on commit e09649e

Please sign in to comment.
You can’t perform that action at this time.