Wed Jul 4 07:46:11 2012 UTC ()
Pullup ticket #3847 - requested by morr
databases/postgresql90: security update
databases/postgresql90-adminpack: security update
databases/postgresql90-client: security update
databases/postgresql90-datatypes: security update
databases/postgresql90-dblink: security update
databases/postgresql90-docs: security update
databases/postgresql90-fuzzystrmatch: security update
databases/postgresql90-monitoring: security update
databases/postgresql90-pgcrypto: security update
databases/postgresql90-plperl: security update
databases/postgresql90-plpython: security update
databases/postgresql90-pltcl: security update
databases/postgresql90-replicationtools: security update
databases/postgresql90-server: security update
databases/postgresql90-upgrade: security update
databases/postgresql90-uuid: security update

Revisions pulled up:
- databases/postgresql90-adminpack/Makefile                     1.6
- databases/postgresql90-client/Makefile                        1.13
- databases/postgresql90-datatypes/Makefile                     1.6
- databases/postgresql90-dblink/Makefile                        1.6
- databases/postgresql90-docs/Makefile                          1.7
- databases/postgresql90-docs/PLIST                             1.10
- databases/postgresql90-fuzzystrmatch/Makefile                 1.5
- databases/postgresql90-monitoring/Makefile                    1.7
- databases/postgresql90-pgcrypto/Makefile                      1.6
- databases/postgresql90-plperl/Makefile                        1.8
- databases/postgresql90-plpython/Makefile                      1.7
- databases/postgresql90-pltcl/Makefile                         1.6
- databases/postgresql90-replicationtools/Makefile              1.4
- databases/postgresql90-server/Makefile                        1.11
- databases/postgresql90-server/PLIST                           1.10
- databases/postgresql90-upgrade/Makefile                       1.6
- databases/postgresql90-uuid/Makefile                          1.3
- databases/postgresql90/Makefile                               1.4
- databases/postgresql90/Makefile.common                        1.18
- databases/postgresql90/distinfo                               1.11

---
   Module Name:	pkgsrc
   Committed By:	morr
   Date:		Sun Jul  1 19:42:08 UTC 2012

   Modified Files:
   	pkgsrc/databases/postgresql90: Makefile Makefile.common distinfo
   	pkgsrc/databases/postgresql90-adminpack: Makefile
   	pkgsrc/databases/postgresql90-client: Makefile
   	pkgsrc/databases/postgresql90-datatypes: Makefile
   	pkgsrc/databases/postgresql90-dblink: Makefile
   	pkgsrc/databases/postgresql90-docs: Makefile PLIST
   	pkgsrc/databases/postgresql90-fuzzystrmatch: Makefile
   	pkgsrc/databases/postgresql90-monitoring: Makefile
   	pkgsrc/databases/postgresql90-pgcrypto: Makefile
   	pkgsrc/databases/postgresql90-plperl: Makefile
   	pkgsrc/databases/postgresql90-plpython: Makefile
   	pkgsrc/databases/postgresql90-pltcl: Makefile
   	pkgsrc/databases/postgresql90-replicationtools: Makefile
   	pkgsrc/databases/postgresql90-server: Makefile PLIST
   	pkgsrc/databases/postgresql90-upgrade: Makefile
   	pkgsrc/databases/postgresql90-uuid: Makefile

   Log Message:
   Security update to version 9.0.8.

   Changes:

   * Fix incorrect password transformation in contrib/pgcrypto's DES crypt()
   function (Solar Designer)
   * Ignore SECURITY DEFINER and SET attributes for a procedural language's call
   handler (Tom Lane)
   * Allow numeric timezone offsets in timestamp input to be up to 16 hours away
   from UTC (Tom Lane)
   * Fix timestamp conversion to cope when the given time is exactly the last DST
   transition time for the current timezone (Tom Lane)
   * Fix text to name and char to name casts to perform string truncation
   correctly in multibyte encodings (Karl Schnaitter)
   * Fix memory copying bug in to_tsquery() (Heikki Linnakangas)
   * Ensure txid_current() reports the correct epoch when executed in hot standby
   (Simon Riggs)
   * Fix planner's handling of outer PlaceHolderVars within subqueries (Tom Lane)
   * Fix slow session startup when pg_attribute is very large (Tom Lane)
   * Ensure sequential scans check for query cancel reasonably often (Merlin
   Moncure)
   * Ensure the Windows implementation of PGSemaphoreLock() clears
   ImmediateInterruptOK before returning (Tom Lane)
   * Show whole-row variables safely when printing views or rules (Abbas Butt, Tom
   Lane)
   * Fix COPY FROM to properly handle null marker strings that correspond to
   invalid encoding (Tom Lane)
   * Ensure autovacuum worker processes perform stack depth checking properly
   (Heikki Linnakangas)
   * Fix logging collector to not lose log coherency under high load (Andrew
   Dunstan)
   * Fix logging collector to ensure it will restart file rotation after receiving
   SIGHUP (Tom Lane)
   * Fix WAL replay logic for GIN indexes to not fail if the index was
   subsequently dropped (Tom Lane)
   * Fix memory leak in PL/pgSQL's RETURN NEXT command (Joe Conway)
   * Fix PL/pgSQL's GET DIAGNOSTICS command when the target is the function's
   first variable (Tom Lane)
   * Fix potential access off the end of memory in psql's expanded display (\x)
   mode (Peter Eisentraut)
   * Fix several performance problems in pg_dump when the database contains many
   *bjects (Jeff Janes, Tom Lane)
   * Fix pg_upgrade for the case that a database stored in a non-default
   tablespace contains a table in the cluster's default tablespace (Bruce Momjian)
   * In ecpg, fix rare memory leaks and possible overwrite of one byte after the
   sqlca_t structure (Peter Eisentraut)
   * Fix contrib/dblink's dblink_exec() to not leak temporary database connections
   upon error (Tom Lane)
   * Fix contrib/dblink to report the correct connection name in error messages
   (Kyotaro Horiguchi)
   * Fix contrib/vacuumlo to use multiple transactions when dropping many large
   *bjects (Tim Lewis, Robert Haas, Tom Lane)
   * Update time zone data files to tzdata release 2012c for DST law changes in
   Antarctica, Armenia, Chile, Cuba, Falkland Islands, Gaza, Haiti, Hebron,
   Morocco, Syria, and Tokelau Islands;


