From owner-svn-ports-all@freebsd.org Mon Aug 10 19:55:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0174E99EA45; Mon, 10 Aug 2015 19:55:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.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 E6DD9B3B; Mon, 10 Aug 2015 19:55:02 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7AJt2eF007793; Mon, 10 Aug 2015 19:55:02 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7AJt2tN007792; Mon, 10 Aug 2015 19:55:02 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201508101955.t7AJt2tN007792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 10 Aug 2015 19:55:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393899 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 19:55:03 -0000 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@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@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