pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/postgresql81-postgis update to 1.1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71441d378cb2
branches:  trunk
changeset: 519369:71441d378cb2
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Oct 02 13:47:19 2006 +0000

description:
update to 1.1.4

Installed docs changed a bit.

upstream changes:

        - Fixed support for PostgreSQL 8.2
        - Fixed bug in collect() function discarding SRID of input
        - Added SRID match check in MakeBox2d and MakeBox3d
        - Fixed regress tests to pass with GEOS-3.0.0
        - Improved pgsql2shp run concurrency.
        - [many java changes]

diffstat:

 geography/postgresql81-postgis/Makefile |  10 +++++-----
 geography/postgresql81-postgis/PLIST    |  16 ++++++----------
 geography/postgresql81-postgis/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 19 deletions(-)

diffs (74 lines):

diff -r 17c7cfe3ad36 -r 71441d378cb2 geography/postgresql81-postgis/Makefile
--- a/geography/postgresql81-postgis/Makefile   Mon Oct 02 13:47:02 2006 +0000
+++ b/geography/postgresql81-postgis/Makefile   Mon Oct 02 13:47:19 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2006/09/20 16:24:46 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2006/10/02 13:47:19 gdt Exp $
 
 DISTNAME=              postgis-${VERSION}
-VERSION=               1.1.3
+VERSION=               1.1.4
 PKGNAME=               postgresql81-postgis-${VERSION}
-PKGREVISION=           1
 MASTER_SITES=          http://postgis.refractions.net/download/
 CATEGORIES=            databases geography
 
@@ -33,11 +32,12 @@
        cd ${WRKSRC} && ${GMAKE} install
        ${INSTALL_DATA_DIR} ${DOCDIR}
        ${INSTALL_DATA} ${BUILD_DIRS:Q}/README.postgis ${DOCDIR}
-       ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/postgis.xml ${DOCDIR}
+       ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.xml ${DOCDIR}
+       ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.txt ${DOCDIR}
        ${INSTALL_DATA_DIR} ${HTMLDIR}
        cd ${WRKSRC}/doc/html && ${PAX} -rw -pp *.html *.css ${HTMLDIR}
+       ${INSTALL_MAN} ${BUILD_DIRS:Q}/doc/man/*.1 ${PREFIX}/man/man1
 
-# XXX Perhaps this should be run-depends only.
 DEPENDS+=      postgresql81-server>=8.1:../../databases/postgresql81-server
 
 .include "../../geography/geos/buildlink3.mk"
diff -r 17c7cfe3ad36 -r 71441d378cb2 geography/postgresql81-postgis/PLIST
--- a/geography/postgresql81-postgis/PLIST      Mon Oct 02 13:47:02 2006 +0000
+++ b/geography/postgresql81-postgis/PLIST      Mon Oct 02 13:47:19 2006 +0000
@@ -1,20 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2006/09/14 19:16:43 gdt Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/10/02 13:47:19 gdt Exp $
 bin/pgsql2shp
 bin/shp2pgsql
 lib/liblwgeom.so
 lib/liblwgeom.so.1
 lib/liblwgeom.so.1.1
-share/doc/html/postgis/apa.html
-share/doc/html/postgis/ch01.html
-share/doc/html/postgis/ch02.html
-share/doc/html/postgis/ch03.html
-share/doc/html/postgis/ch04.html
-share/doc/html/postgis/ch05.html
-share/doc/html/postgis/ch06.html
-share/doc/html/postgis/ch07.html
-share/doc/html/postgis/index.html
+man/man1/pgsql2shp.1
+man/man1/shp2pgsql.1
+share/doc/html/postgis/postgis.html
 share/doc/html/postgis/style.css
 share/doc/postgis/README.postgis
+share/doc/postgis/ZMSgeoms.txt
+share/doc/postgis/long_xact.xml
 share/doc/postgis/postgis.xml
 share/postgresql/contrib/lwpostgis.sql
 share/postgresql/contrib/lwpostgis_upgrade.sql
diff -r 17c7cfe3ad36 -r 71441d378cb2 geography/postgresql81-postgis/distinfo
--- a/geography/postgresql81-postgis/distinfo   Mon Oct 02 13:47:02 2006 +0000
+++ b/geography/postgresql81-postgis/distinfo   Mon Oct 02 13:47:19 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2006/09/20 16:24:46 gdt Exp $
+$NetBSD: distinfo,v 1.3 2006/10/02 13:47:19 gdt Exp $
 
-SHA1 (postgis-1.1.3.tar.gz) = 2c7cb03f2b47605437578afafcfbd99c7e66f5c6
-RMD160 (postgis-1.1.3.tar.gz) = 5754ee4d98e78f1f75798e345be3401a32c11113
-Size (postgis-1.1.3.tar.gz) = 1619568 bytes
+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



Home | Main Index | Thread Index | Old Index