Thu Jun 18 14:46:14 2015 UTC ()
Changes:
This release primarily fixes issues not successfully fixed in prior releases. It should be applied as soon as possible all users of major versions 9.3 and 9.4. Other users should apply at the next available downtime.

Crash Recovery Fixes:
Earlier update releases attempted to fix an issue in PostgreSQL 9.3 and 9.4 with "multixact wraparound", but failed to account for issues doing multixact cleanup during crash recovery. This could cause servers to be unable to restart after a crash. As such, all users of 9.3 and 9.4 should apply this update as soon as possible.


(adam)
diff -r1.36 -r1.37 pkgsrc/databases/postgresql90/Makefile.common
diff -r1.26 -r1.27 pkgsrc/databases/postgresql90/distinfo
diff -r1.15 -r1.16 pkgsrc/databases/postgresql90-docs/Makefile
diff -r1.23 -r1.24 pkgsrc/databases/postgresql90-docs/PLIST
diff -r1.21 -r1.22 pkgsrc/databases/postgresql90-plperl/Makefile
diff -r1.25 -r1.26 pkgsrc/databases/postgresql91/Makefile.common
diff -r1.23 -r1.24 pkgsrc/databases/postgresql91/distinfo
diff -r1.11 -r1.12 pkgsrc/databases/postgresql91-docs/Makefile
diff -r1.19 -r1.20 pkgsrc/databases/postgresql91-docs/PLIST
diff -r1.16 -r1.17 pkgsrc/databases/postgresql91-plperl/Makefile
diff -r1.16 -r1.17 pkgsrc/databases/postgresql92/Makefile.common
diff -r1.13 -r1.14 pkgsrc/databases/postgresql92/distinfo
diff -r1.8 -r1.9 pkgsrc/databases/postgresql92-docs/Makefile
diff -r1.12 -r1.13 pkgsrc/databases/postgresql92-docs/PLIST
diff -r1.10 -r1.11 pkgsrc/databases/postgresql92-plperl/Makefile
diff -r1.12 -r1.13 pkgsrc/databases/postgresql93/Makefile.common
diff -r1.12 -r1.13 pkgsrc/databases/postgresql93/distinfo
diff -r1.4 -r1.5 pkgsrc/databases/postgresql93-docs/Makefile
diff -r1.9 -r1.10 pkgsrc/databases/postgresql93-docs/PLIST
diff -r1.6 -r1.7 pkgsrc/databases/postgresql93-plperl/Makefile
diff -r1.4 -r1.5 pkgsrc/databases/postgresql94/Makefile.common
diff -r1.5 -r1.6 pkgsrc/databases/postgresql94/distinfo
diff -r1.2 -r1.3 pkgsrc/databases/postgresql94-docs/Makefile
diff -r1.4 -r1.5 pkgsrc/databases/postgresql94-docs/PLIST
diff -r1.2 -r1.3 pkgsrc/databases/postgresql94-plperl/Makefile

cvs diff -r1.36 -r1.37 pkgsrc/databases/postgresql90/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90/Attic/Makefile.common 2015/06/08 12:52:07 1.36
+++ pkgsrc/databases/postgresql90/Attic/Makefile.common 2015/06/18 14:46:13 1.37
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: Makefile.common,v 1.36 2015/06/08 12:52:07 adam Exp $ 1# $NetBSD: Makefile.common,v 1.37 2015/06/18 14:46:13 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql90-adminpack/Makefile 11# used by databases/postgresql90-adminpack/Makefile
12# used by databases/postgresql90-client/Makefile 12# used by databases/postgresql90-client/Makefile
13# used by databases/postgresql90-datatypes/Makefile 13# used by databases/postgresql90-datatypes/Makefile
14# used by databases/postgresql90-dblink/Makefile 14# used by databases/postgresql90-dblink/Makefile
15# used by databases/postgresql90-docs/Makefile 15# used by databases/postgresql90-docs/Makefile
16# used by databases/postgresql90-fuzzystrmatch/Makefile 16# used by databases/postgresql90-fuzzystrmatch/Makefile
17# used by databases/postgresql90-monitoring/Makefile 17# used by databases/postgresql90-monitoring/Makefile
18# used by databases/postgresql90-pgcrypto/Makefile 18# used by databases/postgresql90-pgcrypto/Makefile
19# used by databases/postgresql90-plperl/Makefile 19# used by databases/postgresql90-plperl/Makefile
20# used by databases/postgresql90-plpython/Makefile 20# used by databases/postgresql90-plpython/Makefile
21# used by databases/postgresql90-pltcl/Makefile 21# used by databases/postgresql90-pltcl/Makefile
22# used by databases/postgresql90-replicationtools/Makefile 22# used by databases/postgresql90-replicationtools/Makefile
23# used by databases/postgresql90-server/Makefile 23# used by databases/postgresql90-server/Makefile
24# used by databases/postgresql90-upgrade/Makefile 24# used by databases/postgresql90-upgrade/Makefile
25 25
26DISTNAME= postgresql-9.0.21 26DISTNAME= postgresql-9.0.22
27CATEGORIES= databases 27CATEGORIES= databases
28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
29EXTRACT_SUFX= .tar.bz2 29EXTRACT_SUFX= .tar.bz2
30 30
31MAINTAINER?= adam@NetBSD.org 31MAINTAINER?= adam@NetBSD.org
32HOMEPAGE= http://www.postgresql.org/ 32HOMEPAGE= http://www.postgresql.org/
33LICENSE= postgresql-license 33LICENSE= postgresql-license
34 34
35CONFLICTS+= postgresql-[0-9]* 35CONFLICTS+= postgresql-[0-9]*
36CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 36CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
37CONFLICTS+= postgresql9[1-9]-[0-9]* 37CONFLICTS+= postgresql9[1-9]-[0-9]*
38 38
39.if !empty(PKGNAME:M*-*-*) 39.if !empty(PKGNAME:M*-*-*)

cvs diff -r1.26 -r1.27 pkgsrc/databases/postgresql90/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90/Attic/distinfo 2015/06/08 12:52:07 1.26
+++ pkgsrc/databases/postgresql90/Attic/distinfo 2015/06/18 14:46:13 1.27
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.26 2015/06/08 12:52:07 adam Exp $ 1$NetBSD: distinfo,v 1.27 2015/06/18 14:46:13 adam Exp $
2 2
3SHA1 (postgresql-9.0.21.tar.bz2) = 95beb50278fdc03a057288e6fb4e6850fac6ec65 3SHA1 (postgresql-9.0.22.tar.bz2) = 0600cce0ac2e7d28be6b094d0c7b955c129c6461
4RMD160 (postgresql-9.0.21.tar.bz2) = afd39dbb9c38b1c626245d7854809904a71fee0f 4RMD160 (postgresql-9.0.22.tar.bz2) = 28fd591e44651c167575c0c4de6a20bc8bb65885
5Size (postgresql-9.0.21.tar.bz2) = 15044880 bytes 5Size (postgresql-9.0.22.tar.bz2) = 15046629 bytes
6SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 6SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
7SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1 7SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1
8SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 8SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
9SHA1 (patch-ad) = 378dce5ea08c4344018824a7e44867f31e876c9a 9SHA1 (patch-ad) = 378dce5ea08c4344018824a7e44867f31e876c9a
10SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936 10SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936
11SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214 11SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214
12SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64 12SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64
13SHA1 (patch-ai) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc 13SHA1 (patch-ai) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc
14SHA1 (patch-ao) = 4d7c40d107d4c13c63ef2908d9a02be319863657 14SHA1 (patch-ao) = 4d7c40d107d4c13c63ef2908d9a02be319863657
15SHA1 (patch-src_Makefile.shlib) = 72d6db917b7d6ba1dbf8037e03f83a7ce7c4d6c9 15SHA1 (patch-src_Makefile.shlib) = 72d6db917b7d6ba1dbf8037e03f83a7ce7c4d6c9
16SHA1 (patch-src_backend_utils_adt_datetime.c) = 02ec83af9d06565e0607b0635364b2dc501f1d7c 16SHA1 (patch-src_backend_utils_adt_datetime.c) = 02ec83af9d06565e0607b0635364b2dc501f1d7c
17SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 2de11e149003e4a7205e44f58990afe8a24f80cb 17SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 2de11e149003e4a7205e44f58990afe8a24f80cb
18SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 18SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0

