diff options
Diffstat (limited to 'geography')
-rw-r--r-- | geography/postgresql81-postgis/Makefile | 4 | ||||
-rw-r--r-- | geography/postgresql81-postgis/distinfo | 9 | ||||
-rw-r--r-- | geography/postgresql81-postgis/patches/patch-aa | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index 1b292cbafa1..59083925810 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/10/02 13:47:19 gdt Exp $ +# $NetBSD: Makefile,v 1.5 2006/11/10 21:19:43 gdt Exp $ DISTNAME= postgis-${VERSION} -VERSION= 1.1.4 +VERSION= 1.1.6 PKGNAME= postgresql81-postgis-${VERSION} MASTER_SITES= http://postgis.refractions.net/download/ CATEGORIES= databases geography diff --git a/geography/postgresql81-postgis/distinfo b/geography/postgresql81-postgis/distinfo index ee42252f054..f4e5ca953a9 100644 --- a/geography/postgresql81-postgis/distinfo +++ b/geography/postgresql81-postgis/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/10/02 13:47:19 gdt Exp $ +$NetBSD: distinfo,v 1.4 2006/11/10 21:19:43 gdt Exp $ -SHA1 (postgis-1.1.4.tar.gz) = 96afd988aeabb92efa0a99b25cc77be29c700dde -RMD160 (postgis-1.1.4.tar.gz) = 8441aba816154ebe743a93334df9df43a15fa87e -Size (postgis-1.1.4.tar.gz) = 1853989 bytes -SHA1 (patch-aa) = 0b319c966ae1b47a2a7c65a8385a6b8e4df28c5e +SHA1 (postgis-1.1.6.tar.gz) = b13c36e50e30c572298cb8631bc83e5318d24bcc +RMD160 (postgis-1.1.6.tar.gz) = 414b7d03e1b14f7e46dabc32484ec25b4dc42916 +Size (postgis-1.1.6.tar.gz) = 2039011 bytes diff --git a/geography/postgresql81-postgis/patches/patch-aa b/geography/postgresql81-postgis/patches/patch-aa deleted file mode 100644 index 540e2d1ddf0..00000000000 --- a/geography/postgresql81-postgis/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2006/09/20 16:24:46 gdt Exp $ - ---- configure.orig 2006-07-01 00:53:02.000000000 -0400 -+++ configure -@@ -3735,7 +3735,7 @@ fi; - - if test $USE_GEOS -gt 0; then - GEOS_DIR=`$GEOSCONFIG --prefix` -- GEOS_LDFLAGS=`$GEOSCONFIG --ldflags` -+ GEOS_LDFLAGS=`$GEOSCONFIG --libs` - GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1` - if test "$GEOS_MAJOR" = "@GEOS_VERSION@"; then - GEOS_MAJOR=1 |