pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases Changes 8.3.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6749f5c5c33
branches:  trunk
changeset: 547965:e6749f5c5c33
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 06 09:42:59 2008 +0000

description:
Changes 8.3.4:
Bug-fix release, see HISTORY for details.

diffstat:

 databases/postgresql83-client/PLIST    |  7 ++++++-
 databases/postgresql83-server/PLIST    |  3 ++-
 databases/postgresql83/Makefile.common |  4 ++--
 databases/postgresql83/distinfo        |  8 ++++----
 4 files changed, 14 insertions(+), 8 deletions(-)

diffs (100 lines):

diff -r 016289e142b5 -r e6749f5c5c33 databases/postgresql83-client/PLIST
--- a/databases/postgresql83-client/PLIST       Mon Oct 06 08:04:02 2008 +0000
+++ b/databases/postgresql83-client/PLIST       Mon Oct 06 09:42:59 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/06/20 06:54:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/10/06 09:42:59 adam Exp $
 ${PG_SUBPREFIX}bin/clusterdb
 ${PG_SUBPREFIX}bin/createdb
 ${PG_SUBPREFIX}bin/createlang
@@ -1198,6 +1198,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-19.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-20.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-21.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-22.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
@@ -1216,6 +1217,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-15.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-16.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-17.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-18.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
@@ -1230,6 +1232,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-11.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-12.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-13.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-14.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
@@ -1240,6 +1243,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-9.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-1.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-10.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html
@@ -1252,6 +1256,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
diff -r 016289e142b5 -r e6749f5c5c33 databases/postgresql83-server/PLIST
--- a/databases/postgresql83-server/PLIST       Mon Oct 06 08:04:02 2008 +0000
+++ b/databases/postgresql83-server/PLIST       Mon Oct 06 09:42:59 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/06/20 06:54:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/10/06 09:42:59 adam Exp $
 ${PG_SUBPREFIX}bin/postgres
 ${PG_SUBPREFIX}bin/postmaster
 ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -244,6 +244,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Resolute
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Rio_Branco
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Rosario
+${PG_SUBPREFIX}share/postgresql/timezone/America/Santarem
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Santiago
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Santo_Domingo
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Sao_Paulo
diff -r 016289e142b5 -r e6749f5c5c33 databases/postgresql83/Makefile.common
--- a/databases/postgresql83/Makefile.common    Mon Oct 06 08:04:02 2008 +0000
+++ b/databases/postgresql83/Makefile.common    Mon Oct 06 09:42:59 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2008/06/20 06:54:42 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2008/10/06 09:42:59 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -37,7 +37,7 @@
 #
 # Note: Do not forget jdbc-postgresql83 when updating version
 #
-DIST_VERS?=            8.3.3
+DIST_VERS?=            8.3.4
 BASE_VERS?=            ${DIST_VERS}
 
 BUILDLINK_API_DEPENDS.postgresql83-client+=    postgresql83-client>=${BASE_VERS}
diff -r 016289e142b5 -r e6749f5c5c33 databases/postgresql83/distinfo
--- a/databases/postgresql83/distinfo   Mon Oct 06 08:04:02 2008 +0000
+++ b/databases/postgresql83/distinfo   Mon Oct 06 09:42:59 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2008/06/20 06:54:42 adam Exp $
+$NetBSD: distinfo,v 1.4 2008/10/06 09:42:59 adam Exp $
 
-SHA1 (postgresql-8.3.3.tar.bz2) = b933f26a70bef9a5971c0ff2f392e293eed138b2
-RMD160 (postgresql-8.3.3.tar.bz2) = 8cc31cae862e328c8372245c8f953a1773dcc1f8
-Size (postgresql-8.3.3.tar.bz2) = 14004538 bytes
+SHA1 (postgresql-8.3.4.tar.bz2) = 3e6fd905fd3fe9698b50e5376ed15b7d6e3bb602
+RMD160 (postgresql-8.3.4.tar.bz2) = 13cb20672b0dc6fe52346d7c906a0842e0c872ac
+Size (postgresql-8.3.4.tar.bz2) = 14037366 bytes
 SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
 SHA1 (patch-ab) = 61ed51b483b84c3ca88f8955713dff27f9070a6c
 SHA1 (patch-ac) = 8e3a7021fdd01810d4ebcbd20002b28164b22279



Home | Main Index | Thread Index | Old Index