summaryrefslogtreecommitdiff
path: root/geography/postgresql81-postgis/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-11-10 21:19:43 +0000
committergdt <gdt@pkgsrc.org>2006-11-10 21:19:43 +0000
commitdeed3e795e6c60a62abd6142dfebbcfe394c6529 (patch)
treec367f47b366ed08442ef49b2fe1f6f809217c388 /geography/postgresql81-postgis/Makefile
parent5ed5a016d21e3cb937c70c5f488552c1bdda795f (diff)
downloadpkgsrc-deed3e795e6c60a62abd6142dfebbcfe394c6529.tar.gz
Update to 1.1.6.
PostGIS 1.1.6 2006/11/02 - fixed CAPI change that broke 64-bit platforms - use Z ordinate in reprojections - spatial_ref_sys.sql updated to EPSG 6.11.1 - Simplified Version.config infrastructure to use a single pack of version variables for everything. - Include the Version.config in loader/dumper USAGE messages - Replace hand-made, fragile JDBC version parser with Properties - Fixed setSRID() bug in JDBC, thanks to Thomas Marti - loader/dumper: fixed regression tests and usage output PostGIS 1.1.5 2006/10/13 - Java: - Removed obsolete synchronization from Jts code. - fixed nullpointer Exception in Geometry.equals() method - Added EJB3Spatial.odt to fulfill the GPL requirement of distributing the "preferred form of modification" - Added -S option for non-multi geometries to shp2pgsql - Updated heavily outdated README files for shp2pgsql/pgsql2shp by merging them with the manpages.
Diffstat (limited to 'geography/postgresql81-postgis/Makefile')
-rw-r--r--geography/postgresql81-postgis/Makefile4
1 files changed, 2 insertions, 2 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