From owner-svn-ports-head@freebsd.org Sun Dec 4 21:03:15 2016 Return-Path: Delivered-To: svn-ports-head@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 5A80BC66643; Sun, 4 Dec 2016 21:03:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1014F2F9; Sun, 4 Dec 2016 21:03:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB4L3E7L002621; Sun, 4 Dec 2016 21:03:14 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB4L3EK9002618; Sun, 4 Dec 2016 21:03:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612042103.uB4L3EK9002618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 4 Dec 2016 21:03:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427803 - head/graphics/geos 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.23 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: Sun, 04 Dec 2016 21:03:15 -0000 Author: bapt Date: Sun Dec 4 21:03:13 2016 New Revision: 427803 URL: https://svnweb.freebsd.org/changeset/ports/427803 Log: Add missing headers to pkg-plist Modified: head/graphics/geos/Makefile head/graphics/geos/pkg-plist Modified: head/graphics/geos/Makefile ============================================================================== --- head/graphics/geos/Makefile Sun Dec 4 21:01:17 2016 (r427802) +++ head/graphics/geos/Makefile Sun Dec 4 21:03:13 2016 (r427803) @@ -3,6 +3,7 @@ PORTNAME= geos PORTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ \ LOCAL/sunpoet Modified: head/graphics/geos/pkg-plist ============================================================================== --- head/graphics/geos/pkg-plist Sun Dec 4 21:01:17 2016 (r427802) +++ head/graphics/geos/pkg-plist Sun Dec 4 21:03:13 2016 (r427803) @@ -162,8 +162,11 @@ include/geos/index/quadtree/Root.h include/geos/index/strtree/AbstractNode.h include/geos/index/strtree/AbstractSTRtree.h include/geos/index/strtree/Boundable.h +include/geos/index/strtree/BoundablePair.h +include/geos/index/strtree/GeometryItemDistance.h include/geos/index/strtree/Interval.h include/geos/index/strtree/ItemBoundable.h +include/geos/index/strtree/ItemDistance.h include/geos/index/strtree/SIRtree.h include/geos/index/strtree/STRtree.h include/geos/index/sweepline/SweepLineEvent.h @@ -260,6 +263,8 @@ include/geos/operation/buffer/SubgraphDe include/geos/operation/distance/ConnectedElementLocationFilter.h include/geos/operation/distance/ConnectedElementPointFilter.h include/geos/operation/distance/DistanceOp.h +include/geos/operation/distance/FacetSequence.h +include/geos/operation/distance/FacetSequenceTreeBuilder.h include/geos/operation/distance/GeometryLocation.h include/geos/operation/intersection/Rectangle.h include/geos/operation/intersection/RectangleIntersection.h @@ -335,6 +340,7 @@ include/geos/precision/CommonBitsOp.h include/geos/precision/CommonBitsRemover.h include/geos/precision/EnhancedPrecisionOp.h include/geos/precision/GeometryPrecisionReducer.h +include/geos/precision/MinimumClearance.h include/geos/precision/PrecisionReducerCoordinateOperation.h include/geos/precision/SimpleGeometryPrecisionReducer.h include/geos/profiler.h