pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases Changes 8.2.10:
details: https://anonhg.NetBSD.org/pkgsrc/rev/32c3e6c45c7c
branches: trunk
changeset: 547966:32c3e6c45c7c
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 06 09:45:55 2008 +0000
description:
Changes 8.2.10:
Bug-fix release, see HISTORY for details.
diffstat:
databases/postgresql82-client/PLIST | 8 ++++++--
databases/postgresql82-server/PLIST | 3 ++-
databases/postgresql82/Makefile.common | 4 ++--
databases/postgresql82/distinfo | 8 ++++----
4 files changed, 14 insertions(+), 9 deletions(-)
diffs (101 lines):
diff -r e6749f5c5c33 -r 32c3e6c45c7c databases/postgresql82-client/PLIST
--- a/databases/postgresql82-client/PLIST Mon Oct 06 09:42:59 2008 +0000
+++ b/databases/postgresql82-client/PLIST Mon Oct 06 09:45:55 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2008/06/20 07:46:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2008/10/06 09:45:55 adam Exp $
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/af/LC_MESSAGES/libpq.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/initdb.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libpq.mo
@@ -1197,6 +1197,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
@@ -1215,6 +1216,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
@@ -1229,6 +1231,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.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.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
@@ -1513,7 +1517,7 @@
${PG_SUBPREFIX}share/doc/postgresql/html/wal-reliability.html
${PG_SUBPREFIX}share/doc/postgresql/html/wal.html
${PG_SUBPREFIX}share/doc/postgresql/html/warm-standby.html
-${PG_SUBPREFIX}share/doc/postgresql/html/x71214.html
+${PG_SUBPREFIX}share/doc/postgresql/html/x71215.html
${PG_SUBPREFIX}share/doc/postgresql/html/xaggr.html
${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-c.html
${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-internal.html
diff -r e6749f5c5c33 -r 32c3e6c45c7c databases/postgresql82-server/PLIST
--- a/databases/postgresql82-server/PLIST Mon Oct 06 09:42:59 2008 +0000
+++ b/databases/postgresql82-server/PLIST Mon Oct 06 09:45:55 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2008/06/20 07:46:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2008/10/06 09:45:56 adam Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -237,6 +237,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 e6749f5c5c33 -r 32c3e6c45c7c databases/postgresql82/Makefile.common
--- a/databases/postgresql82/Makefile.common Mon Oct 06 09:42:59 2008 +0000
+++ b/databases/postgresql82/Makefile.common Mon Oct 06 09:45:55 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2008/08/23 15:42:18 joerg Exp $
+# $NetBSD: Makefile.common,v 1.13 2008/10/06 09:45:55 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -36,7 +36,7 @@
#
# Note: Do not forget jdbc-postgresql82 when updating version
#
-DIST_VERS?= 8.2.9
+DIST_VERS?= 8.2.10
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS}
diff -r e6749f5c5c33 -r 32c3e6c45c7c databases/postgresql82/distinfo
--- a/databases/postgresql82/distinfo Mon Oct 06 09:42:59 2008 +0000
+++ b/databases/postgresql82/distinfo Mon Oct 06 09:45:55 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2008/06/20 07:46:49 adam Exp $
+$NetBSD: distinfo,v 1.13 2008/10/06 09:45:55 adam Exp $
-SHA1 (postgresql-8.2.9.tar.bz2) = aeaf0487d031c56518af002f76f779c23baf6391
-RMD160 (postgresql-8.2.9.tar.bz2) = 00fe295d928e77a2dff136795ba846ae3ac08569
-Size (postgresql-8.2.9.tar.bz2) = 12558265 bytes
+SHA1 (postgresql-8.2.10.tar.bz2) = 2b4508ba70f18d350715d7113595e8529680e687
+RMD160 (postgresql-8.2.10.tar.bz2) = 46c7a3e98705dfa0d68c2893773c40d4b73d5eca
+Size (postgresql-8.2.10.tar.bz2) = 12551773 bytes
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
SHA1 (patch-ab) = 138221d6b3b2fe33d68d8d4aacf23b6913f6c809
SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9
Home |
Main Index |
Thread Index |
Old Index