Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2015 20:21:25 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392906 - head/graphics/qgis
Message-ID:  <201507252021.t6PKLPJQ018462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Jul 25 20:21:24 2015
New Revision: 392906
URL: https://svnweb.freebsd.org/changeset/ports/392906

Log:
  Update to upstream version 2.10.1
  
  PR:		201814
  Submitted by:	rhurlin@gwdg.de (maintainer)

Modified:
  head/graphics/qgis/Makefile
  head/graphics/qgis/distinfo
  head/graphics/qgis/pkg-plist

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Sat Jul 25 20:20:21 2015	(r392905)
+++ head/graphics/qgis/Makefile	Sat Jul 25 20:21:24 2015	(r392906)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qgis
-PORTVERSION=	2.10.0
-PORTREVISION=	1
+PORTVERSION=	2.10.1
 CATEGORIES=	graphics geography
 
 MAINTAINER=	rhurlin@gwdg.de
@@ -24,9 +23,9 @@ LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/
 
 USE_GITHUB=	yes
 GH_PROJECT=	${PORTNAME:tu}
-GH_TAGNAME=	5cd8d08
+GH_TAGNAME=	e5928c7
 
-USES=		cpe bison cmake fortran gmake python
+USES=		cpe bison cmake fortran iconv:wchar_t gmake python
 USE_SQLITE=	yes
 USE_QT4=	gui svg xml network sql designer testlib linguist_build \
 		qmake_build moc_build rcc_build uic_build
@@ -57,10 +56,8 @@ CXXFLAGS+=	-I${LOCALBASE}/include/flex
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
 BROKEN=		GRASS plugin not supported on FreeBSD 8.x and 9.x
 .endif
-BUILD_DEPENDS+=	grass64:${PORTSDIR}/databases/grass \
-		${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass
-RUN_DEPENDS+=	grass64:${PORTSDIR}/databases/grass \
-		${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass
+BUILD_DEPENDS+=	grass64:${PORTSDIR}/databases/grass
+RUN_DEPENDS+=	grass64:${PORTSDIR}/databases/grass
 CMAKE_ARGS+=	-DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.4
 FORCE_MAKE_JOBS=	NO
 PLIST_SUB+=	GRASS=""

Modified: head/graphics/qgis/distinfo
==============================================================================
--- head/graphics/qgis/distinfo	Sat Jul 25 20:20:21 2015	(r392905)
+++ head/graphics/qgis/distinfo	Sat Jul 25 20:21:24 2015	(r392906)
@@ -1,2 +1,2 @@
-SHA256 (qgis-QGIS-2.10.0-5cd8d08_GH0.tar.gz) = 75a387d30cefbe25b66706846960f6d1468c72059d22ba674baafe3f430db9df
-SIZE (qgis-QGIS-2.10.0-5cd8d08_GH0.tar.gz) = 76598422
+SHA256 (qgis-QGIS-2.10.1-e5928c7_GH0.tar.gz) = 754c9fb0f44e4afd9f441cce5a66cb2efac03f1e28479e3abbea6fd2e55da825
+SIZE (qgis-QGIS-2.10.1-e5928c7_GH0.tar.gz) = 77333682

Modified: head/graphics/qgis/pkg-plist
==============================================================================
--- head/graphics/qgis/pkg-plist	Sat Jul 25 20:20:21 2015	(r392905)
+++ head/graphics/qgis/pkg-plist	Sat Jul 25 20:21:24 2015	(r392906)
@@ -566,19 +566,19 @@ include/qgis/ui_qgsprojectionselectorbas
 include/qgis/ui_qgsquerybuilderbase.h
 include/qgis/ui_qgssublayersdialogbase.h
 lib/libqgis_analysis.so
-lib/libqgis_analysis.so.2.10.0
+lib/libqgis_analysis.so.2.10.1
 lib/libqgis_core.so
-lib/libqgis_core.so.2.10.0
+lib/libqgis_core.so.2.10.1
 lib/libqgis_gui.so
-lib/libqgis_gui.so.2.10.0
+lib/libqgis_gui.so.2.10.1
 lib/libqgis_networkanalysis.so
-lib/libqgis_networkanalysis.so.2.10.0
+lib/libqgis_networkanalysis.so.2.10.1
 %%QGIS_SERVER%%lib/libqgis_server.so
-%%QGIS_SERVER%%lib/libqgis_server.so.2.10.0
+%%QGIS_SERVER%%lib/libqgis_server.so.2.10.1
 %%GRASS%%lib/libqgisgrass6.so
-%%GRASS%%lib/libqgisgrass6.so.2.10.0
+%%GRASS%%lib/libqgisgrass6.so.2.10.1
 %%QGIS_PYTHON%%lib/libqgispython.so
-%%QGIS_PYTHON%%lib/libqgispython.so.2.10.0
+%%QGIS_PYTHON%%lib/libqgispython.so.2.10.1
 lib/qgis/crssync
 %%GRASS%%lib/qgis/grass/bin/qgis.g.browser6
 %%GRASS%%lib/qgis/grass/modules/qgis.d.rast6



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