From owner-svn-ports-head@FreeBSD.ORG Sat May 2 20:42:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B7A16E7; Sat, 2 May 2015 20:42:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89B941347; Sat, 2 May 2015 20:42:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t42Kgg1k087500; Sat, 2 May 2015 20:42:42 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t42KggWx087498; Sat, 2 May 2015 20:42:42 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201505022042.t42KggWx087498@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Sat, 2 May 2015 20:42:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385218 - head/graphics/qgis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2015 20:42:42 -0000 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 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