svn commit: r393899 - head/graphics/qgis

Thomas Zander riggs at FreeBSD.org
Mon Aug 10 19:55:03 UTC 2015


Author: riggs
Date: Mon Aug 10 19:55:02 2015
New Revision: 393899
URL: https://svnweb.freebsd.org/changeset/ports/393899

Log:
  - Update dependency to databases/grass
  - Bump PORTREVISION
  
  PR:		201983
  Submitted by:	rhurlin at gwdg.de (maintainer)

Modified:
  head/graphics/qgis/Makefile

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Mon Aug 10 19:53:50 2015	(r393898)
+++ head/graphics/qgis/Makefile	Mon Aug 10 19:55:02 2015	(r393899)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qgis
 PORTVERSION=	2.10.1
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 
 MAINTAINER=	rhurlin at gwdg.de
@@ -58,7 +59,7 @@ BROKEN=		GRASS plugin not supported on F
 .endif
 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
+CMAKE_ARGS+=	-DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.5
 FORCE_MAKE_JOBS=	NO
 PLIST_SUB+=	GRASS=""
 .else


More information about the svn-ports-all mailing list