diff options
Diffstat (limited to 'databases')
90 files changed, 146 insertions, 184 deletions
diff --git a/databases/postgresql91-adminpack/Makefile b/databases/postgresql91-adminpack/Makefile index fe38d16a680..db7827e20bd 100644 --- a/databases/postgresql91-adminpack/Makefile +++ b/databases/postgresql91-adminpack/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:44 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-adminpack-/} -PKGREVISION= 1 COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-client/Makefile b/databases/postgresql91-client/Makefile index dcd97fac2d4..a09ada4b056 100644 --- a/databases/postgresql91-client/Makefile +++ b/databases/postgresql91-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql91/Makefile.common" diff --git a/databases/postgresql91-datatypes/Makefile b/databases/postgresql91-datatypes/Makefile index c29f4ba6c47..37899f00059 100644 --- a/databases/postgresql91-datatypes/Makefile +++ b/databases/postgresql91-datatypes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-datatypes-/} -PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-dblink/Makefile b/databases/postgresql91-dblink/Makefile index 1d57df02081..227f4c183bc 100644 --- a/databases/postgresql91-dblink/Makefile +++ b/databases/postgresql91-dblink/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-dblink-/} -PKGREVISION= 1 COMMENT= Dblink module for remote database connections DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-docs/PLIST b/databases/postgresql91-docs/PLIST index 2c143112b18..5ee3024c989 100644 --- a/databases/postgresql91-docs/PLIST +++ b/databases/postgresql91-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2016/02/25 01:06:31 tnn Exp $ +@comment $NetBSD: PLIST,v 1.23 2016/04/09 12:51:45 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1024,6 +1024,7 @@ share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html share/doc/postgresql/html/release-9-1-20.html share/doc/postgresql/html/release-9-1-2.html +share/doc/postgresql/html/release-9-1-21.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html diff --git a/databases/postgresql91-fuzzystrmatch/Makefile b/databases/postgresql91-fuzzystrmatch/Makefile index fbf1d49a239..ff5288a7174 100644 --- a/databases/postgresql91-fuzzystrmatch/Makefile +++ b/databases/postgresql91-fuzzystrmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-fuzzystrmatch-/} -PKGREVISION= 1 COMMENT= PostgreSQL fuzzystrmatch contribution DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-monitoring/Makefile b/databases/postgresql91-monitoring/Makefile index b37b4bb5706..cb65994bd8c 100644 --- a/databases/postgresql91-monitoring/Makefile +++ b/databases/postgresql91-monitoring/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-monitoring-/} -PKGREVISION= 1 COMMENT= PostgreSQL monitoring tools DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-pgcrypto/Makefile b/databases/postgresql91-pgcrypto/Makefile index 556c9b90e5d..98110b5f13d 100644 --- a/databases/postgresql91-pgcrypto/Makefile +++ b/databases/postgresql91-pgcrypto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-pgcrypto-/} -PKGREVISION= 1 COMMENT= Module providing cryptographic functions for PostgreSQL DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-plperl/Makefile b/databases/postgresql91-plperl/Makefile index 5f2572abf30..069776b2977 100644 --- a/databases/postgresql91-plperl/Makefile +++ b/databases/postgresql91-plperl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-plpython/Makefile b/databases/postgresql91-plpython/Makefile index e49c1314fdf..5fc4ecddc37 100644 --- a/databases/postgresql91-plpython/Makefile +++ b/databases/postgresql91-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-pltcl/Makefile b/databases/postgresql91-pltcl/Makefile index c3a66dc266d..b0c25f07faf 100644 --- a/databases/postgresql91-pltcl/Makefile +++ b/databases/postgresql91-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server diff --git a/databases/postgresql91-replicationtools/Makefile b/databases/postgresql91-replicationtools/Makefile index a273a83dd00..2ed4b6bf0b8 100644 --- a/databases/postgresql91-replicationtools/Makefile +++ b/databases/postgresql91-replicationtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-replicationtools-/} -PKGREVISION= 1 COMMENT= PostgreSQL replication tools .include "../../databases/postgresql91/Makefile.common" diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index af71526ae48..132671ffd60 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/03/15 10:55:25 fhajny Exp $ +# $NetBSD: Makefile,v 1.17 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-server-/} -PKGREVISION= 2 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql91-server/PLIST b/databases/postgresql91-server/PLIST index 256b54424c8..6a6c49110b6 100644 --- a/databases/postgresql91-server/PLIST +++ b/databases/postgresql91-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2015/10/11 11:24:59 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/04/09 12:51:45 adam Exp $ bin/postgres bin/postmaster lib/postgresql/ascii_and_mic.so @@ -313,6 +313,7 @@ share/postgresql/timezone/Asia/Baghdad share/postgresql/timezone/Asia/Bahrain share/postgresql/timezone/Asia/Baku share/postgresql/timezone/Asia/Bangkok +share/postgresql/timezone/Asia/Barnaul share/postgresql/timezone/Asia/Beirut share/postgresql/timezone/Asia/Bishkek share/postgresql/timezone/Asia/Brunei @@ -489,6 +490,7 @@ share/postgresql/timezone/Etc/Universal share/postgresql/timezone/Etc/Zulu share/postgresql/timezone/Europe/Amsterdam share/postgresql/timezone/Europe/Andorra +share/postgresql/timezone/Europe/Astrakhan share/postgresql/timezone/Europe/Athens share/postgresql/timezone/Europe/Belfast share/postgresql/timezone/Europe/Belgrade @@ -536,6 +538,7 @@ share/postgresql/timezone/Europe/Stockholm share/postgresql/timezone/Europe/Tallinn share/postgresql/timezone/Europe/Tirane share/postgresql/timezone/Europe/Tiraspol +share/postgresql/timezone/Europe/Ulyanovsk share/postgresql/timezone/Europe/Uzhgorod share/postgresql/timezone/Europe/Vaduz share/postgresql/timezone/Europe/Vatican diff --git a/databases/postgresql91-upgrade/Makefile b/databases/postgresql91-upgrade/Makefile index 803aa8f1fb5..449cc6fda3f 100644 --- a/databases/postgresql91-upgrade/Makefile +++ b/databases/postgresql91-upgrade/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:45 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-upgrade-/} -PKGREVISION= 1 COMMENT= PostgreSQL binary upgrade tool MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/postgresql91/Makefile b/databases/postgresql91/Makefile index c7d03320e12..a37e80eb17f 100644 --- a/databases/postgresql91/Makefile +++ b/databases/postgresql91/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2016/03/05 11:28:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/09 12:51:44 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql91-client>=${PKGVERSION_NOREV}:../../databases/postgresql91-client diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 7a4da80100c..9f0d776acb3 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2016/02/25 11:46:21 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.30 2016/04/09 12:51:44 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql91-server/Makefile # used by databases/postgresql91-upgrade/Makefile -DISTNAME= postgresql-9.1.20 +DISTNAME= postgresql-9.1.21 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo index 9e2323e94a4..7c7622a6d86 100644 --- a/databases/postgresql91/distinfo +++ b/databases/postgresql91/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.27 2016/02/25 01:06:31 tnn Exp $ +$NetBSD: distinfo,v 1.28 2016/04/09 12:51:44 adam Exp $ -SHA1 (postgresql-9.1.20.tar.bz2) = 6212dfefa735c14dcfe61e9a0135580dc4b57b18 -RMD160 (postgresql-9.1.20.tar.bz2) = 3889c957bfdc7d67989e2f1f4336a7aba81d67eb -SHA512 (postgresql-9.1.20.tar.bz2) = ebec6aae593058276dda2404812d89f3df637ceac24d96de1a774da03cf58ea9ce44819e18549040b6f6d811f2c8203462e13788df7158d45a0fe9dfb72d0fd9 -Size (postgresql-9.1.20.tar.bz2) = 15844360 bytes +SHA1 (postgresql-9.1.21.tar.bz2) = f61eb6f08debdecc04565103324cf7d7f80fb73e +RMD160 (postgresql-9.1.21.tar.bz2) = 81e10c927a7409fec3c9b2087615693066f1c1d4 +SHA512 (postgresql-9.1.21.tar.bz2) = 75a96ce2c080b2e657b6f591e18c4778635a9f8c74870bbe7c99cb82bf1dfaad124942214ab6e3079b565c41b7fc77af1a4a49672e7ddba075374402c8832a5b +Size (postgresql-9.1.21.tar.bz2) = 15850128 bytes SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7 SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 diff --git a/databases/postgresql92-adminpack/Makefile b/databases/postgresql92-adminpack/Makefile index 23f49a73ae8..c438d56da8b 100644 --- a/databases/postgresql92-adminpack/Makefile +++ b/databases/postgresql92-adminpack/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-adminpack-/} -PKGREVISION= 1 COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-client/Makefile b/databases/postgresql92-client/Makefile index ac263850616..17814607a72 100644 --- a/databases/postgresql92-client/Makefile +++ b/databases/postgresql92-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql92/Makefile.common" diff --git a/databases/postgresql92-datatypes/Makefile b/databases/postgresql92-datatypes/Makefile index 6f53c25085e..94fb93a3224 100644 --- a/databases/postgresql92-datatypes/Makefile +++ b/databases/postgresql92-datatypes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-datatypes-/} -PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-dblink/Makefile b/databases/postgresql92-dblink/Makefile index 9b80319d652..4bfc7c38ac2 100644 --- a/databases/postgresql92-dblink/Makefile +++ b/databases/postgresql92-dblink/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-dblink-/} -PKGREVISION= 1 COMMENT= Dblink module for remote database connections DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-docs/PLIST b/databases/postgresql92-docs/PLIST index 2d9da5c95fa..5b5c6bdf19b 100644 --- a/databases/postgresql92-docs/PLIST +++ b/databases/postgresql92-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2016/02/25 00:41:54 tnn Exp $ +@comment $NetBSD: PLIST,v 1.16 2016/04/09 12:51:46 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1053,6 +1053,7 @@ share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html share/doc/postgresql/html/release-9-1-20.html share/doc/postgresql/html/release-9-1-2.html +share/doc/postgresql/html/release-9-1-21.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html @@ -1068,6 +1069,7 @@ share/doc/postgresql/html/release-9-2-12.html share/doc/postgresql/html/release-9-2-13.html share/doc/postgresql/html/release-9-2-14.html share/doc/postgresql/html/release-9-2-15.html +share/doc/postgresql/html/release-9-2-16.html share/doc/postgresql/html/release-9-2-2.html share/doc/postgresql/html/release-9-2-3.html share/doc/postgresql/html/release-9-2-4.html diff --git a/databases/postgresql92-fuzzystrmatch/Makefile b/databases/postgresql92-fuzzystrmatch/Makefile index 39e7d000fd0..97bcf2c2b59 100644 --- a/databases/postgresql92-fuzzystrmatch/Makefile +++ b/databases/postgresql92-fuzzystrmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-fuzzystrmatch-/} -PKGREVISION= 1 COMMENT= PostgreSQL fuzzystrmatch contribution DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-monitoring/Makefile b/databases/postgresql92-monitoring/Makefile index a38943a9378..e6ab55c5e12 100644 --- a/databases/postgresql92-monitoring/Makefile +++ b/databases/postgresql92-monitoring/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-monitoring-/} -PKGREVISION= 1 COMMENT= PostgreSQL monitoring tools DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-pgcrypto/Makefile b/databases/postgresql92-pgcrypto/Makefile index 35bbdd50a3c..11bd26e3fa5 100644 --- a/databases/postgresql92-pgcrypto/Makefile +++ b/databases/postgresql92-pgcrypto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-pgcrypto-/} -PKGREVISION= 1 COMMENT= Module providing cryptographic functions for PostgreSQL DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-plperl/Makefile b/databases/postgresql92-plperl/Makefile index aec570fc779..a9885c5df8d 100644 --- a/databases/postgresql92-plperl/Makefile +++ b/databases/postgresql92-plperl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-plpython/Makefile b/databases/postgresql92-plpython/Makefile index 6f2bc92671d..ad347eb659c 100644 --- a/databases/postgresql92-plpython/Makefile +++ b/databases/postgresql92-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-pltcl/Makefile b/databases/postgresql92-pltcl/Makefile index 44d6775383d..49c2f73a0ed 100644 --- a/databases/postgresql92-pltcl/Makefile +++ b/databases/postgresql92-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server diff --git a/databases/postgresql92-replicationtools/Makefile b/databases/postgresql92-replicationtools/Makefile index f58ecf4acea..667d2b585fb 100644 --- a/databases/postgresql92-replicationtools/Makefile +++ b/databases/postgresql92-replicationtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-replicationtools-/} -PKGREVISION= 1 COMMENT= PostgreSQL replication tools .include "../../databases/postgresql92/Makefile.common" diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index ae9f255ff1e..17613a5a02e 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2016/03/15 10:55:25 fhajny Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-server-/} -PKGREVISION= 2 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql92-server/PLIST b/databases/postgresql92-server/PLIST index e2e6562af6e..24336debf77 100644 --- a/databases/postgresql92-server/PLIST +++ b/databases/postgresql92-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2015/10/11 10:59:20 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/04/09 12:51:47 adam Exp $ bin/postgres bin/postmaster include/postgresql/server/plpgsql.h @@ -312,6 +312,7 @@ share/postgresql/timezone/Asia/Baghdad share/postgresql/timezone/Asia/Bahrain share/postgresql/timezone/Asia/Baku share/postgresql/timezone/Asia/Bangkok +share/postgresql/timezone/Asia/Barnaul share/postgresql/timezone/Asia/Beirut share/postgresql/timezone/Asia/Bishkek share/postgresql/timezone/Asia/Brunei @@ -488,6 +489,7 @@ share/postgresql/timezone/Etc/Universal share/postgresql/timezone/Etc/Zulu share/postgresql/timezone/Europe/Amsterdam share/postgresql/timezone/Europe/Andorra +share/postgresql/timezone/Europe/Astrakhan share/postgresql/timezone/Europe/Athens share/postgresql/timezone/Europe/Belfast share/postgresql/timezone/Europe/Belgrade @@ -535,6 +537,7 @@ share/postgresql/timezone/Europe/Stockholm share/postgresql/timezone/Europe/Tallinn share/postgresql/timezone/Europe/Tirane share/postgresql/timezone/Europe/Tiraspol +share/postgresql/timezone/Europe/Ulyanovsk share/postgresql/timezone/Europe/Uzhgorod share/postgresql/timezone/Europe/Vaduz share/postgresql/timezone/Europe/Vatican diff --git a/databases/postgresql92-upgrade/Makefile b/databases/postgresql92-upgrade/Makefile index 40413eac46d..e81226d37ac 100644 --- a/databases/postgresql92-upgrade/Makefile +++ b/databases/postgresql92-upgrade/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-upgrade-/} -PKGREVISION= 1 COMMENT= PostgreSQL binary upgrade tool MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/postgresql92/Makefile b/databases/postgresql92/Makefile index 3bb7e27a8a3..d300926bf5f 100644 --- a/databases/postgresql92/Makefile +++ b/databases/postgresql92/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/09 12:51:46 adam Exp $ PKGNAME= ${DISTNAME:C/-/92-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql92-client>=${PKGVERSION_NOREV}:../../databases/postgresql92-client diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common index bb4cbe91c09..e900829a97d 100644 --- a/databases/postgresql92/Makefile.common +++ b/databases/postgresql92/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2016/02/25 11:46:21 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.21 2016/04/09 12:51:46 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql92-server/Makefile # used by databases/postgresql92-upgrade/Makefile -DISTNAME= postgresql-9.2.15 +DISTNAME= postgresql-9.2.16 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql92/distinfo b/databases/postgresql92/distinfo index 86bbe0ae5e4..b5f904be15b 100644 --- a/databases/postgresql92/distinfo +++ b/databases/postgresql92/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2016/02/25 00:41:54 tnn Exp $ +$NetBSD: distinfo,v 1.18 2016/04/09 12:51:46 adam Exp $ -SHA1 (postgresql-9.2.15.tar.bz2) = 73086d027966ffb190f650a468921e39f44120a4 -RMD160 (postgresql-9.2.15.tar.bz2) = 45c2727e8bcda9fdf654aeb93d36d05efa83705e -SHA512 (postgresql-9.2.15.tar.bz2) = 4a0e52beaffc9f0b004c761a5ca107a019d6265877d36cd7be46912807da6fa6824ce469c8d59fb24092440646d3f0872b8aa62941b4b3ba657edc2f5678b2b1 -Size (postgresql-9.2.15.tar.bz2) = 16480973 bytes +SHA1 (postgresql-9.2.16.tar.bz2) = cac510b58c7d91683315d0b3ee92b019223851a5 +RMD160 (postgresql-9.2.16.tar.bz2) = d9bc7d80d0d7f6cd2032c2cf3a38cad1ab43c184 +SHA512 (postgresql-9.2.16.tar.bz2) = 0f0b317473b4b42ae4261993c704a7c6cd28c7e6bd83e77a81850695655baa473d7d52e97441ee5500d646d405c84145a54f42b9bae89a0ddfebb0418d608820 +Size (postgresql-9.2.16.tar.bz2) = 16490199 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747 diff --git a/databases/postgresql93-adminpack/Makefile b/databases/postgresql93-adminpack/Makefile index 72433cffd1e..8438fd69b25 100644 --- a/databases/postgresql93-adminpack/Makefile +++ b/databases/postgresql93-adminpack/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-adminpack-/} -PKGREVISION= 1 COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-client/Makefile b/databases/postgresql93-client/Makefile index 3b620f25ed3..b9fe3d57154 100644 --- a/databases/postgresql93-client/Makefile +++ b/databases/postgresql93-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql93/Makefile.common" diff --git a/databases/postgresql93-datatypes/Makefile b/databases/postgresql93-datatypes/Makefile index 86bef000756..4a2f9741c3e 100644 --- a/databases/postgresql93-datatypes/Makefile +++ b/databases/postgresql93-datatypes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-datatypes-/} -PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-dblink/Makefile b/databases/postgresql93-dblink/Makefile index a593470ecbd..a78b712ac4b 100644 --- a/databases/postgresql93-dblink/Makefile +++ b/databases/postgresql93-dblink/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-dblink-/} -PKGREVISION= 1 COMMENT= Dblink module for remote database connections DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-docs/PLIST b/databases/postgresql93-docs/PLIST index 77c259b6a5b..0efcf5e5c92 100644 --- a/databases/postgresql93-docs/PLIST +++ b/databases/postgresql93-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2016/02/25 00:06:30 tnn Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/04/09 12:51:47 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1074,6 +1074,7 @@ share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html share/doc/postgresql/html/release-9-1-20.html share/doc/postgresql/html/release-9-1-2.html +share/doc/postgresql/html/release-9-1-21.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html @@ -1089,6 +1090,7 @@ share/doc/postgresql/html/release-9-2-11.html share/doc/postgresql/html/release-9-2-12.html share/doc/postgresql/html/release-9-2-13.html share/doc/postgresql/html/release-9-2-14.html +share/doc/postgresql/html/release-9-2-16.html share/doc/postgresql/html/release-9-2-2.html share/doc/postgresql/html/release-9-2-3.html share/doc/postgresql/html/release-9-2-4.html @@ -1101,6 +1103,7 @@ share/doc/postgresql/html/release-9-2.html share/doc/postgresql/html/release-9-3-1.html share/doc/postgresql/html/release-9-3-10.html share/doc/postgresql/html/release-9-3-11.html +share/doc/postgresql/html/release-9-3-12.html share/doc/postgresql/html/release-9-3-2.html share/doc/postgresql/html/release-9-3-3.html share/doc/postgresql/html/release-9-3-4.html diff --git a/databases/postgresql93-fuzzystrmatch/Makefile b/databases/postgresql93-fuzzystrmatch/Makefile index d47e2787950..1fd7211f393 100644 --- a/databases/postgresql93-fuzzystrmatch/Makefile +++ b/databases/postgresql93-fuzzystrmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-fuzzystrmatch-/} -PKGREVISION= 1 COMMENT= PostgreSQL fuzzystrmatch contribution DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-monitoring/Makefile b/databases/postgresql93-monitoring/Makefile index 3e3d1c086ef..9999ecf3008 100644 --- a/databases/postgresql93-monitoring/Makefile +++ b/databases/postgresql93-monitoring/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-monitoring-/} -PKGREVISION= 1 COMMENT= PostgreSQL monitoring tools DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-pgcrypto/Makefile b/databases/postgresql93-pgcrypto/Makefile index 26f7c55a791..ba52b2fbeb2 100644 --- a/databases/postgresql93-pgcrypto/Makefile +++ b/databases/postgresql93-pgcrypto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-pgcrypto-/} -PKGREVISION= 1 COMMENT= Module providing cryptographic functions for PostgreSQL DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-plperl/Makefile b/databases/postgresql93-plperl/Makefile index 7bb6de9ab09..baa46111d80 100644 --- a/databases/postgresql93-plperl/Makefile +++ b/databases/postgresql93-plperl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile index 96be71d747b..211a75dcaaf 100644 --- a/databases/postgresql93-plpython/Makefile +++ b/databases/postgresql93-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-pltcl/Makefile b/databases/postgresql93-pltcl/Makefile index 0d25adcbd25..ed900f457f0 100644 --- a/databases/postgresql93-pltcl/Makefile +++ b/databases/postgresql93-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server diff --git a/databases/postgresql93-replicationtools/Makefile b/databases/postgresql93-replicationtools/Makefile index 3dc588bc686..baeb7c9ca91 100644 --- a/databases/postgresql93-replicationtools/Makefile +++ b/databases/postgresql93-replicationtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-replicationtools-/} -PKGREVISION= 1 COMMENT= PostgreSQL replication tools .include "../../databases/postgresql93/Makefile.common" diff --git a/databases/postgresql93-server/Makefile b/databases/postgresql93-server/Makefile index 9e55421546a..4bae3849e46 100644 --- a/databases/postgresql93-server/Makefile +++ b/databases/postgresql93-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/03/15 10:55:25 fhajny Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-server-/} -PKGREVISION= 2 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql93-server/PLIST b/databases/postgresql93-server/PLIST index 97cd80816b6..fdde6e182b8 100644 --- a/databases/postgresql93-server/PLIST +++ b/databases/postgresql93-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/10/10 12:26:10 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/04/09 12:51:48 adam Exp $ bin/postgres bin/postmaster include/postgresql/server/plpgsql.h @@ -312,6 +312,7 @@ share/postgresql/timezone/Asia/Baghdad share/postgresql/timezone/Asia/Bahrain share/postgresql/timezone/Asia/Baku share/postgresql/timezone/Asia/Bangkok +share/postgresql/timezone/Asia/Barnaul share/postgresql/timezone/Asia/Beirut share/postgresql/timezone/Asia/Bishkek share/postgresql/timezone/Asia/Brunei @@ -488,6 +489,7 @@ share/postgresql/timezone/Etc/Universal share/postgresql/timezone/Etc/Zulu share/postgresql/timezone/Europe/Amsterdam share/postgresql/timezone/Europe/Andorra +share/postgresql/timezone/Europe/Astrakhan share/postgresql/timezone/Europe/Athens share/postgresql/timezone/Europe/Belfast share/postgresql/timezone/Europe/Belgrade @@ -535,6 +537,7 @@ share/postgresql/timezone/Europe/Stockholm share/postgresql/timezone/Europe/Tallinn share/postgresql/timezone/Europe/Tirane share/postgresql/timezone/Europe/Tiraspol +share/postgresql/timezone/Europe/Ulyanovsk share/postgresql/timezone/Europe/Uzhgorod share/postgresql/timezone/Europe/Vaduz share/postgresql/timezone/Europe/Vatican diff --git a/databases/postgresql93-upgrade/Makefile b/databases/postgresql93-upgrade/Makefile index 6f3abb1d316..c88395d85e0 100644 --- a/databases/postgresql93-upgrade/Makefile +++ b/databases/postgresql93-upgrade/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-upgrade-/} -PKGREVISION= 1 COMMENT= PostgreSQL binary upgrade tool MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/postgresql93/Makefile b/databases/postgresql93/Makefile index fffe1b067fd..85bf6ac4fe3 100644 --- a/databases/postgresql93/Makefile +++ b/databases/postgresql93/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/03/05 11:28:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/09 12:51:47 adam Exp $ PKGNAME= ${DISTNAME:C/-/93-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql93-client>=${PKGVERSION_NOREV}:../../databases/postgresql93-client diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common index 2a7066ab4f4..31c75a54d39 100644 --- a/databases/postgresql93/Makefile.common +++ b/databases/postgresql93/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2016/02/25 11:46:21 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.17 2016/04/09 12:51:47 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql93-server/Makefile # used by databases/postgresql93-upgrade/Makefile -DISTNAME= postgresql-9.3.11 +DISTNAME= postgresql-9.3.12 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql93/distinfo b/databases/postgresql93/distinfo index ac37651f201..247a0e7832d 100644 --- a/databases/postgresql93/distinfo +++ b/databases/postgresql93/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.16 2016/02/25 00:06:30 tnn Exp $ +$NetBSD: distinfo,v 1.17 2016/04/09 12:51:47 adam Exp $ -SHA1 (postgresql-9.3.11.tar.bz2) = ec2b9e25524a9a55cc5d4f745d26e018fc9975d0 -RMD160 (postgresql-9.3.11.tar.bz2) = 6305e98780136cf1775daf91d63e97126af28e0a -SHA512 (postgresql-9.3.11.tar.bz2) = 8da91e11e0a6502c185931b6e47ba8e583d3360009f26ad703552be9a216b2c37a688894d4ea867c529c4135b6c36da26e9d7ef52a411b0c68ad50a53ff3cdb3 -Size (postgresql-9.3.11.tar.bz2) = 17047707 bytes +SHA1 (postgresql-9.3.12.tar.bz2) = bef0af2df93129be4736632519f5e1a1dc62c9e3 +RMD160 (postgresql-9.3.12.tar.bz2) = 8c2a262274b0178b9ba69d414ee4c801acc6d799 +SHA512 (postgresql-9.3.12.tar.bz2) = d88cb167ca78bd8588e3ff9b3f13b77f661e3ddec7e5b726cc0a46512db2584b15ce5f691fe7e4ab84855f102cb88014245921a38f5da41ad19e762a88968883 +Size (postgresql-9.3.12.tar.bz2) = 17052755 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9 diff --git a/databases/postgresql94-adminpack/Makefile b/databases/postgresql94-adminpack/Makefile index 03d732ec25f..2354a324df3 100644 --- a/databases/postgresql94-adminpack/Makefile +++ b/databases/postgresql94-adminpack/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-adminpack-/} -PKGREVISION= 1 COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-client/Makefile b/databases/postgresql94-client/Makefile index 499c09e0b0a..c7a2358fdbe 100644 --- a/databases/postgresql94-client/Makefile +++ b/databases/postgresql94-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql94/Makefile.common" diff --git a/databases/postgresql94-datatypes/Makefile b/databases/postgresql94-datatypes/Makefile index b6d20eeace7..f6699a737b0 100644 --- a/databases/postgresql94-datatypes/Makefile +++ b/databases/postgresql94-datatypes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-datatypes-/} -PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-dblink/Makefile b/databases/postgresql94-dblink/Makefile index b7970cebf7c..2f2b3c0e328 100644 --- a/databases/postgresql94-dblink/Makefile +++ b/databases/postgresql94-dblink/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-dblink-/} -PKGREVISION= 1 COMMENT= Dblink module for remote database connections DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-docs/PLIST b/databases/postgresql94-docs/PLIST index 00c29b4de88..81fc91289e0 100644 --- a/databases/postgresql94-docs/PLIST +++ b/databases/postgresql94-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2016/02/25 01:38:56 tnn Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/04/09 12:51:48 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1094,6 +1094,7 @@ share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html share/doc/postgresql/html/release-9-1-20.html share/doc/postgresql/html/release-9-1-2.html +share/doc/postgresql/html/release-9-1-21.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html @@ -1109,6 +1110,7 @@ share/doc/postgresql/html/release-9-2-12.html share/doc/postgresql/html/release-9-2-13.html share/doc/postgresql/html/release-9-2-14.html share/doc/postgresql/html/release-9-2-15.html +share/doc/postgresql/html/release-9-2-16.html share/doc/postgresql/html/release-9-2-2.html share/doc/postgresql/html/release-9-2-3.html share/doc/postgresql/html/release-9-2-4.html @@ -1121,6 +1123,7 @@ share/doc/postgresql/html/release-9-2.html share/doc/postgresql/html/release-9-3-1.html share/doc/postgresql/html/release-9-3-10.html share/doc/postgresql/html/release-9-3-11.html +share/doc/postgresql/html/release-9-3-12.html share/doc/postgresql/html/release-9-3-2.html share/doc/postgresql/html/release-9-3-3.html share/doc/postgresql/html/release-9-3-4.html @@ -1136,6 +1139,7 @@ share/doc/postgresql/html/release-9-4-3.html share/doc/postgresql/html/release-9-4-4.html share/doc/postgresql/html/release-9-4-5.html share/doc/postgresql/html/release-9-4-6.html +share/doc/postgresql/html/release-9-4-7.html share/doc/postgresql/html/release-9-4.html share/doc/postgresql/html/release.html share/doc/postgresql/html/resources.html diff --git a/databases/postgresql94-fuzzystrmatch/Makefile b/databases/postgresql94-fuzzystrmatch/Makefile index 053240e3cea..26a67bb1998 100644 --- a/databases/postgresql94-fuzzystrmatch/Makefile +++ b/databases/postgresql94-fuzzystrmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-fuzzystrmatch-/} -PKGREVISION= 1 COMMENT= PostgreSQL fuzzystrmatch contribution DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-monitoring/Makefile b/databases/postgresql94-monitoring/Makefile index 7dd26443d5d..5fbfb57aa2e 100644 --- a/databases/postgresql94-monitoring/Makefile +++ b/databases/postgresql94-monitoring/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-monitoring-/} -PKGREVISION= 1 COMMENT= PostgreSQL monitoring tools DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-pgcrypto/Makefile b/databases/postgresql94-pgcrypto/Makefile index e77307bf583..63c2ae093f7 100644 --- a/databases/postgresql94-pgcrypto/Makefile +++ b/databases/postgresql94-pgcrypto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-pgcrypto-/} -PKGREVISION= 1 COMMENT= Module providing cryptographic functions for PostgreSQL DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-plperl/Makefile b/databases/postgresql94-plperl/Makefile index 04750a9f3ae..c1aab4f0e9c 100644 --- a/databases/postgresql94-plperl/Makefile +++ b/databases/postgresql94-plperl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile index f687d0a1b70..80485298979 100644 --- a/databases/postgresql94-plpython/Makefile +++ b/databases/postgresql94-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-pltcl/Makefile b/databases/postgresql94-pltcl/Makefile index d01b5fe68f6..50c7a4c27f0 100644 --- a/databases/postgresql94-pltcl/Makefile +++ b/databases/postgresql94-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server diff --git a/databases/postgresql94-replicationtools/Makefile b/databases/postgresql94-replicationtools/Makefile index 3789acda4d6..3f346f13fcd 100644 --- a/databases/postgresql94-replicationtools/Makefile +++ b/databases/postgresql94-replicationtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-replicationtools-/} -PKGREVISION= 1 COMMENT= PostgreSQL replication tools .include "../../databases/postgresql94/Makefile.common" diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index 616fa1fd879..1a0021886dc 100644 --- a/databases/postgresql94-server/Makefile +++ b/databases/postgresql94-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/03/15 10:55:25 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-server-/} -PKGREVISION= 2 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql94-server/PLIST b/databases/postgresql94-server/PLIST index b48fe7da34e..30204ae389f 100644 --- a/databases/postgresql94-server/PLIST +++ b/databases/postgresql94-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/10/10 10:22:20 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/04/09 12:51:49 adam Exp $ bin/postgres bin/postmaster include/postgresql/server/plpgsql.h @@ -312,6 +312,7 @@ share/postgresql/timezone/Asia/Baghdad share/postgresql/timezone/Asia/Bahrain share/postgresql/timezone/Asia/Baku share/postgresql/timezone/Asia/Bangkok +share/postgresql/timezone/Asia/Barnaul share/postgresql/timezone/Asia/Beirut share/postgresql/timezone/Asia/Bishkek share/postgresql/timezone/Asia/Brunei @@ -488,6 +489,7 @@ share/postgresql/timezone/Etc/Universal share/postgresql/timezone/Etc/Zulu share/postgresql/timezone/Europe/Amsterdam share/postgresql/timezone/Europe/Andorra +share/postgresql/timezone/Europe/Astrakhan share/postgresql/timezone/Europe/Athens share/postgresql/timezone/Europe/Belfast share/postgresql/timezone/Europe/Belgrade @@ -535,6 +537,7 @@ share/postgresql/timezone/Europe/Stockholm share/postgresql/timezone/Europe/Tallinn share/postgresql/timezone/Europe/Tirane share/postgresql/timezone/Europe/Tiraspol +share/postgresql/timezone/Europe/Ulyanovsk share/postgresql/timezone/Europe/Uzhgorod share/postgresql/timezone/Europe/Vaduz share/postgresql/timezone/Europe/Vatican diff --git a/databases/postgresql94-upgrade/Makefile b/databases/postgresql94-upgrade/Makefile index 75689ed5939..9818d2d6cd0 100644 --- a/databases/postgresql94-upgrade/Makefile +++ b/databases/postgresql94-upgrade/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-upgrade-/} -PKGREVISION= 1 COMMENT= PostgreSQL binary upgrade tool MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/postgresql94/Makefile b/databases/postgresql94/Makefile index 44cdbf6d6a5..ae9a031a8a4 100644 --- a/databases/postgresql94/Makefile +++ b/databases/postgresql94/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:48 adam Exp $ PKGNAME= ${DISTNAME:C/-/94-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql94-client>=${PKGVERSION_NOREV}:../../databases/postgresql94-client diff --git a/databases/postgresql94/Makefile.common b/databases/postgresql94/Makefile.common index df075226024..00bcddf5e0c 100644 --- a/databases/postgresql94/Makefile.common +++ b/databases/postgresql94/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2016/02/25 11:46:21 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.9 2016/04/09 12:51:48 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql94-server/Makefile # used by databases/postgresql94-upgrade/Makefile -DISTNAME= postgresql-9.4.6 +DISTNAME= postgresql-9.4.7 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql94/distinfo b/databases/postgresql94/distinfo index a9046fb0b65..e148c265be3 100644 --- a/databases/postgresql94/distinfo +++ b/databases/postgresql94/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2016/02/25 01:38:56 tnn Exp $ +$NetBSD: distinfo,v 1.10 2016/04/09 12:51:48 adam Exp $ -SHA1 (postgresql-9.4.6.tar.bz2) = bc5271b113b42e94cf093b6fb799b03092827c71 -RMD160 (postgresql-9.4.6.tar.bz2) = f44d579b0a07a536895b12dc5ef665e71c43cc1b -SHA512 (postgresql-9.4.6.tar.bz2) = 03e2c68ec7fb40b4886885136692e96ed5d7e50ead8ebd094ede402eeb8ed94a791357e8eff2776a2e4a537ced3d900e032779a33c1fbd920588d89f8b6705ee -Size (postgresql-9.4.6.tar.bz2) = 17734946 bytes +SHA1 (postgresql-9.4.7.tar.bz2) = 780c3c6bfac0860d9ca8ba8ef6c154bb38714215 +RMD160 (postgresql-9.4.7.tar.bz2) = a9dcc6952e4b74c192454e6ba2f3bc86e507cf8b +SHA512 (postgresql-9.4.7.tar.bz2) = e61d74a4a9caeb7d4a3fb9509b37aaeb5bd563d61d20739edd777ec990c92011286a7485f275178f9f8c1ebb8c84a98290e2b5351b11e0f9a1baa781f323e374 +Size (postgresql-9.4.7.tar.bz2) = 17746987 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632 diff --git a/databases/postgresql95-adminpack/Makefile b/databases/postgresql95-adminpack/Makefile index 97530615466..1f7657a303f 100644 --- a/databases/postgresql95-adminpack/Makefile +++ b/databases/postgresql95-adminpack/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-adminpack-/} -PKGREVISION= 1 COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-client/Makefile b/databases/postgresql95-client/Makefile index 1ceac59e0fb..0d12d5e0034 100644 --- a/databases/postgresql95-client/Makefile +++ b/databases/postgresql95-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:27:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql95/Makefile.common" diff --git a/databases/postgresql95-client/PLIST b/databases/postgresql95-client/PLIST index 289e68cdced..bfd04b87656 100644 --- a/databases/postgresql95-client/PLIST +++ b/databases/postgresql95-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/02/25 21:37:36 tnn Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/09 12:51:49 adam Exp $ bin/clusterdb bin/createdb bin/createlang @@ -718,6 +718,7 @@ share/locale/fr/LC_MESSAGES/pg_controldata-9.5.mo share/locale/fr/LC_MESSAGES/pg_ctl-9.5.mo share/locale/fr/LC_MESSAGES/pg_dump-9.5.mo share/locale/fr/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/fr/LC_MESSAGES/pg_rewind-9.5.mo share/locale/fr/LC_MESSAGES/pgscripts-9.5.mo share/locale/fr/LC_MESSAGES/psql-9.5.mo share/locale/it/LC_MESSAGES/ecpg-9.5.mo diff --git a/databases/postgresql95-datatypes/Makefile b/databases/postgresql95-datatypes/Makefile index 248b942e53e..5b3198e7806 100644 --- a/databases/postgresql95-datatypes/Makefile +++ b/databases/postgresql95-datatypes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-datatypes-/} -PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-dblink/Makefile b/databases/postgresql95-dblink/Makefile index f799b2e8899..ffb425ae414 100644 --- a/databases/postgresql95-dblink/Makefile +++ b/databases/postgresql95-dblink/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-dblink-/} -PKGREVISION= 1 COMMENT= Dblink module for remote database connections DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-docs/PLIST b/databases/postgresql95-docs/PLIST index 11c8ece157f..63af05de63b 100644 --- a/databases/postgresql95-docs/PLIST +++ b/databases/postgresql95-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/02/25 21:37:36 tnn Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/09 12:51:50 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1117,6 +1117,7 @@ share/doc/postgresql/html/release-9-1-18.html share/doc/postgresql/html/release-9-1-19.html share/doc/postgresql/html/release-9-1-2.html share/doc/postgresql/html/release-9-1-20.html +share/doc/postgresql/html/release-9-1-21.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html @@ -1132,6 +1133,7 @@ share/doc/postgresql/html/release-9-2-12.html share/doc/postgresql/html/release-9-2-13.html share/doc/postgresql/html/release-9-2-14.html share/doc/postgresql/html/release-9-2-15.html +share/doc/postgresql/html/release-9-2-16.html share/doc/postgresql/html/release-9-2-2.html share/doc/postgresql/html/release-9-2-3.html share/doc/postgresql/html/release-9-2-4.html @@ -1144,6 +1146,7 @@ share/doc/postgresql/html/release-9-2.html share/doc/postgresql/html/release-9-3-1.html share/doc/postgresql/html/release-9-3-10.html share/doc/postgresql/html/release-9-3-11.html +share/doc/postgresql/html/release-9-3-12.html share/doc/postgresql/html/release-9-3-2.html share/doc/postgresql/html/release-9-3-3.html share/doc/postgresql/html/release-9-3-4.html @@ -1159,8 +1162,10 @@ share/doc/postgresql/html/release-9-4-3.html share/doc/postgresql/html/release-9-4-4.html share/doc/postgresql/html/release-9-4-5.html share/doc/postgresql/html/release-9-4-6.html +share/doc/postgresql/html/release-9-4-7.html share/doc/postgresql/html/release-9-4.html share/doc/postgresql/html/release-9-5-1.html +share/doc/postgresql/html/release-9-5-2.html share/doc/postgresql/html/release-9-5.html share/doc/postgresql/html/release.html share/doc/postgresql/html/replication-origins.html diff --git a/databases/postgresql95-fuzzystrmatch/Makefile b/databases/postgresql95-fuzzystrmatch/Makefile index dc3c476c86f..e35adfa2dc9 100644 --- a/databases/postgresql95-fuzzystrmatch/Makefile +++ b/databases/postgresql95-fuzzystrmatch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-fuzzystrmatch-/} -PKGREVISION= 1 COMMENT= PostgreSQL fuzzystrmatch contribution DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-monitoring/Makefile b/databases/postgresql95-monitoring/Makefile index ee97d5f4154..0603638bd7c 100644 --- a/databases/postgresql95-monitoring/Makefile +++ b/databases/postgresql95-monitoring/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-monitoring-/} -PKGREVISION= 1 COMMENT= PostgreSQL monitoring tools DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-pgcrypto/Makefile b/databases/postgresql95-pgcrypto/Makefile index 12150084d11..16962d9bf9f 100644 --- a/databases/postgresql95-pgcrypto/Makefile +++ b/databases/postgresql95-pgcrypto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-pgcrypto-/} -PKGREVISION= 1 COMMENT= Module providing cryptographic functions for PostgreSQL DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-plperl/Makefile b/databases/postgresql95-plperl/Makefile index 5c3985fcf7f..3a0c243705f 100644 --- a/databases/postgresql95-plperl/Makefile +++ b/databases/postgresql95-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +#$ $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile index 8bcb2ef43c4..5a0f49fb781 100644 --- a/databases/postgresql95-plpython/Makefile +++ b/databases/postgresql95-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-pltcl/Makefile b/databases/postgresql95-pltcl/Makefile index d8cf6aa7924..1373fd600eb 100644 --- a/databases/postgresql95-pltcl/Makefile +++ b/databases/postgresql95-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server diff --git a/databases/postgresql95-replicationtools/Makefile b/databases/postgresql95-replicationtools/Makefile index 78bc1f39e3b..308777a3fff 100644 --- a/databases/postgresql95-replicationtools/Makefile +++ b/databases/postgresql95-replicationtools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-replicationtools-/} -PKGREVISION= 1 COMMENT= PostgreSQL replication tools .include "../../databases/postgresql95/Makefile.common" diff --git a/databases/postgresql95-server/Makefile b/databases/postgresql95-server/Makefile index ae274f70267..f0d45bec671 100644 --- a/databases/postgresql95-server/Makefile +++ b/databases/postgresql95-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/03/15 10:55:26 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/09 12:51:50 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-server-/} -PKGREVISION= 2 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql95-server/PLIST b/databases/postgresql95-server/PLIST index 10deb577ba6..0e2fc7adf20 100644 --- a/databases/postgresql95-server/PLIST +++ b/databases/postgresql95-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/02/25 21:37:37 tnn Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/09 12:51:50 adam Exp $ bin/postgres bin/postmaster include/postgresql/server/plpgsql.h @@ -313,6 +313,7 @@ share/postgresql/timezone/Asia/Baghdad share/postgresql/timezone/Asia/Bahrain share/postgresql/timezone/Asia/Baku share/postgresql/timezone/Asia/Bangkok +share/postgresql/timezone/Asia/Barnaul share/postgresql/timezone/Asia/Beirut share/postgresql/timezone/Asia/Bishkek share/postgresql/timezone/Asia/Brunei @@ -489,6 +490,7 @@ share/postgresql/timezone/Etc/Universal share/postgresql/timezone/Etc/Zulu share/postgresql/timezone/Europe/Amsterdam share/postgresql/timezone/Europe/Andorra +share/postgresql/timezone/Europe/Astrakhan share/postgresql/timezone/Europe/Athens share/postgresql/timezone/Europe/Belfast share/postgresql/timezone/Europe/Belgrade @@ -536,6 +538,7 @@ share/postgresql/timezone/Europe/Stockholm share/postgresql/timezone/Europe/Tallinn share/postgresql/timezone/Europe/Tirane share/postgresql/timezone/Europe/Tiraspol +share/postgresql/timezone/Europe/Ulyanovsk share/postgresql/timezone/Europe/Uzhgorod share/postgresql/timezone/Europe/Vaduz share/postgresql/timezone/Europe/Vatican diff --git a/databases/postgresql95/Makefile b/databases/postgresql95/Makefile index 7cf72379a65..879302e52c1 100644 --- a/databases/postgresql95/Makefile +++ b/databases/postgresql95/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $ PKGNAME= ${DISTNAME:C/-/95-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql95-client>=${PKGVERSION_NOREV}:../../databases/postgresql95-client diff --git a/databases/postgresql95/Makefile.common b/databases/postgresql95/Makefile.common index 6d8e986dcb1..7709848e59c 100644 --- a/databases/postgresql95/Makefile.common +++ b/databases/postgresql95/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2016/02/25 21:37:35 tnn Exp $ +# $NetBSD: Makefile.common,v 1.2 2016/04/09 12:51:49 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql95-server/Makefile # used by databases/postgresql95-upgrade/Makefile -DISTNAME= postgresql-9.5.1 +DISTNAME= postgresql-9.5.2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql95/distinfo b/databases/postgresql95/distinfo index 28b2811ae7c..3f29179370e 100644 --- a/databases/postgresql95/distinfo +++ b/databases/postgresql95/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1 2016/02/25 21:37:35 tnn Exp $ +$NetBSD: distinfo,v 1.2 2016/04/09 12:51:49 adam Exp $ -SHA1 (postgresql-9.5.1.tar.bz2) = 905bc31bc4d500e9498340407740a61835a2022e -RMD160 (postgresql-9.5.1.tar.bz2) = 4758bd11dea976147a6a698f9fb0e1acc4b17db3 -SHA512 (postgresql-9.5.1.tar.bz2) = fcb2b3bde51c4152b3a72764de1f9b4e607cb591571ed5bc1187b2c6938c33e21bdd512694a969a03c046e4889a129bb0e75fa676d55a1a1e77142da1e984192 -Size (postgresql-9.5.1.tar.bz2) = 18441638 bytes +SHA1 (postgresql-9.5.2.tar.bz2) = e139e5607fafd96926463123f7751086adaad724 +RMD160 (postgresql-9.5.2.tar.bz2) = 89cf1a346814999846c14c048cbf263590977975 +SHA512 (postgresql-9.5.2.tar.bz2) = ba31dddee8a960a4b1a97394eae5ea7efaa5e74e21c755882efcef90404676c6052dff55f40b585932e4f752cbcda5ceac0e29d601ea6651cfbab7a49190381a +Size (postgresql-9.5.2.tar.bz2) = 18446616 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632 |