summaryrefslogtreecommitdiff
path: root/geography/postgresql81-postgis/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2008-10-17 23:42:19 +0000
committergdt <gdt@pkgsrc.org>2008-10-17 23:42:19 +0000
commit87d911c8c86450c6deaa07e549134c328f30d674 (patch)
tree0a4fd93cec98ca33aff3252b30830daa27238a7b /geography/postgresql81-postgis/Makefile
parentc4d1e9cd9b63c0cfb13d299720b2e79386e5ffdd (diff)
downloadpkgsrc-87d911c8c86450c6deaa07e549134c328f30d674.tar.gz
Update to 1.3.3.
- shp2pgsql, pgsql2shp improvements - regression tests on Windows - OS/X 10.5 compatibility - DBF-only loading flag (-n) - fix to Date DBF output - ST_SimplifyPreserveTopology(geometry, float8) Allows simplification of polygons without creating invalid geometries. - Fix to |>> and <<| operators - Build system more sensitive to GEOS version number - KML support updates (from Eduin Carillo) - SVG support updates (from Marco Hugentobler)
Diffstat (limited to 'geography/postgresql81-postgis/Makefile')
-rw-r--r--geography/postgresql81-postgis/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile
index d540ff957c6..23516abc2e1 100644
--- a/geography/postgresql81-postgis/Makefile
+++ b/geography/postgresql81-postgis/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:30 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/10/17 23:42:19 gdt Exp $
DISTNAME= postgis-${VERSION}
-VERSION= 1.3.2
+VERSION= 1.3.3
PKGNAME= postgresql81-postgis-${VERSION}
MASTER_SITES= http://postgis.refractions.net/download/
-PKGREVISION= 2
CATEGORIES= databases geography
MAINTAINER= gdt@NetBSD.org