From owner-svn-ports-head@FreeBSD.ORG Sat Nov 8 11:30:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A2F3E33; Sat, 8 Nov 2014 11:30:26 +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 27174345; Sat, 8 Nov 2014 11:30:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA8BUQJo061795; Sat, 8 Nov 2014 11:30:26 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA8BUPc1061593; Sat, 8 Nov 2014 11:30:25 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201411081130.sA8BUPc1061593@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 8 Nov 2014 11:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372316 - in head: devel/py-rtree 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.18-1 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, 08 Nov 2014 11:30:26 -0000 Author: wen Date: Sat Nov 8 11:30:25 2014 New Revision: 372316 URL: https://svnweb.freebsd.org/changeset/ports/372316 QAT: https://qat.redports.org/buildarchive/r372316/ Log: - Bump PORTREVISION to chase the update of devel/spatialindex Modified: head/devel/py-rtree/Makefile head/graphics/qgis/Makefile Modified: head/devel/py-rtree/Makefile ============================================================================== --- head/devel/py-rtree/Makefile Sat Nov 8 11:25:58 2014 (r372315) +++ head/devel/py-rtree/Makefile Sat Nov 8 11:30:25 2014 (r372316) @@ -3,6 +3,7 @@ PORTNAME= rtree PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= devel science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Sat Nov 8 11:25:58 2014 (r372315) +++ head/graphics/qgis/Makefile Sat Nov 8 11:30:25 2014 (r372316) @@ -3,7 +3,7 @@ PORTNAME= qgis PORTVERSION= 2.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de