Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Dec 2016 21:03:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427803 - head/graphics/geos
Message-ID:  <201612042103.uB4L3EK9002618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612042103.uB4L3EK9002618>