diff options
-rw-r--r-- | databases/postgresql90-docs/PLIST | 5 | ||||
-rw-r--r-- | databases/postgresql90/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql90/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/databases/postgresql90-docs/PLIST b/databases/postgresql90-docs/PLIST index 822dc484d49..2f9aba8ba81 100644 --- a/databases/postgresql90-docs/PLIST +++ b/databases/postgresql90-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2012/07/01 19:42:06 morr Exp $ +@comment $NetBSD: PLIST,v 1.11 2012/08/23 16:42:39 adam Exp $ ${PG_SUBPREFIX}man/man1/clusterdb.1 ${PG_SUBPREFIX}man/man1/createdb.1 ${PG_SUBPREFIX}man/man1/createlang.1 @@ -905,6 +905,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-17.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-18.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-19.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-20.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-5.html @@ -917,6 +918,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-10.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-11.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-12.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-13.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html @@ -934,6 +936,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-6.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-7.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-8.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-9.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index addaa8f0b7e..683ef0bebf8 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2012/07/01 19:42:06 morr Exp $ +# $NetBSD: Makefile.common,v 1.19 2012/08/23 16:42:39 adam Exp $ # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile @@ -21,7 +21,7 @@ # <lang>-postgresql client-side interface to PostgreSQL # postgresql-<lang> server-side module for PostgreSQL backend -DISTNAME= postgresql-9.0.8 +DISTNAME= postgresql-9.0.9 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql90/distinfo b/databases/postgresql90/distinfo index 6935ca92a85..f1db5d839f5 100644 --- a/databases/postgresql90/distinfo +++ b/databases/postgresql90/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2012/07/16 21:17:11 asau Exp $ +$NetBSD: distinfo,v 1.13 2012/08/23 16:42:39 adam Exp $ -SHA1 (postgresql-9.0.8.tar.bz2) = 240d2d45bc87d8cdad8e2b74cf378f5668b604fe -RMD160 (postgresql-9.0.8.tar.bz2) = fab8564774c99300ca8a69298417eec960e70601 -Size (postgresql-9.0.8.tar.bz2) = 14998065 bytes +SHA1 (postgresql-9.0.9.tar.bz2) = ff9907d0941578f15a6eda52a60982d9ecafbcf1 +RMD160 (postgresql-9.0.9.tar.bz2) = 03cd901956c09e50e3d91f69962301d31e361391 +Size (postgresql-9.0.9.tar.bz2) = 15008401 bytes SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1 SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 |