summaryrefslogtreecommitdiff
path: root/databases/postgresql
diff options
context:
space:
mode:
authorjlam <jlam>2002-04-05 16:27:27 +0000
committerjlam <jlam>2002-04-05 16:27:27 +0000
commitc5212af1010c2ebafb36467f0bc5c23eae1ded6f (patch)
tree5e6313e34c07935ca486a8625d7e92edab36166a /databases/postgresql
parent5334111331be33341a9f1cb332d6275b93f94ea9 (diff)
downloadpkgsrc-c5212af1010c2ebafb36467f0bc5c23eae1ded6f.tar.gz
Update databases/postgresql and related sub-packages to 7.2.1.
*** Please note that a dump/restore is NOT required for those *** *** running PostgreSQL 7.2. *** Important changes from version 7.2 include: Ensure that sequence counters do not go backwards after a crash (Tom) Allow psql \connect to handle mixed case database and user names (Tom) Return proper OID on command completion even with ON INSERT rules (Tom) Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo) Improve handling of multiple UNIONs with different lengths (Tom) Fix for array subscripts handling (Tom) Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
Diffstat (limited to 'databases/postgresql')
-rw-r--r--databases/postgresql/Makefile.common4
-rw-r--r--databases/postgresql/distinfo8
-rw-r--r--databases/postgresql/patches/patch-ac10
3 files changed, 11 insertions, 11 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common
index 9a95df20435..305a392df1f 100644
--- a/databases/postgresql/Makefile.common
+++ b/databases/postgresql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2002/04/04 07:48:20 jlam Exp $
+# $NetBSD: Makefile.common,v 1.27 2002/04/05 16:27:27 jlam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution.
@@ -35,7 +35,7 @@ PATCHDIR?= ${.CURDIR}/../../databases/postgresql/patches
# DIST_VERS version number on the postgresql distfile
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
#
-DIST_VERS?= 7.2
+DIST_VERS?= 7.2.1
BASE_VERS?= ${DIST_VERS}
BUILDLINK_DEPENDS.postgresql-lib?= postgresql-lib>=${BASE_VERS}
diff --git a/databases/postgresql/distinfo b/databases/postgresql/distinfo
index f68792c23cb..b1ed9274488 100644
--- a/databases/postgresql/distinfo
+++ b/databases/postgresql/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.10 2002/04/04 07:48:23 jlam Exp $
+$NetBSD: distinfo,v 1.11 2002/04/05 16:27:28 jlam Exp $
-SHA1 (postgresql-7.2.tar.gz) = eddf80bd8dae48aaa766d70fb7c2be6de314855f
-Size (postgresql-7.2.tar.gz) = 9180168 bytes
+SHA1 (postgresql-7.2.1.tar.gz) = d5361a502efc394f5c552f1640960557180f3289
+Size (postgresql-7.2.1.tar.gz) = 9237680 bytes
SHA1 (patch-aa) = 598f14b74b0dc54680ed85f4c26b6396898f5a7e
SHA1 (patch-ab) = 0d1dee0d7c8b3bbff8507e18b9561c0b198f409f
-SHA1 (patch-ac) = af1b49f846031aa86b9e37a679bafc1ef170e149
+SHA1 (patch-ac) = eaed6eaeb65e3bb394252c5cb97a306bffb3e503
SHA1 (patch-ad) = 581a5311c9197efd4fbd4182a2c9d906fbac3074
SHA1 (patch-ae) = ea4f680544bbdae36945b6393f50a0c15df38046
SHA1 (patch-af) = fb4994293ee5fa5aeb06cd0d9463b3b11ae0747e
diff --git a/databases/postgresql/patches/patch-ac b/databases/postgresql/patches/patch-ac
index 09cd925f186..ca7c34cf317 100644
--- a/databases/postgresql/patches/patch-ac
+++ b/databases/postgresql/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.10 2002/04/04 07:48:25 jlam Exp $
+$NetBSD: patch-ac,v 1.11 2002/04/05 16:27:28 jlam Exp $
---- doc/Makefile.orig Wed Aug 29 15:14:39 2001
+--- doc/Makefile.orig Thu Feb 7 04:29:35 2002
+++ doc/Makefile
-@@ -68,7 +68,7 @@
+@@ -70,7 +70,7 @@
install: all installdirs
ifdef found_html
@@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.10 2002/04/04 07:48:25 jlam Exp $
endif
ifdef found_man
for file in man1/*.1 man$(sqlmansectnum)/*.$(sqlmansect) ; do \
-@@ -79,7 +79,7 @@
+@@ -81,7 +81,7 @@
installdirs:
ifdef found_html
@@ -20,7 +20,7 @@ $NetBSD: patch-ac,v 1.10 2002/04/04 07:48:25 jlam Exp $
endif
ifdef found_man
$(mkinstalldirs) $(addprefix $(DESTDIR)$(mandir)/man, 1 $(sqlmansectnum))
-@@ -88,7 +88,7 @@
+@@ -90,7 +90,7 @@
uninstall:
ifdef found_html