svn commit: r385218 - head/graphics/qgis
Brad Davis
brd at FreeBSD.org
Sat May 2 20:42:42 UTC 2015
Author: brd
Date: Sat May 2 20:42:41 2015
New Revision: 385218
URL: https://svnweb.freebsd.org/changeset/ports/385218
Log:
Fix pkg-plist.. portlint isn't always correct about .info files.
PR: 199552
Submitted by: Rainer Hurling <rhurlin at gwdg.de>
Approved by: bdrewery (mentor)
Modified:
head/graphics/qgis/Makefile
head/graphics/qgis/pkg-plist
Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile Sat May 2 20:34:46 2015 (r385217)
+++ head/graphics/qgis/Makefile Sat May 2 20:42:41 2015 (r385218)
@@ -3,7 +3,7 @@
PORTNAME= qgis
PORTVERSION= 2.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics geography
MAINTAINER= rhurlin at gwdg.de
@@ -66,7 +66,6 @@ PLIST_SUB+= GRASS=""
.else
CMAKE_ARGS+= -DWITH_GRASS:BOOL=FALSE
PLIST_SUB+= GRASS="@comment "
-INFO+= lib/qgis/grass/modules/qgis.g.info
.endif
.if ${PORT_OPTIONS:MPOSTGIS}
Modified: head/graphics/qgis/pkg-plist
==============================================================================
--- head/graphics/qgis/pkg-plist Sat May 2 20:34:46 2015 (r385217)
+++ head/graphics/qgis/pkg-plist Sat May 2 20:42:41 2015 (r385218)
@@ -550,6 +550,7 @@ lib/libqgis_networkanalysis.so.2.8.1
lib/qgis/crssync
%%GRASS%%lib/qgis/grass/bin/qgis.g.browser
%%GRASS%%lib/qgis/grass/modules/qgis.d.rast
+%%GRASS%%lib/qgis/grass/modules/qgis.g.info
lib/qgis/plugins/libcoordinatecaptureplugin.so
lib/qgis/plugins/libdelimitedtextprovider.so
lib/qgis/plugins/libdxf2shpconverterplugin.so
More information about the svn-ports-all
mailing list