summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-10-06 09:46:31 +0000
committeradam <adam@pkgsrc.org>2008-10-06 09:46:31 +0000
commit04c3a85c6f295329b588b75f6fdd9345fee2c5a8 (patch)
tree6edc71d02da25fdce26f21102e0ac9689f87dd13
parent1e35f419b61629d793dc2a5a7c10c528e73956b3 (diff)
downloadpkgsrc-04c3a85c6f295329b588b75f6fdd9345fee2c5a8.tar.gz
Changes 8.1.14:
Bug-fix release, see HISTORY for details.
-rw-r--r--databases/postgresql81-client/PLIST5
-rw-r--r--databases/postgresql81-server/PLIST3
-rw-r--r--databases/postgresql81/Makefile.common4
-rw-r--r--databases/postgresql81/distinfo8
4 files changed, 12 insertions, 8 deletions
diff --git a/databases/postgresql81-client/PLIST b/databases/postgresql81-client/PLIST
index 25894965b26..e2785c03f4f 100644
--- a/databases/postgresql81-client/PLIST
+++ b/databases/postgresql81-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2008/06/20 08:27:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2008/10/06 09:46:31 adam Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
@@ -1013,6 +1013,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-18.html
${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
@@ -1031,6 +1032,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-14.html
${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
@@ -1044,6 +1046,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-10.html
${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-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
diff --git a/databases/postgresql81-server/PLIST b/databases/postgresql81-server/PLIST
index 5f9c52e53ec..6604a958c42 100644
--- a/databases/postgresql81-server/PLIST
+++ b/databases/postgresql81-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2008/06/20 08:27:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2008/10/06 09:46:31 adam Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -240,6 +240,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Regina
${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 --git a/databases/postgresql81/Makefile.common b/databases/postgresql81/Makefile.common
index 1cbd903fa85..201f8a26a93 100644
--- a/databases/postgresql81/Makefile.common
+++ b/databases/postgresql81/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2008/06/20 08:27:57 adam Exp $
+# $NetBSD: Makefile.common,v 1.18 2008/10/06 09:46:31 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 @@ PATCHDIR?= ${.CURDIR}/../postgresql81/patches
#
# Note: Do not forget jdbc-postgresql81 when updating version
#
-DIST_VERS?= 8.1.13
+DIST_VERS?= 8.1.14
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS}
diff --git a/databases/postgresql81/distinfo b/databases/postgresql81/distinfo
index a274e51c95c..b863a39f20f 100644
--- a/databases/postgresql81/distinfo
+++ b/databases/postgresql81/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2008/06/20 08:27:57 adam Exp $
+$NetBSD: distinfo,v 1.13 2008/10/06 09:46:31 adam Exp $
-SHA1 (postgresql-8.1.13.tar.bz2) = 6d4b771aa4011fa3e8aed726f1521b77cd91772a
-RMD160 (postgresql-8.1.13.tar.bz2) = fe9fab1b70fa93b4dc0bd19f63a590f75511e79e
-Size (postgresql-8.1.13.tar.bz2) = 11744780 bytes
+SHA1 (postgresql-8.1.14.tar.bz2) = 1bc739acc9b01684c06bf469dd359d07d161f7e8
+RMD160 (postgresql-8.1.14.tar.bz2) = a430e23abf88b724cd22f00aaf96f9d7f9bfa6ed
+Size (postgresql-8.1.14.tar.bz2) = 11773020 bytes
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
SHA1 (patch-ab) = 56e8bce0631e1007b2c2df8e740c0d48134b2242
SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9