diff options
author | pav <pav@FreeBSD.org> | 2005-11-23 17:22:57 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-23 17:22:57 +0000 |
commit | 3981368b231208b2e694271cc19e2983c85a789f (patch) | |
tree | 0a167501de6f0489152a9afc0f7450efebaa2481 | |
parent | db227b8422a86ca37fd4a420ec59f29d46486b8d (diff) | |
download | FreeBSD-ports-3981368b231208b2e694271cc19e2983c85a789f.zip FreeBSD-ports-3981368b231208b2e694271cc19e2983c85a789f.tar.gz |
- Update to 2.1.4
PR: ports/89459
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
-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 |