summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2004-06-24 16:50:51 +0000
committerdarcy <darcy@pkgsrc.org>2004-06-24 16:50:51 +0000
commit432157394447ecb17143cdf3d723b54790100796 (patch)
tree927a7bedd04064720c7124da6fbf8d8dc77e26dc /databases
parent13263785df6e2c3d4d9ac2211c42703a8f5e4525 (diff)
downloadpkgsrc-432157394447ecb17143cdf3d723b54790100796.tar.gz
Upgrade to 7.3.6.
Mostly bug fixes. The full list of changes can be found at: 7.3.5: http://www.postgresql.org/news/164.html 7.3.6: http://www.postgresql.org/news/172.html As with all minor release upgrades a dump/restore is not required.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql/Makefile.common4
-rw-r--r--databases/postgresql/distinfo8
-rw-r--r--databases/postgresql/patches/patch-af4
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common
index 74b12536f40..74a02509086 100644
--- a/databases/postgresql/Makefile.common
+++ b/databases/postgresql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2004/04/24 22:46:09 jlam Exp $
+# $NetBSD: Makefile.common,v 1.43 2004/06/24 16:50:51 darcy Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -33,7 +33,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql/patches
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
#
# Note: Do not forget jdbc-postgresql when updating version
-DIST_VERS?= 7.3.4
+DIST_VERS?= 7.3.6
BASE_VERS?= ${DIST_VERS}
BUILDLINK_DEPENDS.postgresql-lib?= postgresql-lib>=${BASE_VERS}
diff --git a/databases/postgresql/distinfo b/databases/postgresql/distinfo
index d76946f7951..48667e3c061 100644
--- a/databases/postgresql/distinfo
+++ b/databases/postgresql/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.18 2003/08/18 00:26:24 cjs Exp $
+$NetBSD: distinfo,v 1.19 2004/06/24 16:50:51 darcy Exp $
-SHA1 (postgresql-7.3.4.tar.gz) = 4f936bdc457b4a484f3ee66159f60fccc224d8dc
-Size (postgresql-7.3.4.tar.gz) = 11265028 bytes
+SHA1 (postgresql-7.3.6.tar.gz) = 5135ed429a22f8290eece18d67a459716a80871a
+Size (postgresql-7.3.6.tar.gz) = 11288430 bytes
SHA1 (patch-aa) = 61fbeb664b0d89c83a36c79cca3fbdc78d6f5059
SHA1 (patch-ac) = 5a647cc31873ae81a5bd5a6cf4ec6f44a43448e7
SHA1 (patch-ad) = d9e010b38855bf9f1d7b85404ea6770066831093
SHA1 (patch-ae) = 5b46ea9782da574ee0c4b1c02534e0f74d640559
-SHA1 (patch-af) = 874e6733bef527054aaa34dcc2114c6d4ca98f12
+SHA1 (patch-af) = 8268b66b062f0228e73ecaf928104f0c9bdc02f5
SHA1 (patch-ag) = 6d12184b8401e63b8a05c620beb27f28248c22da
SHA1 (patch-ah) = 210c0dda3c32481280fe5f2a9525d33f1d989c6d
SHA1 (patch-ai) = d7889e05ab7963f2b93b46c953cbf1a44e9c0fe5
diff --git a/databases/postgresql/patches/patch-af b/databases/postgresql/patches/patch-af
index 7481852960a..55346290886 100644
--- a/databases/postgresql/patches/patch-af
+++ b/databases/postgresql/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.15 2003/01/05 20:12:14 jlam Exp $
+$NetBSD: patch-af,v 1.16 2004/06/24 16:50:51 darcy Exp $
--- src/interfaces/ecpg/lib/Makefile.orig Tue Dec 10 23:08:04 2002
+++ src/interfaces/ecpg/lib/Makefile
@@ -7,7 +7,7 @@ $NetBSD: patch-af,v 1.15 2003/01/05 20:12:14 jlam Exp $
NAME= ecpg
SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 4.1
-+SO_MINOR_VERSION= 4
++SO_MINOR_VERSION= 6
override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)