diff options
-rw-r--r-- | databases/postgis/Makefile | 2 | ||||
-rw-r--r-- | graphics/geos/Makefile | 2 | ||||
-rw-r--r-- | graphics/geos/distinfo | 5 | ||||
-rw-r--r-- | graphics/geos/pkg-plist | 5 |
4 files changed, 9 insertions, 5 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index 5749f45..bf7c8ef 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -57,7 +57,7 @@ MAKE_ARGS+= USE_ICONV=1 .endif .if defined(WITH_GEOS) -LIB_DEPENDS+= geos.2:${PORTSDIR}/graphics/geos +LIB_DEPENDS+= geos.3:${PORTSDIR}/graphics/geos MAKE_ARGS+= USE_GEOS=1 .else MAKE_ARGS+= USE_GEOS=0 diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 6cd91e8..dd75b24 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -6,7 +6,7 @@ # PORTNAME= geos -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.4 CATEGORIES= graphics MASTER_SITES= http://geos.refractions.net/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/graphics/geos/distinfo b/graphics/geos/distinfo index f1299b5..d428cd0 100644 --- a/graphics/geos/distinfo +++ b/graphics/geos/distinfo @@ -1,2 +1,3 @@ -MD5 (geos-2.0.1.tar.bz2) = 847ce051190d1901b0c2a9f670c6b320 -SIZE (geos-2.0.1.tar.bz2) = 512701 +SHA1 (geos-2.1.4.tar.bz2) = 9fe811851a57d3eeb3cc900b11f4f813e4680928 +MD5 (geos-2.1.4.tar.bz2) = e00524abc2cb26c8fb9173b8696be3b7 +SIZE (geos-2.1.4.tar.bz2) = 506683 diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist index 017ccae..6f41817 100644 --- a/graphics/geos/pkg-plist +++ b/graphics/geos/pkg-plist @@ -1,3 +1,4 @@ +bin/XMLTester bin/geos-config include/geos.h include/geos/geom.h @@ -24,11 +25,13 @@ include/geos/operation.h include/geos/planargraph.h include/geos/platform.h include/geos/precision.h +include/geos/profiler.h include/geos/spatialIndex.h +include/geos/timeval.h include/geos/unload.h include/geos/util.h include/geos/version.h lib/libgeos.a lib/libgeos.so -lib/libgeos.so.2 +lib/libgeos.so.3 @dirrm include/geos |