(tron)
diff -r1.3 -r1.3.2.1 pkgsrc/databases/postgresql90/Makefile
diff -r1.17 -r1.17.4.1 pkgsrc/databases/postgresql90/Makefile.common
diff -r1.10 -r1.10.4.1 pkgsrc/databases/postgresql90/distinfo
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-adminpack/Makefile
diff -r1.12 -r1.12.2.1 pkgsrc/databases/postgresql90-client/Makefile
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-datatypes/Makefile
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-dblink/Makefile
diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-docs/Makefile
diff -r1.9 -r1.9.4.1 pkgsrc/databases/postgresql90-docs/PLIST
diff -r1.4 -r1.4.2.1 pkgsrc/databases/postgresql90-fuzzystrmatch/Makefile
diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-monitoring/Makefile
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-pgcrypto/Makefile
diff -r1.7 -r1.7.2.1 pkgsrc/databases/postgresql90-plperl/Makefile
diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-plpython/Makefile
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-pltcl/Makefile
diff -r1.3 -r1.3.2.1 pkgsrc/databases/postgresql90-replicationtools/Makefile
diff -r1.10 -r1.10.2.1 pkgsrc/databases/postgresql90-server/Makefile
diff -r1.9 -r1.9.4.1 pkgsrc/databases/postgresql90-server/PLIST
diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-upgrade/Makefile
diff -r1.2 -r1.2.10.1 pkgsrc/databases/postgresql90-uuid/Makefile

cvs diff -r1.3 -r1.3.2.1 pkgsrc/databases/postgresql90/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90/Attic/Makefile 2012/06/14 07:45:36 1.3
+++ pkgsrc/databases/postgresql90/Attic/Makefile 2012/07/04 07:46:11 1.3.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2012/06/14 07:45:36 sbd Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2012/07/04 07:46:11 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-/}
-PKGREVISION=	1
 COMMENT=	Robust, next generation, object-relational DBMS
 
 DEPENDS+=	postgresql90-client>=${PKGVERSION_NOREV}:../../databases/postgresql90-client

cvs diff -r1.17 -r1.17.4.1 pkgsrc/databases/postgresql90/Attic/Makefile.common (expand / switch to context diff)
--- pkgsrc/databases/postgresql90/Attic/Makefile.common 2012/03/11 10:32:35 1.17
+++ pkgsrc/databases/postgresql90/Attic/Makefile.common 2012/07/04 07:46:11 1.17.4.1
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2012/03/11 10:32:35 wiz Exp $
+# $NetBSD: Makefile.common,v 1.17.4.1 2012/07/04 07:46:11 tron 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.7
+DISTNAME=	postgresql-9.0.8
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=	.tar.bz2

cvs diff -r1.10 -r1.10.4.1 pkgsrc/databases/postgresql90/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/databases/postgresql90/Attic/distinfo 2012/03/03 14:01:11 1.10
+++ pkgsrc/databases/postgresql90/Attic/distinfo 2012/07/04 07:46:11 1.10.4.1
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2012/03/03 14:01:11 adam Exp $
+$NetBSD: distinfo,v 1.10.4.1 2012/07/04 07:46:11 tron Exp $
 
