[150777] trunk/dports/gis/qgis/Portfile
vince at macports.org
vince at macports.org
Thu Jul 28 02:21:02 PDT 2016
Revision: 150777
https://trac.macports.org/changeset/150777
Author: vince at macports.org
Date: 2016-07-28 02:21:02 -0700 (Thu, 28 Jul 2016)
Log Message:
-----------
qgis: bump to 2.16
Modified Paths:
--------------
trunk/dports/gis/qgis/Portfile
Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile 2016-07-28 09:13:09 UTC (rev 150776)
+++ trunk/dports/gis/qgis/Portfile 2016-07-28 09:21:02 UTC (rev 150777)
@@ -3,9 +3,11 @@
PortSystem 1.0
PortGroup cmake 1.0
+PortGroup github 1.0
-name qgis
-version 2.14.3
+github.setup qgis QGIS final-2_16_0
+github.tarball_from releases
+version 2.16
categories gis
maintainers vince
description QGIS is a user-friendly GIS based on Qt 4
@@ -20,17 +22,13 @@
use_parallel_build no
homepage http://www.qgis.org/
-distname ${name}-${version}
-master_sites http://qgis.org/downloads/
-use_bzip2 yes
+checksums rmd160 3153201a996b4d02b4e1775e42b7e5793e8067b2 \
+ sha256 636a8000439a83fe9a121b82f21c79d094afbee3814666161541386568baa35d
-checksums rmd160 0392c7fa8a0976056c0f023ea5acec37aaf01fac \
- sha256 544deafe6a486b57fba4c3dcb34043d620f960544dc72eca4a517f6fabd86a37
-
patchfiles patch-app_info_plist_in.diff \
patch-PyQtMacros.diff
-worksrcdir ${name}-${version}
+worksrcdir ${name}-${github.version}
depends_lib-append port:libiconv \
port:expat \
@@ -46,7 +44,8 @@
port:python27 \
port:py27-gdal \
port:qca \
- port:qca-ossl
+ port:qca-ossl \
+ port:qjson
depends_build-append \
port:bison \
@@ -88,8 +87,8 @@
configure.args-append "-DWITH_GRASS7=OFF"
configure.args-append "-DWITH_QWTPOLAR=FALSE"
configure.args-append "-DGIT_MARKER=NOTFOUND"
-#configure.args-append "-DENABLE_TEST=NO"
-configure.args-append "--trace"
+configure.args-append "-DENABLE_TEST=NO"
+#configure.args-append "--trace"
#configure.args-append "-DPYUIC_PROGRAM=${prefix}/bin/pyuic4-2.7"
#configure.args-append "-DPYRCC_PROGRAM=${prefix}/bin/pyuic4-2.7"
@@ -115,7 +114,8 @@
configure.args-append "-DQWT_LIBRARY=${prefix}/libexec/qt5/lib/libqwt.dylib"
depends_lib-append port:py27-pyqt5 \
- port:qt5-qtscript
+ port:qt5-qtscript \
+ port:qt5-sqlite-plugin
}
@@ -134,7 +134,8 @@
depends_lib-append port:py27-pyqt4 \
port:py27-qscintilla \
- port:qwt61
+ port:qwt61 \
+ port:qt4-mac-sqlite3-plugin
}
# Database variants (from the GDAL port)
@@ -197,7 +198,8 @@
configure.args-append "-DPROJ_LIBRARY=${prefix}/lib/libproj.dylib"
configure.args-append \
"-DSPATIALINDEX_LIBRARY=${prefix}/lib/libspatialindex.dylib"
-configure.args-append "-DCMAKE_BUILD_TYPE=Release"
+#configure.args-append "-DCMAKE_BUILD_TYPE=DEBUG"
+configure.args-append "-DCMAKE_BUILD_TYPE=RELEASE"
use_parallel_build yes
build.dir ${worksrcpath}/build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160728/654bcb3c/attachment.html>
More information about the macports-changes
mailing list