diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-22 19:39:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-22 19:39:48 +0000 |
commit | 5ef2a869154923224f7008cdb4e35d948bb87e62 (patch) | |
tree | 14674c2f2d41ecb78d5d242e3f31355ef2f2a6fd | |
parent | 37d5ae601aa0c396219f916478900c83aee30417 (diff) | |
download | ports-5ef2a869154923224f7008cdb4e35d948bb87e62.tar.gz ports-5ef2a869154923224f7008cdb4e35d948bb87e62.zip |
Notes
-rw-r--r-- | graphics/geos/Makefile | 2 | ||||
-rw-r--r-- | graphics/geos/distinfo | 6 | ||||
-rw-r--r-- | graphics/geos/files/patch-source-headers-geos-precision-Makefile.in | 15 | ||||
-rw-r--r-- | graphics/geos/pkg-plist | 1 |
4 files changed, 20 insertions, 4 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index dc90a7a715fe..1745bd998499 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -6,7 +6,7 @@ # PORTNAME= geos -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/graphics/geos/distinfo b/graphics/geos/distinfo index 0d8b3dc77283..0a6c8385ae78 100644 --- a/graphics/geos/distinfo +++ b/graphics/geos/distinfo @@ -1,3 +1,3 @@ -MD5 (geos-3.0.2.tar.bz2) = eed6ce00f5f95ed45457e4c02f9f6c6e -SHA256 (geos-3.0.2.tar.bz2) = 21cc8257737c1ecde224b6d3541e82519750d281653fbc6a9b387c05079ac891 -SIZE (geos-3.0.2.tar.bz2) = 1074953 +MD5 (geos-3.0.3.tar.bz2) = c6a1f4d82fa9219e7ee799c784347681 +SHA256 (geos-3.0.3.tar.bz2) = f33010a7757ff8e0260601597611dc5c70c7916b3bdcb8d7b82dfac52410b3df +SIZE (geos-3.0.3.tar.bz2) = 1075288 diff --git a/graphics/geos/files/patch-source-headers-geos-precision-Makefile.in b/graphics/geos/files/patch-source-headers-geos-precision-Makefile.in new file mode 100644 index 000000000000..6c68d822c7e1 --- /dev/null +++ b/graphics/geos/files/patch-source-headers-geos-precision-Makefile.in @@ -0,0 +1,15 @@ +--- source/headers/geos/precision/Makefile.in.orig 2009-02-06 16:54:40.692917675 +0000 ++++ source/headers/geos/precision/Makefile.in 2009-02-06 16:55:07.121105056 +0000 +@@ -219,11 +219,11 @@ + CommonBitsOp.h \ + CommonBitsRemover.h \ + EnhancedPrecisionOp.h \ ++ GeometrySnapper.h \ + SimpleGeometryPrecisionReducer.h + + noinst_HEADERS = \ + CommonBits.h \ +- GeometrySnapper.h \ + LineStringSnapper.h + + all: all-am diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist index b66196bc0fee..1825229a3b62 100644 --- a/graphics/geos/pkg-plist +++ b/graphics/geos/pkg-plist @@ -141,6 +141,7 @@ include/geos/precision.h include/geos/precision/CommonBitsOp.h include/geos/precision/CommonBitsRemover.h include/geos/precision/EnhancedPrecisionOp.h +include/geos/precision/GeometrySnapper.h include/geos/precision/SimpleGeometryPrecisionReducer.h include/geos/simplify/DouglasPeuckerSimplifier.h include/geos/simplify/TopologyPreservingSimplifier.h |