Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2017 06:09:11 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r433193 - branches/2017Q1/graphics/qgis
Message-ID:  <201702030609.v1369BVK010301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Fri Feb  3 06:09:11 2017
New Revision: 433193
URL: https://svnweb.freebsd.org/changeset/ports/433193

Log:
  MFH: r433176
  
  graphics/qgis: correct dependencies list
  
  - Update dependency devel/py-Jinja to py-Jinja2
  - Add dependency for textproc/py-pygments
  - Add sql-pgsql and sql-sqlite3 in USE_QT4
  - Bump PORTREVISION
  
  While here, also remove duplicate direct dependency upon python.
  
  PR:		215601
  Submitted by:	Martin Birgmeier <la5lbtyi@aon.at>
  Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer, updated patch)
  
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2017Q1/graphics/qgis/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/graphics/qgis/Makefile
==============================================================================
--- branches/2017Q1/graphics/qgis/Makefile	Fri Feb  3 06:06:59 2017	(r433192)
+++ branches/2017Q1/graphics/qgis/Makefile	Fri Feb  3 06:09:11 2017	(r433193)
@@ -4,6 +4,7 @@
 PORTNAME=	qgis
 DISTVERSIONPREFIX=	final-
 DISTVERSION=	2_18_2
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 
 MAINTAINER=	rhurlin@gwdg.de
@@ -11,8 +12,7 @@ COMMENT=	Geographical Information System
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	txt2tags:textproc/txt2tags \
-		python:lang/python
+BUILD_DEPENDS=	txt2tags:textproc/txt2tags
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libgdal.so:graphics/gdal \
 		libgeos.so:graphics/geos \
@@ -29,10 +29,10 @@ USE_GITHUB=	yes
 GH_PROJECT=	${PORTNAME:tu}
 
 USES=		bison cmake cpe desktop-file-utils execinfo fortran \
-		gmake python:2 sqlite
+		gmake python:2.7 sqlite
 USE_QT4=	corelib designer doc gui linguist_build moc_build \
-		network qmake_build rcc_build script sql svg testlib \
-		uic_build webkit xml
+		network qmake_build rcc_build script sql sql-pgsql \
+		sql-sqlite3 svg testlib uic_build webkit xml
 
 USE_LDCONFIG=	yes
 ICON_SIZES=	8 16 22 24 32 36 42 48 64 72 80 96 128 192 256 512
@@ -91,11 +91,12 @@ POSTGIS_CMAKE_OFF=	-DWITH_POSTGRESQL:BOO
 
 PYTHON_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0.14.3:devel/py-future \
 			${PYTHON_PKGNAMEPREFIX}httplib2>=2-0.9.2:www/py-httplib2 \
-			${PYTHON_PKGNAMEPREFIX}Jinja>=1.2:devel/py-Jinja \
+			${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2 \
 			${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.23:textproc/py-MarkupSafe \
 			${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.3:math/py-matplotlib \
 			${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:devel/py-mock \
 			${PYTHON_PKGNAMEPREFIX}pip>=8.0.2:devel/py-pip \
+			${PYTHON_PKGNAMEPREFIX}pygments>=2.1.3:textproc/py-pygments \
 			${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:databases/pyspatialite \
 			${PYTHON_PKGNAMEPREFIX}pytz>=2016.6.1,1:devel/py-pytz \
 			${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:devel/py-qt4-core \
@@ -113,13 +114,14 @@ PYTHON_BUILD_DEPENDS=	${PYTHON_PKGNAMEPR
 PYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0.14.3:devel/py-future \
 			${PYTHON_PKGNAMEPREFIX}gdal>=2.0.1:graphics/py-gdal \
 			${PYTHON_PKGNAMEPREFIX}httplib2>=2-0.9.2:www/py-httplib2 \
-			${PYTHON_PKGNAMEPREFIX}Jinja>=1.2:devel/py-Jinja \
+			${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2 \
 			${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.23:textproc/py-MarkupSafe \
 			${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.3:math/py-matplotlib \
 			${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:devel/py-mock \
 			${PYTHON_PKGNAMEPREFIX}numpy>=1.11.2,1:math/py-numpy \
 			${PYTHON_PKGNAMEPREFIX}pip>=8.0.2:devel/py-pip \
 			${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.3:databases/py-psycopg2 \
+			${PYTHON_PKGNAMEPREFIX}pygments>=2.1.3:textproc/py-pygments \
 			${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:databases/pyspatialite \
 			${PYTHON_PKGNAMEPREFIX}pytz>=2016.6.1,1:devel/py-pytz \
 			${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:devel/py-qt4-core \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702030609.v1369BVK010301>