-SHA1 (postgresql-9.0.7.tar.bz2) = c0cf6de3cfa131b36107b3748ae44786ad638e12
-RMD160 (postgresql-9.0.7.tar.bz2) = 80a8c91233462515914aeb5c15cf63b7195da3ef
-Size (postgresql-9.0.7.tar.bz2) = 14977437 bytes
+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 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
 SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1
 SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-adminpack/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-adminpack/Attic/Makefile 2012/06/14 07:45:36 1.5
+++ pkgsrc/databases/postgresql90-adminpack/Attic/Makefile 2012/07/04 07:46:09 1.5.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:36 sbd Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:09 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-adminpack-/}
-PKGREVISION=	1
 COMMENT=	Admin pack module for pgAdmin management
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.12 -r1.12.2.1 pkgsrc/databases/postgresql90-client/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-client/Attic/Makefile 2012/06/14 07:45:34 1.12
+++ pkgsrc/databases/postgresql90-client/Attic/Makefile 2012/07/04 07:46:09 1.12.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2012/06/14 07:45:34 sbd Exp $
+# $NetBSD: Makefile,v 1.12.2.1 2012/07/04 07:46:09 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-client-/}
-PKGREVISION=	2
 COMMENT=	PostgreSQL database client programs
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-datatypes/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-datatypes/Attic/Makefile 2012/06/14 07:45:35 1.5
+++ pkgsrc/databases/postgresql90-datatypes/Attic/Makefile 2012/07/04 07:46:09 1.5.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:35 sbd Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:09 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-datatypes-/}
-PKGREVISION=	1
 COMMENT=	PostgreSQL data types support modules
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-dblink/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-dblink/Attic/Makefile 2012/06/14 07:45:36 1.5
+++ pkgsrc/databases/postgresql90-dblink/Attic/Makefile 2012/07/04 07:46:09 1.5.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:36 sbd Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:09 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-dblink-/}
-PKGREVISION=	1
 COMMENT=	Dblink module for remote database connections
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-docs/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-docs/Attic/Makefile 2012/06/14 07:45:36 1.6
+++ pkgsrc/databases/postgresql90-docs/Attic/Makefile 2012/07/04 07:46:09 1.6.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2012/06/14 07:45:36 sbd Exp $
+# $NetBSD: Makefile,v 1.6.2.1 2012/07/04 07:46:09 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-docs-/}
-PKGREVISION=	1
 COMMENT=	PostgreSQL database documentation
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.9 -r1.9.4.1 pkgsrc/databases/postgresql90-docs/Attic/PLIST (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-docs/Attic/PLIST 2012/03/03 14:01:11 1.9
+++ pkgsrc/databases/postgresql90-docs/Attic/PLIST 2012/07/04 07:46:09 1.9.4.1
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2012/03/03 14:01:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.9.4.1 2012/07/04 07:46:09 tron Exp $
 ${PG_SUBPREFIX}man/man1/clusterdb.1
 ${PG_SUBPREFIX}man/man1/createdb.1
 ${PG_SUBPREFIX}man/man1/createlang.1
@@ -903,6 +903,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-16.html
 ${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-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
@@ -915,6 +916,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-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html
@@ -931,6 +933,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.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html

cvs diff -r1.4 -r1.4.2.1 pkgsrc/databases/postgresql90-fuzzystrmatch/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-fuzzystrmatch/Attic/Makefile 2012/06/14 07:45:35 1.4
+++ pkgsrc/databases/postgresql90-fuzzystrmatch/Attic/Makefile 2012/07/04 07:46:09 1.4.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2012/06/14 07:45:35 sbd Exp $
+# $NetBSD: Makefile,v 1.4.2.1 2012/07/04 07:46:09 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-fuzzystrmatch-/}
-PKGREVISION=	1
 COMMENT=	PostgreSQL fuzzystrmatch contribution
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-monitoring/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-monitoring/Attic/Makefile 2012/06/14 07:45:35 1.6
+++ pkgsrc/databases/postgresql90-monitoring/Attic/Makefile 2012/07/04 07:46:10 1.6.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2012/06/14 07:45:35 sbd Exp $
+# $NetBSD: Makefile,v 1.6.2.1 2012/07/04 07:46:10 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-monitoring-/}
-PKGREVISION=	1
 COMMENT=	PostgreSQL monitoring tools
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-pgcrypto/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-pgcrypto/Attic/Makefile 2012/06/14 07:45:35 1.5
+++ pkgsrc/databases/postgresql90-pgcrypto/Attic/Makefile 2012/07/04 07:46:10 1.5.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:35 sbd Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:10 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-pgcrypto-/}
-PKGREVISION=	1
 COMMENT=	Module providing cryptographic functions for PostgreSQL
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.7 -r1.7.2.1 pkgsrc/databases/postgresql90-plperl/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-plperl/Attic/Makefile 2012/06/14 07:45:36 1.7
+++ pkgsrc/databases/postgresql90-plperl/Attic/Makefile 2012/07/04 07:46:10 1.7.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2012/06/14 07:45:36 sbd Exp $
+# $NetBSD: Makefile,v 1.7.2.1 2012/07/04 07:46:10 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-plperl-/}
-PKGREVISION=	1
 COMMENT=	PL/Perl procedural language for the PostgreSQL backend
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.6 -r1.6.2.1 pkgsrc/databases/postgresql90-plpython/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-plpython/Attic/Makefile 2012/06/14 07:45:35 1.6
+++ pkgsrc/databases/postgresql90-plpython/Attic/Makefile 2012/07/04 07:46:10 1.6.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2012/06/14 07:45:35 sbd Exp $
+# $NetBSD: Makefile,v 1.6.2.1 2012/07/04 07:46:10 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-plpython-/}
-PKGREVISION=	2
 COMMENT=	PL/Python procedural language for the PostgreSQL backend
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-pltcl/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-pltcl/Attic/Makefile 2012/06/14 07:45:35 1.5
+++ pkgsrc/databases/postgresql90-pltcl/Attic/Makefile 2012/07/04 07:46:10 1.5.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:35 sbd Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:10 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-pltcl-/}
-PKGREVISION=	1
 COMMENT=	PL/Tcl procedural language for the PostgreSQL backend
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.3 -r1.3.2.1 pkgsrc/databases/postgresql90-replicationtools/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-replicationtools/Attic/Makefile 2012/06/14 07:45:35 1.3
+++ pkgsrc/databases/postgresql90-replicationtools/Attic/Makefile 2012/07/04 07:46:10 1.3.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2012/06/14 07:45:35 sbd Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2012/07/04 07:46:10 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-replicationtools-/}
-PKGREVISION=	1
 COMMENT=	PostgreSQL replication tools
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.10 -r1.10.2.1 pkgsrc/databases/postgresql90-server/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-server/Attic/Makefile 2012/06/14 07:45:35 1.10
+++ pkgsrc/databases/postgresql90-server/Attic/Makefile 2012/07/04 07:46:10 1.10.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2012/06/14 07:45:35 sbd Exp $
+# $NetBSD: Makefile,v 1.10.2.1 2012/07/04 07:46:10 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-server-/}
-PKGREVISION=	1
 COMMENT=	PostgreSQL database server programs
 
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.9 -r1.9.4.1 pkgsrc/databases/postgresql90-server/Attic/PLIST (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-server/Attic/PLIST 2012/03/03 14:01:12 1.9
+++ pkgsrc/databases/postgresql90-server/Attic/PLIST 2012/07/04 07:46:10 1.9.4.1
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2012/03/03 14:01:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.9.4.1 2012/07/04 07:46:10 tron Exp $
 ${PG_SUBPREFIX}bin/postgres
 ${PG_SUBPREFIX}bin/postmaster
 ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.so
@@ -166,6 +166,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Coral_Harbour
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Cordoba
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Costa_Rica
+${PG_SUBPREFIX}share/postgresql/timezone/America/Creston
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Cuiaba
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Curacao
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Danmarkshavn

cvs diff -r1.5 -r1.5.2.1 pkgsrc/databases/postgresql90-upgrade/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-upgrade/Attic/Makefile 2012/06/14 07:45:35 1.5
+++ pkgsrc/databases/postgresql90-upgrade/Attic/Makefile 2012/07/04 07:46:10 1.5.2.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2012/06/14 07:45:35 sbd Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2012/07/04 07:46:10 tron Exp $
 
 PKGNAME=	${DISTNAME:C/-/90-upgrade-/}
-PKGREVISION=	1
 COMMENT=	PostgreSQL binary upgrade tool
 MAINTAINER=	pkgsrc-users@NetBSD.org
 

cvs diff -r1.2 -r1.2.10.1 pkgsrc/databases/postgresql90-uuid/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/postgresql90-uuid/Attic/Makefile 2011/04/22 14:40:41 1.2
+++ pkgsrc/databases/postgresql90-uuid/Attic/Makefile 2012/07/04 07:46:11 1.2.10.1
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2011/04/22 14:40:41 obache Exp $
+# $NetBSD: Makefile,v 1.2.10.1 2012/07/04 07:46:11 tron Exp $
 #
 
 PGSQL_VERSION=	90
-PKGREVISION=	1
 
 .include "../../databases/postgresql-uuid/Makefile.common"