cvs diff -r1.15 -r1.16 pkgsrc/databases/postgresql90-docs/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-docs/Attic/Makefile 2015/06/12 10:48:45 1.15
+++ pkgsrc/databases/postgresql90-docs/Attic/Makefile 2015/06/18 14:46:13 1.16
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2015/06/12 10:48:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2015/06/18 14:46:13 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-docs-/} 3PKGNAME= ${DISTNAME:C/-/90-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7.include "../../databases/postgresql90/Makefile.common" 6.include "../../databases/postgresql90/Makefile.common"
8 7
9BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 8BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
10BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 9BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
11BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 10BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
12BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 11BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
13BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 12BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_TOOLS+= gzip tar perl:build 15USE_TOOLS+= gzip tar perl:build
17CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share 16CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share

cvs diff -r1.23 -r1.24 pkgsrc/databases/postgresql90-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-docs/Attic/PLIST 2015/06/08 12:52:07 1.23
+++ pkgsrc/databases/postgresql90-docs/Attic/PLIST 2015/06/18 14:46:13 1.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.23 2015/06/08 12:52:07 adam Exp $ 1@comment $NetBSD: PLIST,v 1.24 2015/06/18 14:46:13 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/pg_config.1 11man/man1/pg_config.1
12man/man1/pg_controldata.1 12man/man1/pg_controldata.1
13man/man1/pg_ctl.1 13man/man1/pg_ctl.1
14man/man1/pg_dump.1 14man/man1/pg_dump.1
@@ -944,26 +944,27 @@ share/doc/postgresql/html/release-9-0-1. @@ -944,26 +944,27 @@ share/doc/postgresql/html/release-9-0-1.
944share/doc/postgresql/html/release-9-0-10.html 944share/doc/postgresql/html/release-9-0-10.html
945share/doc/postgresql/html/release-9-0-11.html 945share/doc/postgresql/html/release-9-0-11.html
946share/doc/postgresql/html/release-9-0-12.html 946share/doc/postgresql/html/release-9-0-12.html
947share/doc/postgresql/html/release-9-0-13.html 947share/doc/postgresql/html/release-9-0-13.html
948share/doc/postgresql/html/release-9-0-14.html 948share/doc/postgresql/html/release-9-0-14.html
949share/doc/postgresql/html/release-9-0-15.html 949share/doc/postgresql/html/release-9-0-15.html
950share/doc/postgresql/html/release-9-0-16.html 950share/doc/postgresql/html/release-9-0-16.html
951share/doc/postgresql/html/release-9-0-17.html 951share/doc/postgresql/html/release-9-0-17.html
952share/doc/postgresql/html/release-9-0-18.html 952share/doc/postgresql/html/release-9-0-18.html
953share/doc/postgresql/html/release-9-0-19.html 953share/doc/postgresql/html/release-9-0-19.html
954share/doc/postgresql/html/release-9-0-2.html 954share/doc/postgresql/html/release-9-0-2.html
955share/doc/postgresql/html/release-9-0-20.html 955share/doc/postgresql/html/release-9-0-20.html
956share/doc/postgresql/html/release-9-0-21.html 956share/doc/postgresql/html/release-9-0-21.html
 957share/doc/postgresql/html/release-9-0-22.html
957share/doc/postgresql/html/release-9-0-3.html 958share/doc/postgresql/html/release-9-0-3.html
958share/doc/postgresql/html/release-9-0-4.html 959share/doc/postgresql/html/release-9-0-4.html
959share/doc/postgresql/html/release-9-0-5.html 960share/doc/postgresql/html/release-9-0-5.html
960share/doc/postgresql/html/release-9-0-6.html 961share/doc/postgresql/html/release-9-0-6.html
961share/doc/postgresql/html/release-9-0-7.html 962share/doc/postgresql/html/release-9-0-7.html
962share/doc/postgresql/html/release-9-0-8.html 963share/doc/postgresql/html/release-9-0-8.html
963share/doc/postgresql/html/release-9-0-9.html 964share/doc/postgresql/html/release-9-0-9.html
964share/doc/postgresql/html/release-9-0.html 965share/doc/postgresql/html/release-9-0.html
965share/doc/postgresql/html/release.html 966share/doc/postgresql/html/release.html
966share/doc/postgresql/html/resources.html 967share/doc/postgresql/html/resources.html
967share/doc/postgresql/html/role-attributes.html 968share/doc/postgresql/html/role-attributes.html
968share/doc/postgresql/html/role-membership.html 969share/doc/postgresql/html/role-membership.html
969share/doc/postgresql/html/routine-reindex.html 970share/doc/postgresql/html/routine-reindex.html

cvs diff -r1.21 -r1.22 pkgsrc/databases/postgresql90-plperl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql90-plperl/Attic/Makefile 2015/06/12 10:48:45 1.21
+++ pkgsrc/databases/postgresql90-plperl/Attic/Makefile 2015/06/18 14:46:13 1.22
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2015/06/12 10:48:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.22 2015/06/18 14:46:13 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/90-plperl-/} 3PKGNAME= ${DISTNAME:C/-/90-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server 6DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
8 7
9.include "../../databases/postgresql90/Makefile.common" 8.include "../../databases/postgresql90/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
13CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile

cvs diff -r1.25 -r1.26 pkgsrc/databases/postgresql91/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql91/Attic/Makefile.common 2015/06/08 12:52:07 1.25
+++ pkgsrc/databases/postgresql91/Attic/Makefile.common 2015/06/18 14:46:14 1.26
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: Makefile.common,v 1.25 2015/06/08 12:52:07 adam Exp $ 1# $NetBSD: Makefile.common,v 1.26 2015/06/18 14:46:14 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql91-adminpack/Makefile 11# used by databases/postgresql91-adminpack/Makefile
12# used by databases/postgresql91-client/Makefile 12# used by databases/postgresql91-client/Makefile
13# used by databases/postgresql91-datatypes/Makefile 13# used by databases/postgresql91-datatypes/Makefile
14# used by databases/postgresql91-dblink/Makefile 14# used by databases/postgresql91-dblink/Makefile
15# used by databases/postgresql91-docs/Makefile 15# used by databases/postgresql91-docs/Makefile
16# used by databases/postgresql91-fuzzystrmatch/Makefile 16# used by databases/postgresql91-fuzzystrmatch/Makefile
17# used by databases/postgresql91-monitoring/Makefile 17# used by databases/postgresql91-monitoring/Makefile
18# used by databases/postgresql91-pgcrypto/Makefile 18# used by databases/postgresql91-pgcrypto/Makefile
19# used by databases/postgresql91-plperl/Makefile 19# used by databases/postgresql91-plperl/Makefile
20# used by databases/postgresql91-plpython/Makefile 20# used by databases/postgresql91-plpython/Makefile
21# used by databases/postgresql91-pltcl/Makefile 21# used by databases/postgresql91-pltcl/Makefile
22# used by databases/postgresql91-replicationtools/Makefile 22# used by databases/postgresql91-replicationtools/Makefile
23# used by databases/postgresql91-server/Makefile 23# used by databases/postgresql91-server/Makefile
24# used by databases/postgresql91-upgrade/Makefile 24# used by databases/postgresql91-upgrade/Makefile
25 25
26DISTNAME= postgresql-9.1.17 26DISTNAME= postgresql-9.1.18
27CATEGORIES= databases 27CATEGORIES= databases
28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
29EXTRACT_SUFX= .tar.bz2 29EXTRACT_SUFX= .tar.bz2
30 30
31MAINTAINER?= adam@NetBSD.org 31MAINTAINER?= adam@NetBSD.org
32HOMEPAGE= http://www.postgresql.org/ 32HOMEPAGE= http://www.postgresql.org/
33LICENSE= postgresql-license 33LICENSE= postgresql-license
34 34
35CONFLICTS+= postgresql-[0-9]* 35CONFLICTS+= postgresql-[0-9]*
36CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 36CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
37CONFLICTS+= postgresql9[02-9]-[0-9]* 37CONFLICTS+= postgresql9[02-9]-[0-9]*
38 38
39.if !empty(PKGNAME:M*-*-*) 39.if !empty(PKGNAME:M*-*-*)

cvs diff -r1.23 -r1.24 pkgsrc/databases/postgresql91/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql91/Attic/distinfo 2015/06/08 12:52:07 1.23
+++ pkgsrc/databases/postgresql91/Attic/distinfo 2015/06/18 14:46:14 1.24
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.23 2015/06/08 12:52:07 adam Exp $ 1$NetBSD: distinfo,v 1.24 2015/06/18 14:46:14 adam Exp $
2 2
3SHA1 (postgresql-9.1.17.tar.bz2) = e5d81fc7bfca5441e1cc8cbbadea2895f2c42135 3SHA1 (postgresql-9.1.18.tar.bz2) = f17aa02514bb1a079179e9ca555ac0c19e21c14c
4RMD160 (postgresql-9.1.17.tar.bz2) = 15caeb52d32d292cb6bab6948109ab5a7ae32bb3 4RMD160 (postgresql-9.1.18.tar.bz2) = 4c1b75903149a47e18995a5fe9f87c14bf0e22dc
5Size (postgresql-9.1.17.tar.bz2) = 15817867 bytes 5Size (postgresql-9.1.18.tar.bz2) = 15822081 bytes
6SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 6SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
7SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7 7SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7
8SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 8SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
9SHA1 (patch-contrib_dblink_dblink.c) = 4d7c40d107d4c13c63ef2908d9a02be319863657 9SHA1 (patch-contrib_dblink_dblink.c) = 4d7c40d107d4c13c63ef2908d9a02be319863657
10SHA1 (patch-src_Makefile.shlib) = 2370e3c4260ba7f947b0c15b9bdc43e4820e01a4 10SHA1 (patch-src_Makefile.shlib) = 2370e3c4260ba7f947b0c15b9bdc43e4820e01a4
11SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 11SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
12SHA1 (patch-src_backend_utils_adt_datetime.c) = 9d3c6c23b5af92c17ea643ed986b5648f3381cb4 12SHA1 (patch-src_backend_utils_adt_datetime.c) = 9d3c6c23b5af92c17ea643ed986b5648f3381cb4
13SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = b9c340552b0a0838229cffdada2efad12ba51d56 13SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = b9c340552b0a0838229cffdada2efad12ba51d56
14SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 14SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
15SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07 15SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07
16SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61 16SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
17SHA1 (patch-src_timezone_localtime.c) = a73769cf05223d2ee06249c9e69c85038c2cd936 17SHA1 (patch-src_timezone_localtime.c) = a73769cf05223d2ee06249c9e69c85038c2cd936
18SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214 18SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214

cvs diff -r1.11 -r1.12 pkgsrc/databases/postgresql91-docs/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql91-docs/Attic/Makefile 2015/06/12 10:48:45 1.11
+++ pkgsrc/databases/postgresql91-docs/Attic/Makefile 2015/06/18 14:46:14 1.12
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2015/06/12 10:48:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2015/06/18 14:46:14 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/91-docs-/} 3PKGNAME= ${DISTNAME:C/-/91-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7.include "../../databases/postgresql91/Makefile.common" 6.include "../../databases/postgresql91/Makefile.common"
8 7
9BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 8BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
10BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 9BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
11BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 10BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
12BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 11BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
13BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 12BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_TOOLS+= gzip tar perl:build 15USE_TOOLS+= gzip tar perl:build
17CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share 16CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share

cvs diff -r1.19 -r1.20 pkgsrc/databases/postgresql91-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql91-docs/Attic/PLIST 2015/06/08 12:52:08 1.19
+++ pkgsrc/databases/postgresql91-docs/Attic/PLIST 2015/06/18 14:46:14 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.19 2015/06/08 12:52:08 adam Exp $ 1@comment $NetBSD: PLIST,v 1.20 2015/06/18 14:46:14 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/pg_basebackup.1 11man/man1/pg_basebackup.1
12man/man1/pg_config.1 12man/man1/pg_config.1
13man/man1/pg_controldata.1 13man/man1/pg_controldata.1
14man/man1/pg_ctl.1 14man/man1/pg_ctl.1
@@ -990,43 +990,45 @@ share/doc/postgresql/html/release-9-0-1. @@ -990,43 +990,45 @@ share/doc/postgresql/html/release-9-0-1.
990share/doc/postgresql/html/release-9-0-10.html 990share/doc/postgresql/html/release-9-0-10.html
991share/doc/postgresql/html/release-9-0-11.html 991share/doc/postgresql/html/release-9-0-11.html
992share/doc/postgresql/html/release-9-0-12.html 992share/doc/postgresql/html/release-9-0-12.html
993share/doc/postgresql/html/release-9-0-13.html 993share/doc/postgresql/html/release-9-0-13.html
994share/doc/postgresql/html/release-9-0-14.html 994share/doc/postgresql/html/release-9-0-14.html
995share/doc/postgresql/html/release-9-0-15.html 995share/doc/postgresql/html/release-9-0-15.html
996share/doc/postgresql/html/release-9-0-16.html 996share/doc/postgresql/html/release-9-0-16.html
997share/doc/postgresql/html/release-9-0-17.html 997share/doc/postgresql/html/release-9-0-17.html
998share/doc/postgresql/html/release-9-0-18.html 998share/doc/postgresql/html/release-9-0-18.html
999share/doc/postgresql/html/release-9-0-19.html 999share/doc/postgresql/html/release-9-0-19.html
1000share/doc/postgresql/html/release-9-0-2.html 1000share/doc/postgresql/html/release-9-0-2.html
1001share/doc/postgresql/html/release-9-0-20.html 1001share/doc/postgresql/html/release-9-0-20.html
1002share/doc/postgresql/html/release-9-0-21.html 1002share/doc/postgresql/html/release-9-0-21.html
 1003share/doc/postgresql/html/release-9-0-22.html
1003share/doc/postgresql/html/release-9-0-3.html 1004share/doc/postgresql/html/release-9-0-3.html
1004share/doc/postgresql/html/release-9-0-4.html 1005share/doc/postgresql/html/release-9-0-4.html
1005share/doc/postgresql/html/release-9-0-5.html 1006share/doc/postgresql/html/release-9-0-5.html
1006share/doc/postgresql/html/release-9-0-6.html 1007share/doc/postgresql/html/release-9-0-6.html
1007share/doc/postgresql/html/release-9-0-7.html 1008share/doc/postgresql/html/release-9-0-7.html
1008share/doc/postgresql/html/release-9-0-8.html 1009share/doc/postgresql/html/release-9-0-8.html
1009share/doc/postgresql/html/release-9-0-9.html 1010share/doc/postgresql/html/release-9-0-9.html
1010share/doc/postgresql/html/release-9-0.html 1011share/doc/postgresql/html/release-9-0.html
1011share/doc/postgresql/html/release-9-1-1.html 1012share/doc/postgresql/html/release-9-1-1.html
1012share/doc/postgresql/html/release-9-1-10.html 1013share/doc/postgresql/html/release-9-1-10.html
1013share/doc/postgresql/html/release-9-1-11.html 1014share/doc/postgresql/html/release-9-1-11.html
1014share/doc/postgresql/html/release-9-1-12.html 1015share/doc/postgresql/html/release-9-1-12.html
1015share/doc/postgresql/html/release-9-1-13.html 1016share/doc/postgresql/html/release-9-1-13.html
1016share/doc/postgresql/html/release-9-1-14.html 1017share/doc/postgresql/html/release-9-1-14.html
1017share/doc/postgresql/html/release-9-1-15.html 1018share/doc/postgresql/html/release-9-1-15.html
1018share/doc/postgresql/html/release-9-1-16.html 1019share/doc/postgresql/html/release-9-1-16.html
1019share/doc/postgresql/html/release-9-1-17.html 1020share/doc/postgresql/html/release-9-1-17.html
 1021share/doc/postgresql/html/release-9-1-18.html
1020share/doc/postgresql/html/release-9-1-2.html 1022share/doc/postgresql/html/release-9-1-2.html
1021share/doc/postgresql/html/release-9-1-3.html 1023share/doc/postgresql/html/release-9-1-3.html
1022share/doc/postgresql/html/release-9-1-4.html 1024share/doc/postgresql/html/release-9-1-4.html
1023share/doc/postgresql/html/release-9-1-5.html 1025share/doc/postgresql/html/release-9-1-5.html
1024share/doc/postgresql/html/release-9-1-6.html 1026share/doc/postgresql/html/release-9-1-6.html
1025share/doc/postgresql/html/release-9-1-7.html 1027share/doc/postgresql/html/release-9-1-7.html
1026share/doc/postgresql/html/release-9-1-8.html 1028share/doc/postgresql/html/release-9-1-8.html
1027share/doc/postgresql/html/release-9-1-9.html 1029share/doc/postgresql/html/release-9-1-9.html
1028share/doc/postgresql/html/release-9-1.html 1030share/doc/postgresql/html/release-9-1.html
1029share/doc/postgresql/html/release.html 1031share/doc/postgresql/html/release.html
1030share/doc/postgresql/html/resources.html 1032share/doc/postgresql/html/resources.html
1031share/doc/postgresql/html/role-attributes.html 1033share/doc/postgresql/html/role-attributes.html
1032share/doc/postgresql/html/role-membership.html 1034share/doc/postgresql/html/role-membership.html

cvs diff -r1.16 -r1.17 pkgsrc/databases/postgresql91-plperl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql91-plperl/Attic/Makefile 2015/06/12 10:48:45 1.16
+++ pkgsrc/databases/postgresql91-plperl/Attic/Makefile 2015/06/18 14:46:14 1.17
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2015/06/12 10:48:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2015/06/18 14:46:14 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/91-plperl-/} 3PKGNAME= ${DISTNAME:C/-/91-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server 6DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server
8 7
9.include "../../databases/postgresql91/Makefile.common" 8.include "../../databases/postgresql91/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
13CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile

cvs diff -r1.16 -r1.17 pkgsrc/databases/postgresql92/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql92/Attic/Makefile.common 2015/06/08 12:52:08 1.16
+++ pkgsrc/databases/postgresql92/Attic/Makefile.common 2015/06/18 14:46:14 1.17
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: Makefile.common,v 1.16 2015/06/08 12:52:08 adam Exp $ 1# $NetBSD: Makefile.common,v 1.17 2015/06/18 14:46:14 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql92-adminpack/Makefile 11# used by databases/postgresql92-adminpack/Makefile
12# used by databases/postgresql92-client/Makefile 12# used by databases/postgresql92-client/Makefile
13# used by databases/postgresql92-datatypes/Makefile 13# used by databases/postgresql92-datatypes/Makefile
14# used by databases/postgresql92-dblink/Makefile 14# used by databases/postgresql92-dblink/Makefile
15# used by databases/postgresql92-docs/Makefile 15# used by databases/postgresql92-docs/Makefile
16# used by databases/postgresql92-fuzzystrmatch/Makefile 16# used by databases/postgresql92-fuzzystrmatch/Makefile
17# used by databases/postgresql92-monitoring/Makefile 17# used by databases/postgresql92-monitoring/Makefile
18# used by databases/postgresql92-pgcrypto/Makefile 18# used by databases/postgresql92-pgcrypto/Makefile
19# used by databases/postgresql92-plperl/Makefile 19# used by databases/postgresql92-plperl/Makefile
20# used by databases/postgresql92-plpython/Makefile 20# used by databases/postgresql92-plpython/Makefile
21# used by databases/postgresql92-pltcl/Makefile 21# used by databases/postgresql92-pltcl/Makefile
22# used by databases/postgresql92-replicationtools/Makefile 22# used by databases/postgresql92-replicationtools/Makefile
23# used by databases/postgresql92-server/Makefile 23# used by databases/postgresql92-server/Makefile
24# used by databases/postgresql92-upgrade/Makefile 24# used by databases/postgresql92-upgrade/Makefile
25 25
26DISTNAME= postgresql-9.2.12 26DISTNAME= postgresql-9.2.13
27CATEGORIES= databases 27CATEGORIES= databases
28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
29EXTRACT_SUFX= .tar.bz2 29EXTRACT_SUFX= .tar.bz2
30 30
31MAINTAINER?= adam@NetBSD.org 31MAINTAINER?= adam@NetBSD.org
32HOMEPAGE= http://www.postgresql.org/ 32HOMEPAGE= http://www.postgresql.org/
33LICENSE= postgresql-license 33LICENSE= postgresql-license
34 34
35CONFLICTS+= postgresql-[0-9]* 35CONFLICTS+= postgresql-[0-9]*
36CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 36CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
37CONFLICTS+= postgresql9[013-9]-[0-9]* 37CONFLICTS+= postgresql9[013-9]-[0-9]*
38 38
39.if !empty(PKGNAME:M*-*-*) 39.if !empty(PKGNAME:M*-*-*)

cvs diff -r1.13 -r1.14 pkgsrc/databases/postgresql92/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql92/Attic/distinfo 2015/06/08 12:52:08 1.13
+++ pkgsrc/databases/postgresql92/Attic/distinfo 2015/06/18 14:46:14 1.14
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.13 2015/06/08 12:52:08 adam Exp $ 1$NetBSD: distinfo,v 1.14 2015/06/18 14:46:14 adam Exp $
2 2
3SHA1 (postgresql-9.2.12.tar.bz2) = 4b9278d15dcb6fd54ad33385275279c0cd8664c6 3SHA1 (postgresql-9.2.13.tar.bz2) = 8078c44b092dc25b8d338110e80872682fa42a2b
4RMD160 (postgresql-9.2.12.tar.bz2) = 41464ce018069951d3c3ddf4139917deb47f77ae 4RMD160 (postgresql-9.2.13.tar.bz2) = 450e2bf5078f9e89141ccfad1299bab0c937bc2d
5Size (postgresql-9.2.12.tar.bz2) = 16396804 bytes 5Size (postgresql-9.2.13.tar.bz2) = 16401289 bytes
6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
7SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 7SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
8SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747 8SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747
9SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 9SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
10SHA1 (patch-contrib_dblink_dblink.c) = 245ce06df88837ba88142aea1d0ba787d65ddb45 10SHA1 (patch-contrib_dblink_dblink.c) = 245ce06df88837ba88142aea1d0ba787d65ddb45
11SHA1 (patch-src_Makefile.shlib) = fedf35f38439a724fa6522e1aaef110c9909866a 11SHA1 (patch-src_Makefile.shlib) = fedf35f38439a724fa6522e1aaef110c9909866a
12SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 12SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
13SHA1 (patch-src_backend_utils_adt_datetime.c) = b220c39272bf8d2bda95119adcbab5b2495990d8 13SHA1 (patch-src_backend_utils_adt_datetime.c) = b220c39272bf8d2bda95119adcbab5b2495990d8
14SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 6ebfdb674b38019d0605e0b0b9f3950480e13a30 14SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 6ebfdb674b38019d0605e0b0b9f3950480e13a30
15SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 15SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
16SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07 16SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07
17SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61 17SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
18SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085 18SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085

cvs diff -r1.8 -r1.9 pkgsrc/databases/postgresql92-docs/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql92-docs/Attic/Makefile 2015/06/12 10:48:45 1.8
+++ pkgsrc/databases/postgresql92-docs/Attic/Makefile 2015/06/18 14:46:14 1.9
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2015/06/12 10:48:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2015/06/18 14:46:14 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/92-docs-/} 3PKGNAME= ${DISTNAME:C/-/92-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7.include "../../databases/postgresql92/Makefile.common" 6.include "../../databases/postgresql92/Makefile.common"
8 7
9BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 8BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
10BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 9BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
11BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 10BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
12BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 11BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
13BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 12BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_TOOLS+= gzip tar perl:build 15USE_TOOLS+= gzip tar perl:build
17CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share 16CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share

cvs diff -r1.12 -r1.13 pkgsrc/databases/postgresql92-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql92-docs/Attic/PLIST 2015/06/08 12:52:08 1.12
+++ pkgsrc/databases/postgresql92-docs/Attic/PLIST 2015/06/18 14:46:14 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.12 2015/06/08 12:52:08 adam Exp $ 1@comment $NetBSD: PLIST,v 1.13 2015/06/18 14:46:14 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/oid2name.1 11man/man1/oid2name.1
12man/man1/pg_archivecleanup.1 12man/man1/pg_archivecleanup.1
13man/man1/pg_basebackup.1 13man/man1/pg_basebackup.1
14man/man1/pg_config.1 14man/man1/pg_config.1
@@ -1019,56 +1019,59 @@ share/doc/postgresql/html/release-9-0-1. @@ -1019,56 +1019,59 @@ share/doc/postgresql/html/release-9-0-1.
1019share/doc/postgresql/html/release-9-0-10.html 1019share/doc/postgresql/html/release-9-0-10.html
1020share/doc/postgresql/html/release-9-0-11.html 1020share/doc/postgresql/html/release-9-0-11.html
1021share/doc/postgresql/html/release-9-0-12.html 1021share/doc/postgresql/html/release-9-0-12.html
1022share/doc/postgresql/html/release-9-0-13.html 1022share/doc/postgresql/html/release-9-0-13.html
1023share/doc/postgresql/html/release-9-0-14.html 1023share/doc/postgresql/html/release-9-0-14.html
1024share/doc/postgresql/html/release-9-0-15.html 1024share/doc/postgresql/html/release-9-0-15.html
1025share/doc/postgresql/html/release-9-0-16.html 1025share/doc/postgresql/html/release-9-0-16.html
1026share/doc/postgresql/html/release-9-0-17.html 1026share/doc/postgresql/html/release-9-0-17.html
1027share/doc/postgresql/html/release-9-0-18.html 1027share/doc/postgresql/html/release-9-0-18.html
1028share/doc/postgresql/html/release-9-0-19.html 1028share/doc/postgresql/html/release-9-0-19.html
1029share/doc/postgresql/html/release-9-0-2.html 1029share/doc/postgresql/html/release-9-0-2.html
1030share/doc/postgresql/html/release-9-0-20.html 1030share/doc/postgresql/html/release-9-0-20.html
1031share/doc/postgresql/html/release-9-0-21.html 1031share/doc/postgresql/html/release-9-0-21.html
 1032share/doc/postgresql/html/release-9-0-22.html
1032share/doc/postgresql/html/release-9-0-3.html 1033share/doc/postgresql/html/release-9-0-3.html
1033share/doc/postgresql/html/release-9-0-4.html 1034share/doc/postgresql/html/release-9-0-4.html
1034share/doc/postgresql/html/release-9-0-5.html 1035share/doc/postgresql/html/release-9-0-5.html
1035share/doc/postgresql/html/release-9-0-6.html 1036share/doc/postgresql/html/release-9-0-6.html
1036share/doc/postgresql/html/release-9-0-7.html 1037share/doc/postgresql/html/release-9-0-7.html
1037share/doc/postgresql/html/release-9-0-8.html 1038share/doc/postgresql/html/release-9-0-8.html
1038share/doc/postgresql/html/release-9-0-9.html 1039share/doc/postgresql/html/release-9-0-9.html
1039share/doc/postgresql/html/release-9-0.html 1040share/doc/postgresql/html/release-9-0.html
1040share/doc/postgresql/html/release-9-1-1.html 1041share/doc/postgresql/html/release-9-1-1.html
1041share/doc/postgresql/html/release-9-1-10.html 1042share/doc/postgresql/html/release-9-1-10.html
1042share/doc/postgresql/html/release-9-1-11.html 1043share/doc/postgresql/html/release-9-1-11.html
1043share/doc/postgresql/html/release-9-1-12.html 1044share/doc/postgresql/html/release-9-1-12.html
1044share/doc/postgresql/html/release-9-1-13.html 1045share/doc/postgresql/html/release-9-1-13.html
1045share/doc/postgresql/html/release-9-1-14.html 1046share/doc/postgresql/html/release-9-1-14.html
1046share/doc/postgresql/html/release-9-1-15.html 1047share/doc/postgresql/html/release-9-1-15.html
1047share/doc/postgresql/html/release-9-1-16.html 1048share/doc/postgresql/html/release-9-1-16.html
1048share/doc/postgresql/html/release-9-1-17.html 1049share/doc/postgresql/html/release-9-1-17.html
 1050share/doc/postgresql/html/release-9-1-18.html
1049share/doc/postgresql/html/release-9-1-2.html 1051share/doc/postgresql/html/release-9-1-2.html
1050share/doc/postgresql/html/release-9-1-3.html 1052share/doc/postgresql/html/release-9-1-3.html
1051share/doc/postgresql/html/release-9-1-4.html 1053share/doc/postgresql/html/release-9-1-4.html
1052share/doc/postgresql/html/release-9-1-5.html 1054share/doc/postgresql/html/release-9-1-5.html
1053share/doc/postgresql/html/release-9-1-6.html 1055share/doc/postgresql/html/release-9-1-6.html
1054share/doc/postgresql/html/release-9-1-7.html 1056share/doc/postgresql/html/release-9-1-7.html
1055share/doc/postgresql/html/release-9-1-8.html 1057share/doc/postgresql/html/release-9-1-8.html
1056share/doc/postgresql/html/release-9-1-9.html 1058share/doc/postgresql/html/release-9-1-9.html
1057share/doc/postgresql/html/release-9-1.html 1059share/doc/postgresql/html/release-9-1.html
1058share/doc/postgresql/html/release-9-2-1.html 1060share/doc/postgresql/html/release-9-2-1.html
1059share/doc/postgresql/html/release-9-2-10.html 1061share/doc/postgresql/html/release-9-2-10.html
1060share/doc/postgresql/html/release-9-2-11.html 1062share/doc/postgresql/html/release-9-2-11.html
1061share/doc/postgresql/html/release-9-2-12.html 1063share/doc/postgresql/html/release-9-2-12.html
 1064share/doc/postgresql/html/release-9-2-13.html
1062share/doc/postgresql/html/release-9-2-2.html 1065share/doc/postgresql/html/release-9-2-2.html
1063share/doc/postgresql/html/release-9-2-3.html 1066share/doc/postgresql/html/release-9-2-3.html
1064share/doc/postgresql/html/release-9-2-4.html 1067share/doc/postgresql/html/release-9-2-4.html
1065share/doc/postgresql/html/release-9-2-5.html 1068share/doc/postgresql/html/release-9-2-5.html
1066share/doc/postgresql/html/release-9-2-6.html 1069share/doc/postgresql/html/release-9-2-6.html
1067share/doc/postgresql/html/release-9-2-7.html 1070share/doc/postgresql/html/release-9-2-7.html
1068share/doc/postgresql/html/release-9-2-8.html 1071share/doc/postgresql/html/release-9-2-8.html
1069share/doc/postgresql/html/release-9-2-9.html 1072share/doc/postgresql/html/release-9-2-9.html
1070share/doc/postgresql/html/release-9-2.html 1073share/doc/postgresql/html/release-9-2.html
1071share/doc/postgresql/html/release.html 1074share/doc/postgresql/html/release.html
1072share/doc/postgresql/html/resources.html 1075share/doc/postgresql/html/resources.html
1073share/doc/postgresql/html/role-attributes.html 1076share/doc/postgresql/html/role-attributes.html
1074share/doc/postgresql/html/role-membership.html 1077share/doc/postgresql/html/role-membership.html

cvs diff -r1.10 -r1.11 pkgsrc/databases/postgresql92-plperl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql92-plperl/Attic/Makefile 2015/06/12 10:48:45 1.10
+++ pkgsrc/databases/postgresql92-plperl/Attic/Makefile 2015/06/18 14:46:14 1.11
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2015/06/12 10:48:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2015/06/18 14:46:14 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/92-plperl-/} 3PKGNAME= ${DISTNAME:C/-/92-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server 6DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
8 7
9.include "../../databases/postgresql92/Makefile.common" 8.include "../../databases/postgresql92/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
13CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile

cvs diff -r1.12 -r1.13 pkgsrc/databases/postgresql93/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93/Attic/Makefile.common 2015/06/07 22:42:15 1.12
+++ pkgsrc/databases/postgresql93/Attic/Makefile.common 2015/06/18 14:46:14 1.13
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: Makefile.common,v 1.12 2015/06/07 22:42:15 joerg Exp $ 1# $NetBSD: Makefile.common,v 1.13 2015/06/18 14:46:14 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql93-adminpack/Makefile 11# used by databases/postgresql93-adminpack/Makefile
12# used by databases/postgresql93-client/Makefile 12# used by databases/postgresql93-client/Makefile
13# used by databases/postgresql93-datatypes/Makefile 13# used by databases/postgresql93-datatypes/Makefile
14# used by databases/postgresql93-dblink/Makefile 14# used by databases/postgresql93-dblink/Makefile
15# used by databases/postgresql93-docs/Makefile 15# used by databases/postgresql93-docs/Makefile
16# used by databases/postgresql93-fuzzystrmatch/Makefile 16# used by databases/postgresql93-fuzzystrmatch/Makefile
17# used by databases/postgresql93-monitoring/Makefile 17# used by databases/postgresql93-monitoring/Makefile
18# used by databases/postgresql93-pgcrypto/Makefile 18# used by databases/postgresql93-pgcrypto/Makefile
19# used by databases/postgresql93-plperl/Makefile 19# used by databases/postgresql93-plperl/Makefile
20# used by databases/postgresql93-plpython/Makefile 20# used by databases/postgresql93-plpython/Makefile
21# used by databases/postgresql93-pltcl/Makefile 21# used by databases/postgresql93-pltcl/Makefile
22# used by databases/postgresql93-replicationtools/Makefile 22# used by databases/postgresql93-replicationtools/Makefile
23# used by databases/postgresql93-server/Makefile 23# used by databases/postgresql93-server/Makefile
24# used by databases/postgresql93-upgrade/Makefile 24# used by databases/postgresql93-upgrade/Makefile
25 25
26DISTNAME= postgresql-9.3.8 26DISTNAME= postgresql-9.3.9
27CATEGORIES= databases 27CATEGORIES= databases
28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
29EXTRACT_SUFX= .tar.bz2 29EXTRACT_SUFX= .tar.bz2
30 30
31MAINTAINER?= adam@NetBSD.org 31MAINTAINER?= adam@NetBSD.org
32HOMEPAGE= http://www.postgresql.org/ 32HOMEPAGE= http://www.postgresql.org/
33LICENSE= postgresql-license 33LICENSE= postgresql-license
34 34
35CONFLICTS+= postgresql-[0-9]* 35CONFLICTS+= postgresql-[0-9]*
36CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 36CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
37CONFLICTS+= postgresql9[0124-9]-[0-9]* 37CONFLICTS+= postgresql9[0124-9]-[0-9]*
38 38
39.if !empty(PKGNAME:M*-*-*) 39.if !empty(PKGNAME:M*-*-*)

cvs diff -r1.12 -r1.13 pkgsrc/databases/postgresql93/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93/Attic/distinfo 2015/06/07 22:42:15 1.12
+++ pkgsrc/databases/postgresql93/Attic/distinfo 2015/06/18 14:46:14 1.13
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.12 2015/06/07 22:42:15 joerg Exp $ 1$NetBSD: distinfo,v 1.13 2015/06/18 14:46:14 adam Exp $
2 2
3SHA1 (postgresql-9.3.8.tar.bz2) = cdecd2b89f62af209cad94eaa59cc930d53d2419 3SHA1 (postgresql-9.3.9.tar.bz2) = 0a1ea210e12bc07ac8c528c8997b90bd5d41df6e
4RMD160 (postgresql-9.3.8.tar.bz2) = f7de02089d7f660d6bcc47a4bc769ee4dc0346e9 4RMD160 (postgresql-9.3.9.tar.bz2) = 0acc47c393b10b41d2bd98465d33335d6459c05b
5Size (postgresql-9.3.8.tar.bz2) = 16960398 bytes 5Size (postgresql-9.3.9.tar.bz2) = 16959310 bytes
6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
7SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 7SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
8SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9 8SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9
9SHA1 (patch-contrib_dblink_Makefile) = 11620938ce93109311df90df675b1ad6f0c15212 9SHA1 (patch-contrib_dblink_Makefile) = 11620938ce93109311df90df675b1ad6f0c15212
10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
11SHA1 (patch-src_Makefile.global.in) = 53e29e000d7fb71e2625aacd32324e9d7001b5b2 11SHA1 (patch-src_Makefile.global.in) = 53e29e000d7fb71e2625aacd32324e9d7001b5b2
12SHA1 (patch-src_Makefile.shlib) = 69f980184fd8dbd821221a1c6ac3a88408f2c4cf 12SHA1 (patch-src_Makefile.shlib) = 69f980184fd8dbd821221a1c6ac3a88408f2c4cf
13SHA1 (patch-src_backend_Makefile) = deba6bc07ba2e4b8ef8f04f20efb2bdd54cb917e 13SHA1 (patch-src_backend_Makefile) = deba6bc07ba2e4b8ef8f04f20efb2bdd54cb917e
14SHA1 (patch-src_backend_utils_adt_datetime.c) = cb404b369b39f7e55765a490f8448b870f237511 14SHA1 (patch-src_backend_utils_adt_datetime.c) = cb404b369b39f7e55765a490f8448b870f237511
15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 606aeea232784ae07f4051ff93b6e352da2178b7 15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 606aeea232784ae07f4051ff93b6e352da2178b7
16SHA1 (patch-src_interfaces_libpq_Makefile) = 0066301bc8b31b9e26c79153427537bc3865ef4d 16SHA1 (patch-src_interfaces_libpq_Makefile) = 0066301bc8b31b9e26c79153427537bc3865ef4d
17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef 18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql93-docs/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93-docs/Attic/Makefile 2015/06/12 10:48:45 1.4
+++ pkgsrc/databases/postgresql93-docs/Attic/Makefile 2015/06/18 14:46:14 1.5
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2015/06/12 10:48:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2015/06/18 14:46:14 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/93-docs-/} 3PKGNAME= ${DISTNAME:C/-/93-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7.include "../../databases/postgresql93/Makefile.common" 6.include "../../databases/postgresql93/Makefile.common"
8 7
9BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 8BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
10BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 9BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
11BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 10BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
12BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 11BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
13BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 12BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_TOOLS+= gzip tar perl:build 15USE_TOOLS+= gzip tar perl:build
17CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share 16CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share

cvs diff -r1.9 -r1.10 pkgsrc/databases/postgresql93-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93-docs/Attic/PLIST 2015/06/07 22:42:15 1.9
+++ pkgsrc/databases/postgresql93-docs/Attic/PLIST 2015/06/18 14:46:14 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2015/06/07 22:42:15 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.10 2015/06/18 14:46:14 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/oid2name.1 11man/man1/oid2name.1
12man/man1/pg_archivecleanup.1 12man/man1/pg_archivecleanup.1
13man/man1/pg_basebackup.1 13man/man1/pg_basebackup.1
14man/man1/pg_config.1 14man/man1/pg_config.1
@@ -1040,73 +1040,77 @@ share/doc/postgresql/html/release-9-0-1. @@ -1040,73 +1040,77 @@ share/doc/postgresql/html/release-9-0-1.
1040share/doc/postgresql/html/release-9-0-10.html 1040share/doc/postgresql/html/release-9-0-10.html
1041share/doc/postgresql/html/release-9-0-11.html 1041share/doc/postgresql/html/release-9-0-11.html
1042share/doc/postgresql/html/release-9-0-12.html 1042share/doc/postgresql/html/release-9-0-12.html
1043share/doc/postgresql/html/release-9-0-13.html 1043share/doc/postgresql/html/release-9-0-13.html
1044share/doc/postgresql/html/release-9-0-14.html 1044share/doc/postgresql/html/release-9-0-14.html
1045share/doc/postgresql/html/release-9-0-15.html 1045share/doc/postgresql/html/release-9-0-15.html
1046share/doc/postgresql/html/release-9-0-16.html 1046share/doc/postgresql/html/release-9-0-16.html
1047share/doc/postgresql/html/release-9-0-17.html 1047share/doc/postgresql/html/release-9-0-17.html
1048share/doc/postgresql/html/release-9-0-18.html 1048share/doc/postgresql/html/release-9-0-18.html
1049share/doc/postgresql/html/release-9-0-19.html 1049share/doc/postgresql/html/release-9-0-19.html
1050share/doc/postgresql/html/release-9-0-2.html 1050share/doc/postgresql/html/release-9-0-2.html
1051share/doc/postgresql/html/release-9-0-20.html 1051share/doc/postgresql/html/release-9-0-20.html
1052share/doc/postgresql/html/release-9-0-21.html 1052share/doc/postgresql/html/release-9-0-21.html
 1053share/doc/postgresql/html/release-9-0-22.html
1053share/doc/postgresql/html/release-9-0-3.html 1054share/doc/postgresql/html/release-9-0-3.html
1054share/doc/postgresql/html/release-9-0-4.html 1055share/doc/postgresql/html/release-9-0-4.html
1055share/doc/postgresql/html/release-9-0-5.html 1056share/doc/postgresql/html/release-9-0-5.html
1056share/doc/postgresql/html/release-9-0-6.html 1057share/doc/postgresql/html/release-9-0-6.html
1057share/doc/postgresql/html/release-9-0-7.html 1058share/doc/postgresql/html/release-9-0-7.html
1058share/doc/postgresql/html/release-9-0-8.html 1059share/doc/postgresql/html/release-9-0-8.html
1059share/doc/postgresql/html/release-9-0-9.html 1060share/doc/postgresql/html/release-9-0-9.html
1060share/doc/postgresql/html/release-9-0.html 1061share/doc/postgresql/html/release-9-0.html
1061share/doc/postgresql/html/release-9-1-1.html 1062share/doc/postgresql/html/release-9-1-1.html
1062share/doc/postgresql/html/release-9-1-10.html 1063share/doc/postgresql/html/release-9-1-10.html
1063share/doc/postgresql/html/release-9-1-11.html 1064share/doc/postgresql/html/release-9-1-11.html
1064share/doc/postgresql/html/release-9-1-12.html 1065share/doc/postgresql/html/release-9-1-12.html
1065share/doc/postgresql/html/release-9-1-13.html 1066share/doc/postgresql/html/release-9-1-13.html
1066share/doc/postgresql/html/release-9-1-14.html 1067share/doc/postgresql/html/release-9-1-14.html
1067share/doc/postgresql/html/release-9-1-15.html 1068share/doc/postgresql/html/release-9-1-15.html
1068share/doc/postgresql/html/release-9-1-16.html 1069share/doc/postgresql/html/release-9-1-16.html
1069share/doc/postgresql/html/release-9-1-17.html 1070share/doc/postgresql/html/release-9-1-17.html
 1071share/doc/postgresql/html/release-9-1-18.html
1070share/doc/postgresql/html/release-9-1-2.html 1072share/doc/postgresql/html/release-9-1-2.html
1071share/doc/postgresql/html/release-9-1-3.html 1073share/doc/postgresql/html/release-9-1-3.html
1072share/doc/postgresql/html/release-9-1-4.html 1074share/doc/postgresql/html/release-9-1-4.html
1073share/doc/postgresql/html/release-9-1-5.html 1075share/doc/postgresql/html/release-9-1-5.html
1074share/doc/postgresql/html/release-9-1-6.html 1076share/doc/postgresql/html/release-9-1-6.html
1075share/doc/postgresql/html/release-9-1-7.html 1077share/doc/postgresql/html/release-9-1-7.html
1076share/doc/postgresql/html/release-9-1-8.html 1078share/doc/postgresql/html/release-9-1-8.html
1077share/doc/postgresql/html/release-9-1-9.html 1079share/doc/postgresql/html/release-9-1-9.html
1078share/doc/postgresql/html/release-9-1.html 1080share/doc/postgresql/html/release-9-1.html
1079share/doc/postgresql/html/release-9-2-1.html 1081share/doc/postgresql/html/release-9-2-1.html
1080share/doc/postgresql/html/release-9-2-10.html 1082share/doc/postgresql/html/release-9-2-10.html
1081share/doc/postgresql/html/release-9-2-11.html 1083share/doc/postgresql/html/release-9-2-11.html
1082share/doc/postgresql/html/release-9-2-12.html 1084share/doc/postgresql/html/release-9-2-12.html
 1085share/doc/postgresql/html/release-9-2-13.html
1083share/doc/postgresql/html/release-9-2-2.html 1086share/doc/postgresql/html/release-9-2-2.html
1084share/doc/postgresql/html/release-9-2-3.html 1087share/doc/postgresql/html/release-9-2-3.html
1085share/doc/postgresql/html/release-9-2-4.html 1088share/doc/postgresql/html/release-9-2-4.html
1086share/doc/postgresql/html/release-9-2-5.html 1089share/doc/postgresql/html/release-9-2-5.html
1087share/doc/postgresql/html/release-9-2-6.html 1090share/doc/postgresql/html/release-9-2-6.html
1088share/doc/postgresql/html/release-9-2-7.html 1091share/doc/postgresql/html/release-9-2-7.html
1089share/doc/postgresql/html/release-9-2-8.html 1092share/doc/postgresql/html/release-9-2-8.html
1090share/doc/postgresql/html/release-9-2-9.html 1093share/doc/postgresql/html/release-9-2-9.html
1091share/doc/postgresql/html/release-9-2.html 1094share/doc/postgresql/html/release-9-2.html
1092share/doc/postgresql/html/release-9-3-1.html 1095share/doc/postgresql/html/release-9-3-1.html
1093share/doc/postgresql/html/release-9-3-2.html 1096share/doc/postgresql/html/release-9-3-2.html
1094share/doc/postgresql/html/release-9-3-3.html 1097share/doc/postgresql/html/release-9-3-3.html
1095share/doc/postgresql/html/release-9-3-4.html 1098share/doc/postgresql/html/release-9-3-4.html
1096share/doc/postgresql/html/release-9-3-5.html 1099share/doc/postgresql/html/release-9-3-5.html
1097share/doc/postgresql/html/release-9-3-6.html 1100share/doc/postgresql/html/release-9-3-6.html
1098share/doc/postgresql/html/release-9-3-7.html 1101share/doc/postgresql/html/release-9-3-7.html
1099share/doc/postgresql/html/release-9-3-8.html 1102share/doc/postgresql/html/release-9-3-8.html
 1103share/doc/postgresql/html/release-9-3-9.html
1100share/doc/postgresql/html/release-9-3.html 1104share/doc/postgresql/html/release-9-3.html
1101share/doc/postgresql/html/release.html 1105share/doc/postgresql/html/release.html
1102share/doc/postgresql/html/resources.html 1106share/doc/postgresql/html/resources.html
1103share/doc/postgresql/html/role-attributes.html 1107share/doc/postgresql/html/role-attributes.html
1104share/doc/postgresql/html/role-membership.html 1108share/doc/postgresql/html/role-membership.html
1105share/doc/postgresql/html/routine-reindex.html 1109share/doc/postgresql/html/routine-reindex.html
1106share/doc/postgresql/html/routine-vacuuming.html 1110share/doc/postgresql/html/routine-vacuuming.html
1107share/doc/postgresql/html/row-estimation-examples.html 1111share/doc/postgresql/html/row-estimation-examples.html
1108share/doc/postgresql/html/rowtypes.html 1112share/doc/postgresql/html/rowtypes.html
1109share/doc/postgresql/html/rule-system.html 1113share/doc/postgresql/html/rule-system.html
1110share/doc/postgresql/html/rules-materializedviews.html 1114share/doc/postgresql/html/rules-materializedviews.html
1111share/doc/postgresql/html/rules-privileges.html 1115share/doc/postgresql/html/rules-privileges.html
1112share/doc/postgresql/html/rules-status.html 1116share/doc/postgresql/html/rules-status.html

cvs diff -r1.6 -r1.7 pkgsrc/databases/postgresql93-plperl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93-plperl/Attic/Makefile 2015/06/12 10:48:46 1.6
+++ pkgsrc/databases/postgresql93-plperl/Attic/Makefile 2015/06/18 14:46:14 1.7
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2015/06/12 10:48:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2015/06/18 14:46:14 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/93-plperl-/} 3PKGNAME= ${DISTNAME:C/-/93-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server 6DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server
8 7
9.include "../../databases/postgresql93/Makefile.common" 8.include "../../databases/postgresql93/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
13CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql94/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94/Attic/Makefile.common 2015/06/08 12:52:08 1.4
+++ pkgsrc/databases/postgresql94/Attic/Makefile.common 2015/06/18 14:46:14 1.5
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: Makefile.common,v 1.4 2015/06/08 12:52:08 adam Exp $ 1# $NetBSD: Makefile.common,v 1.5 2015/06/18 14:46:14 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql94-adminpack/Makefile 11# used by databases/postgresql94-adminpack/Makefile
12# used by databases/postgresql94-client/Makefile 12# used by databases/postgresql94-client/Makefile
13# used by databases/postgresql94-datatypes/Makefile 13# used by databases/postgresql94-datatypes/Makefile
14# used by databases/postgresql94-dblink/Makefile 14# used by databases/postgresql94-dblink/Makefile
15# used by databases/postgresql94-docs/Makefile 15# used by databases/postgresql94-docs/Makefile
16# used by databases/postgresql94-fuzzystrmatch/Makefile 16# used by databases/postgresql94-fuzzystrmatch/Makefile
17# used by databases/postgresql94-monitoring/Makefile 17# used by databases/postgresql94-monitoring/Makefile
18# used by databases/postgresql94-pgcrypto/Makefile 18# used by databases/postgresql94-pgcrypto/Makefile
19# used by databases/postgresql94-plperl/Makefile 19# used by databases/postgresql94-plperl/Makefile
20# used by databases/postgresql94-plpython/Makefile 20# used by databases/postgresql94-plpython/Makefile
21# used by databases/postgresql94-pltcl/Makefile 21# used by databases/postgresql94-pltcl/Makefile
22# used by databases/postgresql94-replicationtools/Makefile 22# used by databases/postgresql94-replicationtools/Makefile
23# used by databases/postgresql94-server/Makefile 23# used by databases/postgresql94-server/Makefile
24# used by databases/postgresql94-upgrade/Makefile 24# used by databases/postgresql94-upgrade/Makefile
25 25
26DISTNAME= postgresql-9.4.3 26DISTNAME= postgresql-9.4.4
27CATEGORIES= databases 27CATEGORIES= databases
28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
29EXTRACT_SUFX= .tar.bz2 29EXTRACT_SUFX= .tar.bz2
30 30
31MAINTAINER?= adam@NetBSD.org 31MAINTAINER?= adam@NetBSD.org
32HOMEPAGE= http://www.postgresql.org/ 32HOMEPAGE= http://www.postgresql.org/
33LICENSE= postgresql-license 33LICENSE= postgresql-license
34 34
35CONFLICTS+= postgresql-[0-9]* 35CONFLICTS+= postgresql-[0-9]*
36CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 36CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
37CONFLICTS+= postgresql9[01235-9]-[0-9]* 37CONFLICTS+= postgresql9[01235-9]-[0-9]*
38 38
39.if !empty(PKGNAME:M*-*-*) 39.if !empty(PKGNAME:M*-*-*)

cvs diff -r1.5 -r1.6 pkgsrc/databases/postgresql94/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94/Attic/distinfo 2015/06/08 12:52:08 1.5
+++ pkgsrc/databases/postgresql94/Attic/distinfo 2015/06/18 14:46:14 1.6
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.5 2015/06/08 12:52:08 adam Exp $ 1$NetBSD: distinfo,v 1.6 2015/06/18 14:46:14 adam Exp $
2 2
3SHA1 (postgresql-9.4.3.tar.bz2) = ca13047d38d09db0105cb39d74ba72a83d74d14b 3SHA1 (postgresql-9.4.4.tar.bz2) = e295fee0f1bace740b2db1eaa64ac060e277d5a7
4RMD160 (postgresql-9.4.3.tar.bz2) = ce7f75939ed819dce5227f9343b090da1e55e06f 4RMD160 (postgresql-9.4.4.tar.bz2) = 8bb4bc15d62a310c27d2028d01466b1dce03e51f
5Size (postgresql-9.4.3.tar.bz2) = 17618524 bytes 5Size (postgresql-9.4.4.tar.bz2) = 17616272 bytes
6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
7SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 7SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
8SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632 8SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632
9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 9SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
10SHA1 (patch-contrib_uuid-ossp_uuid-ossp.c) = efaffec2f51de70823430ca162d499b2886a9190 10SHA1 (patch-contrib_uuid-ossp_uuid-ossp.c) = efaffec2f51de70823430ca162d499b2886a9190
11SHA1 (patch-src_Makefile.global.in) = 984d3c8a64a9020765e1fd4f27abae625bc189a1 11SHA1 (patch-src_Makefile.global.in) = 984d3c8a64a9020765e1fd4f27abae625bc189a1
12SHA1 (patch-src_Makefile.shlib) = 69f980184fd8dbd821221a1c6ac3a88408f2c4cf 12SHA1 (patch-src_Makefile.shlib) = 69f980184fd8dbd821221a1c6ac3a88408f2c4cf
13SHA1 (patch-src_backend_Makefile) = b70b38ea23af6cdde9d2349f2441a429078cfaca 13SHA1 (patch-src_backend_Makefile) = b70b38ea23af6cdde9d2349f2441a429078cfaca
14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289 14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 614aa5dbe586b8681a3a2852d4f84860dbbd1b49 15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 614aa5dbe586b8681a3a2852d4f84860dbbd1b49
16SHA1 (patch-src_interfaces_libpq_Makefile) = 0066301bc8b31b9e26c79153427537bc3865ef4d 16SHA1 (patch-src_interfaces_libpq_Makefile) = 0066301bc8b31b9e26c79153427537bc3865ef4d
17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef 18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql94-docs/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94-docs/Attic/Makefile 2015/06/12 10:48:46 1.2
+++ pkgsrc/databases/postgresql94-docs/Attic/Makefile 2015/06/18 14:46:14 1.3
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2015/06/12 10:48:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2015/06/18 14:46:14 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/94-docs-/} 3PKGNAME= ${DISTNAME:C/-/94-docs-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database documentation 4COMMENT= PostgreSQL database documentation
6 5
7.include "../../databases/postgresql94/Makefile.common" 6.include "../../databases/postgresql94/Makefile.common"
8 7
9BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml 8BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
10BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl 9BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
11BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular 10BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
12BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879 11BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
13BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade 12BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_TOOLS+= gzip tar perl:build 15USE_TOOLS+= gzip tar perl:build
17CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share 16CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql94-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94-docs/Attic/PLIST 2015/06/08 12:52:08 1.4
+++ pkgsrc/databases/postgresql94-docs/Attic/PLIST 2015/06/18 14:46:14 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2015/06/08 12:52:08 adam Exp $ 1@comment $NetBSD: PLIST,v 1.5 2015/06/18 14:46:14 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/oid2name.1 11man/man1/oid2name.1
12man/man1/pg_archivecleanup.1 12man/man1/pg_archivecleanup.1
13man/man1/pg_basebackup.1 13man/man1/pg_basebackup.1
14man/man1/pg_config.1 14man/man1/pg_config.1
@@ -1060,77 +1060,82 @@ share/doc/postgresql/html/release-9-0-1. @@ -1060,77 +1060,82 @@ share/doc/postgresql/html/release-9-0-1.
1060share/doc/postgresql/html/release-9-0-10.html 1060share/doc/postgresql/html/release-9-0-10.html
1061share/doc/postgresql/html/release-9-0-11.html 1061share/doc/postgresql/html/release-9-0-11.html
1062share/doc/postgresql/html/release-9-0-12.html 1062share/doc/postgresql/html/release-9-0-12.html
1063share/doc/postgresql/html/release-9-0-13.html 1063share/doc/postgresql/html/release-9-0-13.html
1064share/doc/postgresql/html/release-9-0-14.html 1064share/doc/postgresql/html/release-9-0-14.html
1065share/doc/postgresql/html/release-9-0-15.html 1065share/doc/postgresql/html/release-9-0-15.html
1066share/doc/postgresql/html/release-9-0-16.html 1066share/doc/postgresql/html/release-9-0-16.html
1067share/doc/postgresql/html/release-9-0-17.html 1067share/doc/postgresql/html/release-9-0-17.html
1068share/doc/postgresql/html/release-9-0-18.html 1068share/doc/postgresql/html/release-9-0-18.html
1069share/doc/postgresql/html/release-9-0-19.html 1069share/doc/postgresql/html/release-9-0-19.html
1070share/doc/postgresql/html/release-9-0-2.html 1070share/doc/postgresql/html/release-9-0-2.html
1071share/doc/postgresql/html/release-9-0-20.html 1071share/doc/postgresql/html/release-9-0-20.html
1072share/doc/postgresql/html/release-9-0-21.html 1072share/doc/postgresql/html/release-9-0-21.html
 1073share/doc/postgresql/html/release-9-0-22.html
1073share/doc/postgresql/html/release-9-0-3.html 1074share/doc/postgresql/html/release-9-0-3.html
1074share/doc/postgresql/html/release-9-0-4.html 1075share/doc/postgresql/html/release-9-0-4.html
1075share/doc/postgresql/html/release-9-0-5.html 1076share/doc/postgresql/html/release-9-0-5.html
1076share/doc/postgresql/html/release-9-0-6.html 1077share/doc/postgresql/html/release-9-0-6.html
1077share/doc/postgresql/html/release-9-0-7.html 1078share/doc/postgresql/html/release-9-0-7.html
1078share/doc/postgresql/html/release-9-0-8.html 1079share/doc/postgresql/html/release-9-0-8.html
1079share/doc/postgresql/html/release-9-0-9.html 1080share/doc/postgresql/html/release-9-0-9.html
1080share/doc/postgresql/html/release-9-0.html 1081share/doc/postgresql/html/release-9-0.html
1081share/doc/postgresql/html/release-9-1-1.html 1082share/doc/postgresql/html/release-9-1-1.html
1082share/doc/postgresql/html/release-9-1-10.html 1083share/doc/postgresql/html/release-9-1-10.html
1083share/doc/postgresql/html/release-9-1-11.html 1084share/doc/postgresql/html/release-9-1-11.html
1084share/doc/postgresql/html/release-9-1-12.html 1085share/doc/postgresql/html/release-9-1-12.html
1085share/doc/postgresql/html/release-9-1-13.html 1086share/doc/postgresql/html/release-9-1-13.html
1086share/doc/postgresql/html/release-9-1-14.html 1087share/doc/postgresql/html/release-9-1-14.html
1087share/doc/postgresql/html/release-9-1-15.html 1088share/doc/postgresql/html/release-9-1-15.html
1088share/doc/postgresql/html/release-9-1-16.html 1089share/doc/postgresql/html/release-9-1-16.html
1089share/doc/postgresql/html/release-9-1-17.html 1090share/doc/postgresql/html/release-9-1-17.html
 1091share/doc/postgresql/html/release-9-1-18.html
1090share/doc/postgresql/html/release-9-1-2.html 1092share/doc/postgresql/html/release-9-1-2.html
1091share/doc/postgresql/html/release-9-1-3.html 1093share/doc/postgresql/html/release-9-1-3.html
1092share/doc/postgresql/html/release-9-1-4.html 1094share/doc/postgresql/html/release-9-1-4.html
1093share/doc/postgresql/html/release-9-1-5.html 1095share/doc/postgresql/html/release-9-1-5.html
1094share/doc/postgresql/html/release-9-1-6.html 1096share/doc/postgresql/html/release-9-1-6.html
1095share/doc/postgresql/html/release-9-1-7.html 1097share/doc/postgresql/html/release-9-1-7.html
1096share/doc/postgresql/html/release-9-1-8.html 1098share/doc/postgresql/html/release-9-1-8.html
1097share/doc/postgresql/html/release-9-1-9.html 1099share/doc/postgresql/html/release-9-1-9.html
1098share/doc/postgresql/html/release-9-1.html 1100share/doc/postgresql/html/release-9-1.html
1099share/doc/postgresql/html/release-9-2-1.html 1101share/doc/postgresql/html/release-9-2-1.html
1100share/doc/postgresql/html/release-9-2-10.html 1102share/doc/postgresql/html/release-9-2-10.html
1101share/doc/postgresql/html/release-9-2-11.html 1103share/doc/postgresql/html/release-9-2-11.html
1102share/doc/postgresql/html/release-9-2-12.html 1104share/doc/postgresql/html/release-9-2-12.html
 1105share/doc/postgresql/html/release-9-2-13.html
1103share/doc/postgresql/html/release-9-2-2.html 1106share/doc/postgresql/html/release-9-2-2.html
1104share/doc/postgresql/html/release-9-2-3.html 1107share/doc/postgresql/html/release-9-2-3.html
1105share/doc/postgresql/html/release-9-2-4.html 1108share/doc/postgresql/html/release-9-2-4.html
1106share/doc/postgresql/html/release-9-2-5.html 1109share/doc/postgresql/html/release-9-2-5.html
1107share/doc/postgresql/html/release-9-2-6.html 1110share/doc/postgresql/html/release-9-2-6.html
1108share/doc/postgresql/html/release-9-2-7.html 1111share/doc/postgresql/html/release-9-2-7.html
1109share/doc/postgresql/html/release-9-2-8.html 1112share/doc/postgresql/html/release-9-2-8.html
1110share/doc/postgresql/html/release-9-2-9.html 1113share/doc/postgresql/html/release-9-2-9.html
1111share/doc/postgresql/html/release-9-2.html 1114share/doc/postgresql/html/release-9-2.html
1112share/doc/postgresql/html/release-9-3-1.html 1115share/doc/postgresql/html/release-9-3-1.html
1113share/doc/postgresql/html/release-9-3-2.html 1116share/doc/postgresql/html/release-9-3-2.html
1114share/doc/postgresql/html/release-9-3-3.html 1117share/doc/postgresql/html/release-9-3-3.html
1115share/doc/postgresql/html/release-9-3-4.html 1118share/doc/postgresql/html/release-9-3-4.html
1116share/doc/postgresql/html/release-9-3-5.html 1119share/doc/postgresql/html/release-9-3-5.html
1117share/doc/postgresql/html/release-9-3-6.html 1120share/doc/postgresql/html/release-9-3-6.html
1118share/doc/postgresql/html/release-9-3-7.html 1121share/doc/postgresql/html/release-9-3-7.html
1119share/doc/postgresql/html/release-9-3-8.html 1122share/doc/postgresql/html/release-9-3-8.html
 1123share/doc/postgresql/html/release-9-3-9.html
1120share/doc/postgresql/html/release-9-3.html 1124share/doc/postgresql/html/release-9-3.html
1121share/doc/postgresql/html/release-9-4-1.html 1125share/doc/postgresql/html/release-9-4-1.html
1122share/doc/postgresql/html/release-9-4-2.html 1126share/doc/postgresql/html/release-9-4-2.html
1123share/doc/postgresql/html/release-9-4-3.html 1127share/doc/postgresql/html/release-9-4-3.html
 1128share/doc/postgresql/html/release-9-4-4.html
1124share/doc/postgresql/html/release-9-4.html 1129share/doc/postgresql/html/release-9-4.html
1125share/doc/postgresql/html/release.html 1130share/doc/postgresql/html/release.html
1126share/doc/postgresql/html/resources.html 1131share/doc/postgresql/html/resources.html
1127share/doc/postgresql/html/role-attributes.html 1132share/doc/postgresql/html/role-attributes.html
1128share/doc/postgresql/html/role-membership.html 1133share/doc/postgresql/html/role-membership.html
1129share/doc/postgresql/html/routine-reindex.html 1134share/doc/postgresql/html/routine-reindex.html
1130share/doc/postgresql/html/routine-vacuuming.html 1135share/doc/postgresql/html/routine-vacuuming.html
1131share/doc/postgresql/html/row-estimation-examples.html 1136share/doc/postgresql/html/row-estimation-examples.html
1132share/doc/postgresql/html/rowtypes.html 1137share/doc/postgresql/html/rowtypes.html
1133share/doc/postgresql/html/rule-system.html 1138share/doc/postgresql/html/rule-system.html
1134share/doc/postgresql/html/rules-materializedviews.html 1139share/doc/postgresql/html/rules-materializedviews.html
1135share/doc/postgresql/html/rules-privileges.html 1140share/doc/postgresql/html/rules-privileges.html
1136share/doc/postgresql/html/rules-status.html 1141share/doc/postgresql/html/rules-status.html

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql94-plperl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94-plperl/Attic/Makefile 2015/06/12 10:48:46 1.2
+++ pkgsrc/databases/postgresql94-plperl/Attic/Makefile 2015/06/18 14:46:14 1.3
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2015/06/12 10:48:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2015/06/18 14:46:14 adam Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/94-plperl-/} 3PKGNAME= ${DISTNAME:C/-/94-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server 6DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
8 7
9.include "../../databases/postgresql94/Makefile.common" 8.include "../../databases/postgresql94/Makefile.common"
10 9
11USE_TOOLS+= perl 10USE_TOOLS+= perl
12PERL5_CONFIGURE= no 11PERL5_CONFIGURE= no
13CONFIGURE_ARGS+= --with-perl 12CONFIGURE_ARGS+= --with-perl
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15 14
16BUILD_DIRS= src/pl/plperl 15BUILD_DIRS= src/pl/plperl
17MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile