svn commit: r427803 - head/graphics/geos

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 4 21:03:15 UTC 2016


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


More information about the svn-ports-head mailing list