diff options
-rw-r--r-- | databases/postgresql/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql/distinfo | 8 | ||||
-rw-r--r-- | databases/postgresql/patches/patch-ac | 10 |
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 |