Date: Sat, 2 May 2015 20:42:42 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385218 - head/graphics/qgis Message-ID: <201505022042.t42KggWx087498@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505022042.t42KggWx087498>