diff options
author | adam <adam@pkgsrc.org> | 2007-02-08 20:00:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-02-08 20:00:46 +0000 |
commit | 62e1b8045eaf5f4b9471ce700eee193eff1ce22e (patch) | |
tree | 1910a63dbbd85e6ef8fac736b76a275c8f458b31 /databases | |
parent | 7564b0932b2a38a5b2cebd2ad6dc3079bdac05e9 (diff) | |
download | pkgsrc-62e1b8045eaf5f4b9471ce700eee193eff1ce22e.tar.gz |
Changes 8.1.8:
* Remove overly-restrictive check for type length in constraints and
functional indexes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql81-client/PLIST | 4 | ||||
-rw-r--r-- | databases/postgresql81/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql81/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/databases/postgresql81-client/PLIST b/databases/postgresql81-client/PLIST index decef624db7..dd3ed1996f7 100644 --- a/databases/postgresql81-client/PLIST +++ b/databases/postgresql81-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2007/02/05 11:42:07 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/02/08 20:00:46 adam Exp $ ${PG_SUBPREFIX}bin/clusterdb ${PG_SUBPREFIX}bin/createdb ${PG_SUBPREFIX}bin/createlang @@ -1016,6 +1016,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.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 @@ -1031,6 +1032,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-7.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html diff --git a/databases/postgresql81/Makefile.common b/databases/postgresql81/Makefile.common index 12e5684a8fc..d3191d335cb 100644 --- a/databases/postgresql81/Makefile.common +++ b/databases/postgresql81/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2007/02/05 11:42:07 adam Exp $ +# $NetBSD: Makefile.common,v 1.10 2007/02/08 20:00:46 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -32,7 +32,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql81/patches # # Note: Do not forget jdbc-postgresql81 when updating version # -DIST_VERS?= 8.1.7 +DIST_VERS?= 8.1.8 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS} diff --git a/databases/postgresql81/distinfo b/databases/postgresql81/distinfo index 160b4124b7c..e85acad5f99 100644 --- a/databases/postgresql81/distinfo +++ b/databases/postgresql81/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2007/02/05 11:42:07 adam Exp $ +$NetBSD: distinfo,v 1.8 2007/02/08 20:00:46 adam Exp $ -SHA1 (postgresql-8.1.7.tar.bz2) = e483ec9df93227db59a4a52187513e5b66dc6f46 -RMD160 (postgresql-8.1.7.tar.bz2) = 9a9ee7f118109c1a291530e5ac075f3900fa297a -Size (postgresql-8.1.7.tar.bz2) = 11698986 bytes +SHA1 (postgresql-8.1.8.tar.bz2) = 1981d2a1ff1146bb74c713210b12e623312de600 +RMD160 (postgresql-8.1.8.tar.bz2) = 693ca1d84f52331f2bfbd11122f8ce4c6a807dfa +Size (postgresql-8.1.8.tar.bz2) = 11702893 bytes SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d SHA1 (patch-ab) = 5bf5f46e86025772cbdb9c9d22c942b40288f82f SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9 |