Skip to content

Commit

Permalink
qgis3: bump to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Veence committed May 22, 2018
1 parent e5e6d7e commit 9ec4b7c
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions gis/qgis3/Portfile
Expand Up @@ -7,7 +7,7 @@ PortGroup cxx11 1.1
PortGroup github 1.0
PortGroup qt5 1.0

github.setup qgis QGIS 3_0_2 final-
github.setup qgis QGIS 3_0_3 final-
#github.setup qgis QGIS c625f95
#github.commit c625f95
#revision 20180410
Expand All @@ -26,9 +26,9 @@ license GPL-2+

homepage http://www.qgis.org/

checksums rmd160 cf3794cca2aa9a9acb26e471334cf96cbf7f5d0a \
sha256 c2d4b742e3bce92f3bd9d8936f23da2f923bdbd6d7abba61d8133a871436ae89 \
size 112054018
checksums rmd160 dfbb936cd9ebcea05b3357c23f635c48083a066c \
sha256 52933df056ba367332a2920304e6820efbfa6291e6bc32fc6d8a6e4fa558d39c \
size 112088917

depends_lib-append port:libiconv \
port:expat \
Expand All @@ -54,6 +54,20 @@ depends_lib-append port:libiconv \
port:qwt-qt5 \
port:qjson-qt5

variant qt59 description "Build with qt59" {
depends_lib-delete port:qt5-qtwebkit \
port:qt5-qtscript \
port:qt5-sqlite-plugin \
port:qt5-qtscxml \
port:qt5-qtxmlpatterns

depends_lib-append port:qt59-qtwebkit \
port:qt59-qtscript \
port:qt59-sqlite-plugin \
port:qt59-qtscxml \
port:qt59-qtxmlpatterns
}

depends_build-append \
port:bison \
port:ld64
Expand Down

0 comments on commit 9ec4b7c

Please sign in to comment.