View | Details | Raw Unified | Return to bug 131421
Collapse All | Expand All

(-)graphics/geos/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	geos
8
PORTNAME=	geos
9
PORTVERSION=	3.0.2
9
PORTVERSION=	3.0.3
10
CATEGORIES=	graphics geography
10
CATEGORIES=	graphics geography
11
MASTER_SITES=	http://download.osgeo.org/geos/
11
MASTER_SITES=	http://download.osgeo.org/geos/
12
DISTNAME=	${PORTNAME}-${PORTVERSION}
12
DISTNAME=	${PORTNAME}-${PORTVERSION}
(-)graphics/geos/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (geos-3.0.2.tar.bz2) = eed6ce00f5f95ed45457e4c02f9f6c6e
1
MD5 (geos-3.0.3.tar.bz2) = c6a1f4d82fa9219e7ee799c784347681
2
SHA256 (geos-3.0.2.tar.bz2) = 21cc8257737c1ecde224b6d3541e82519750d281653fbc6a9b387c05079ac891
2
SHA256 (geos-3.0.3.tar.bz2) = f33010a7757ff8e0260601597611dc5c70c7916b3bdcb8d7b82dfac52410b3df
3
SIZE (geos-3.0.2.tar.bz2) = 1074953
3
SIZE (geos-3.0.3.tar.bz2) = 1075288
(-)graphics/geos/files/patch-source-headers-geos-precision-Makefile.in (+15 lines)
Line 0 Link Here
1
--- source/headers/geos/precision/Makefile.in.orig	2009-02-06 16:54:40.692917675 +0000
2
+++ source/headers/geos/precision/Makefile.in	2009-02-06 16:55:07.121105056 +0000
3
@@ -219,11 +219,11 @@
4
 	CommonBitsOp.h				\
5
 	CommonBitsRemover.h			\
6
 	EnhancedPrecisionOp.h			\
7
+	GeometrySnapper.h			\
8
 	SimpleGeometryPrecisionReducer.h
9
 
10
 noinst_HEADERS = \
11
 	CommonBits.h				\
12
-	GeometrySnapper.h			\
13
 	LineStringSnapper.h
14
 
15
 all: all-am
(-)graphics/geos/pkg-plist (+1 lines)
Lines 141-146 Link Here
141
include/geos/precision/CommonBitsOp.h
141
include/geos/precision/CommonBitsOp.h
142
include/geos/precision/CommonBitsRemover.h
142
include/geos/precision/CommonBitsRemover.h
143
include/geos/precision/EnhancedPrecisionOp.h
143
include/geos/precision/EnhancedPrecisionOp.h
144
include/geos/precision/GeometrySnapper.h
144
include/geos/precision/SimpleGeometryPrecisionReducer.h
145
include/geos/precision/SimpleGeometryPrecisionReducer.h
145
include/geos/simplify/DouglasPeuckerSimplifier.h
146
include/geos/simplify/DouglasPeuckerSimplifier.h
146
include/geos/simplify/TopologyPreservingSimplifier.h
147
include/geos/simplify/TopologyPreservingSimplifier.h

Return to bug 131421