diff options
65 files changed, 128 insertions, 138 deletions
diff --git a/databases/postgresql10-client/Makefile b/databases/postgresql10-client/Makefile index 4b007081645..a4c41130380 100644 --- a/databases/postgresql10-client/Makefile +++ b/databases/postgresql10-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/04/21 11:41:14 adam Exp $ +# $NetBSD: Makefile,v 1.18 2021/05/18 11:56:17 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql10/Makefile.common" diff --git a/databases/postgresql10-contrib/Makefile b/databases/postgresql10-contrib/Makefile index f772d92942f..b3e88c9f9c5 100644 --- a/databases/postgresql10-contrib/Makefile +++ b/databases/postgresql10-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/04/21 11:41:14 adam Exp $ +# $NetBSD: Makefile,v 1.18 2021/05/18 11:56:17 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql10/Makefile.common" diff --git a/databases/postgresql10-docs/Makefile b/databases/postgresql10-docs/Makefile index d4939c5e3a2..1bf73efebe0 100644 --- a/databases/postgresql10-docs/Makefile +++ b/databases/postgresql10-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/04/21 11:41:14 adam Exp $ +# $NetBSD: Makefile,v 1.11 2021/05/18 11:56:17 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql10/Makefile.common" diff --git a/databases/postgresql10-docs/PLIST b/databases/postgresql10-docs/PLIST index 66caa781483..1fd7730b0c1 100644 --- a/databases/postgresql10-docs/PLIST +++ b/databases/postgresql10-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2021/02/15 18:58:37 adam Exp $ +@comment $NetBSD: PLIST,v 1.18 2021/05/18 11:56:17 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -293,8 +293,10 @@ share/doc/postgresql/html/app-pgconfig.html share/doc/postgresql/html/app-pgcontroldata.html share/doc/postgresql/html/app-pgdump.html share/doc/postgresql/html/app-pgreceivewal.html +share/doc/postgresql/html/app-pgreceivexlog.html share/doc/postgresql/html/app-pgrecvlogical.html share/doc/postgresql/html/app-pgresetwal.html +share/doc/postgresql/html/app-pgresetxlog.html share/doc/postgresql/html/app-pgrestore.html share/doc/postgresql/html/app-pgrewind.html share/doc/postgresql/html/app-postgres.html @@ -302,6 +304,7 @@ share/doc/postgresql/html/app-postmaster.html share/doc/postgresql/html/app-psql.html share/doc/postgresql/html/app-reindexdb.html share/doc/postgresql/html/app-vacuumdb.html +share/doc/postgresql/html/appendix-obsolete.html share/doc/postgresql/html/appendixes.html share/doc/postgresql/html/applevel-consistency.html share/doc/postgresql/html/archive-recovery-settings.html @@ -457,6 +460,7 @@ share/doc/postgresql/html/datetime-appendix.html share/doc/postgresql/html/datetime-config-files.html share/doc/postgresql/html/datetime-input-rules.html share/doc/postgresql/html/datetime-invalid-input.html +share/doc/postgresql/html/datetime-julian-dates.html share/doc/postgresql/html/datetime-keywords.html share/doc/postgresql/html/datetime-posix-timezone-specs.html share/doc/postgresql/html/datetime-units-history.html @@ -820,6 +824,7 @@ share/doc/postgresql/html/pgtrgm.html share/doc/postgresql/html/pgupgrade.html share/doc/postgresql/html/pgvisibility.html share/doc/postgresql/html/pgwaldump.html +share/doc/postgresql/html/pgxlogdump.html share/doc/postgresql/html/planner-optimizer.html share/doc/postgresql/html/planner-stats-details.html share/doc/postgresql/html/planner-stats-security.html @@ -917,6 +922,7 @@ share/doc/postgresql/html/release-10-13.html share/doc/postgresql/html/release-10-14.html share/doc/postgresql/html/release-10-15.html share/doc/postgresql/html/release-10-16.html +share/doc/postgresql/html/release-10-17.html share/doc/postgresql/html/release-10-2.html share/doc/postgresql/html/release-10-3.html share/doc/postgresql/html/release-10-4.html diff --git a/databases/postgresql10-plperl/Makefile b/databases/postgresql10-plperl/Makefile index 1e2d9a19a7e..c31b29f35fa 100644 --- a/databases/postgresql10-plperl/Makefile +++ b/databases/postgresql10-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.13 2021/04/21 11:41:14 adam Exp $ +#$ $NetBSD: Makefile,v 1.14 2021/05/18 11:56:17 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server diff --git a/databases/postgresql10-plpython/Makefile b/databases/postgresql10-plpython/Makefile index dbeff23c5b3..32492004436 100644 --- a/databases/postgresql10-plpython/Makefile +++ b/databases/postgresql10-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/04/21 11:41:15 adam Exp $ +# $NetBSD: Makefile,v 1.18 2021/05/18 11:56:17 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server diff --git a/databases/postgresql10-pltcl/Makefile b/databases/postgresql10-pltcl/Makefile index 21d124a29c4..96f36c844d0 100644 --- a/databases/postgresql10-pltcl/Makefile +++ b/databases/postgresql10-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2021/04/21 11:41:15 adam Exp $ +# $NetBSD: Makefile,v 1.15 2021/05/18 11:56:17 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile index 67ca9998487..9af249e4213 100644 --- a/databases/postgresql10-server/Makefile +++ b/databases/postgresql10-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/04/21 11:41:15 adam Exp $ +# $NetBSD: Makefile,v 1.19 2021/05/18 11:56:17 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql10/Makefile b/databases/postgresql10/Makefile index 2df431148e5..21a4d338525 100644 --- a/databases/postgresql10/Makefile +++ b/databases/postgresql10/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2021/04/21 11:41:14 adam Exp $ +# $NetBSD: Makefile,v 1.23 2021/05/18 11:56:16 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client diff --git a/databases/postgresql10/Makefile.common b/databases/postgresql10/Makefile.common index 6cf474b2a53..58ed1525be5 100644 --- a/databases/postgresql10/Makefile.common +++ b/databases/postgresql10/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2021/05/07 06:58:55 nia Exp $ +# $NetBSD: Makefile.common,v 1.28 2021/05/18 11:56:16 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql10-pltcl/Makefile # used by databases/postgresql10-server/Makefile -DISTNAME= postgresql-10.16 +DISTNAME= postgresql-10.17 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql10/distinfo b/databases/postgresql10/distinfo index ee746692fee..0a0d3b74056 100644 --- a/databases/postgresql10/distinfo +++ b/databases/postgresql10/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.19 2021/03/18 15:04:53 adam Exp $ +$NetBSD: distinfo,v 1.20 2021/05/18 11:56:16 adam Exp $ -SHA1 (postgresql-10.16.tar.bz2) = 594d7f1c604a9666499510d69b6dece97632a61d -RMD160 (postgresql-10.16.tar.bz2) = d112a187f96bb75e39131e48ca7973286e2da89d -SHA512 (postgresql-10.16.tar.bz2) = 690649b4e2f4e0650e5b927048e06894e60c5cf1663bb63ab89143f49e5f753e590d3f011b44df3c402379953a9c23f4832f0cf97c984f03c37d14cb85c860aa -Size (postgresql-10.16.tar.bz2) = 19140221 bytes +SHA1 (postgresql-10.17.tar.bz2) = 479ec3bf2882a3188dd16ec92169c67e78995400 +RMD160 (postgresql-10.17.tar.bz2) = eb2c2dd55f6515b5a2d27f36f9c87625a7d6c2f5 +SHA512 (postgresql-10.17.tar.bz2) = 4989abe56cf631b367252c62f15c9f4a22a864a75d607fa29c2116c95e29f95bc3855df6b2fc88dbedcfc7b238d6732d13629fc967f09bbd3ea4d5c328cb925f +Size (postgresql-10.17.tar.bz2) = 19153278 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd diff --git a/databases/postgresql11-client/Makefile b/databases/postgresql11-client/Makefile index 81fd492ea15..21c3bf0fdcb 100644 --- a/databases/postgresql11-client/Makefile +++ b/databases/postgresql11-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2021/04/21 11:41:15 adam Exp $ +# $NetBSD: Makefile,v 1.14 2021/05/18 11:56:17 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql11/Makefile.common" diff --git a/databases/postgresql11-contrib/Makefile b/databases/postgresql11-contrib/Makefile index e2e543af69f..795fabc1228 100644 --- a/databases/postgresql11-contrib/Makefile +++ b/databases/postgresql11-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2021/04/21 11:41:15 adam Exp $ +# $NetBSD: Makefile,v 1.15 2021/05/18 11:56:18 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql11/Makefile.common" diff --git a/databases/postgresql11-docs/Makefile b/databases/postgresql11-docs/Makefile index fad693a23b2..b4f9bfe6025 100644 --- a/databases/postgresql11-docs/Makefile +++ b/databases/postgresql11-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/04/21 11:41:15 adam Exp $ +# $NetBSD: Makefile,v 1.9 2021/05/18 11:56:18 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql11/Makefile.common" diff --git a/databases/postgresql11-docs/PLIST b/databases/postgresql11-docs/PLIST index 68eb1cb9727..667d472f66b 100644 --- a/databases/postgresql11-docs/PLIST +++ b/databases/postgresql11-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2021/02/15 18:58:38 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2021/05/18 11:56:18 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -305,8 +305,10 @@ share/doc/postgresql/html/app-pgconfig.html share/doc/postgresql/html/app-pgcontroldata.html share/doc/postgresql/html/app-pgdump.html share/doc/postgresql/html/app-pgreceivewal.html +share/doc/postgresql/html/app-pgreceivexlog.html share/doc/postgresql/html/app-pgrecvlogical.html share/doc/postgresql/html/app-pgresetwal.html +share/doc/postgresql/html/app-pgresetxlog.html share/doc/postgresql/html/app-pgrestore.html share/doc/postgresql/html/app-pgrewind.html share/doc/postgresql/html/app-postgres.html @@ -314,6 +316,7 @@ share/doc/postgresql/html/app-postmaster.html share/doc/postgresql/html/app-psql.html share/doc/postgresql/html/app-reindexdb.html share/doc/postgresql/html/app-vacuumdb.html +share/doc/postgresql/html/appendix-obsolete.html share/doc/postgresql/html/appendixes.html share/doc/postgresql/html/applevel-consistency.html share/doc/postgresql/html/archive-recovery-settings.html @@ -482,6 +485,7 @@ share/doc/postgresql/html/datetime-appendix.html share/doc/postgresql/html/datetime-config-files.html share/doc/postgresql/html/datetime-input-rules.html share/doc/postgresql/html/datetime-invalid-input.html +share/doc/postgresql/html/datetime-julian-dates.html share/doc/postgresql/html/datetime-keywords.html share/doc/postgresql/html/datetime-posix-timezone-specs.html share/doc/postgresql/html/datetime-units-history.html @@ -853,6 +857,7 @@ share/doc/postgresql/html/pgupgrade.html share/doc/postgresql/html/pgverifychecksums.html share/doc/postgresql/html/pgvisibility.html share/doc/postgresql/html/pgwaldump.html +share/doc/postgresql/html/pgxlogdump.html share/doc/postgresql/html/planner-optimizer.html share/doc/postgresql/html/planner-stats-details.html share/doc/postgresql/html/planner-stats-security.html @@ -948,6 +953,7 @@ share/doc/postgresql/html/regress.html share/doc/postgresql/html/release-11-1.html share/doc/postgresql/html/release-11-10.html share/doc/postgresql/html/release-11-11.html +share/doc/postgresql/html/release-11-12.html share/doc/postgresql/html/release-11-2.html share/doc/postgresql/html/release-11-3.html share/doc/postgresql/html/release-11-4.html diff --git a/databases/postgresql11-plperl/Makefile b/databases/postgresql11-plperl/Makefile index 86c9ec024d0..4398f42c512 100644 --- a/databases/postgresql11-plperl/Makefile +++ b/databases/postgresql11-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.11 2021/04/21 11:41:15 adam Exp $ +#$ $NetBSD: Makefile,v 1.12 2021/05/18 11:56:18 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server diff --git a/databases/postgresql11-plpython/Makefile b/databases/postgresql11-plpython/Makefile index 4adfb3742ca..bc58f60b975 100644 --- a/databases/postgresql11-plpython/Makefile +++ b/databases/postgresql11-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/04/21 11:41:15 adam Exp $ +# $NetBSD: Makefile,v 1.16 2021/05/18 11:56:18 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server diff --git a/databases/postgresql11-pltcl/Makefile b/databases/postgresql11-pltcl/Makefile index ebed73c7ec0..49beea9d002 100644 --- a/databases/postgresql11-pltcl/Makefile +++ b/databases/postgresql11-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2021/04/21 11:41:16 adam Exp $ +# $NetBSD: Makefile,v 1.13 2021/05/18 11:56:18 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile index 51db2e83fa5..c4c955bd0e3 100644 --- a/databases/postgresql11-server/Makefile +++ b/databases/postgresql11-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/04/21 11:41:16 adam Exp $ +# $NetBSD: Makefile,v 1.16 2021/05/18 11:56:18 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql11/Makefile b/databases/postgresql11/Makefile index 0ff71b30920..534a98f5b18 100644 --- a/databases/postgresql11/Makefile +++ b/databases/postgresql11/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/04/21 11:41:15 adam Exp $ +# $NetBSD: Makefile,v 1.16 2021/05/18 11:56:17 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql11-client>=${PKGVERSION_NOREV}:../../databases/postgresql11-client diff --git a/databases/postgresql11/Makefile.common b/databases/postgresql11/Makefile.common index 04f6fb4d08b..e62aa6802d0 100644 --- a/databases/postgresql11/Makefile.common +++ b/databases/postgresql11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2021/05/07 06:58:55 nia Exp $ +# $NetBSD: Makefile.common,v 1.21 2021/05/18 11:56:17 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql11-pltcl/Makefile # used by databases/postgresql11-server/Makefile -DISTNAME= postgresql-11.11 +DISTNAME= postgresql-11.12 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql11/distinfo b/databases/postgresql11/distinfo index 14926fce1af..35ac75fdc7b 100644 --- a/databases/postgresql11/distinfo +++ b/databases/postgresql11/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.14 2021/03/18 15:04:54 adam Exp $ +$NetBSD: distinfo,v 1.15 2021/05/18 11:56:17 adam Exp $ -SHA1 (postgresql-11.11.tar.bz2) = ebd71258718f08bf20f79a0e0709bee0955df01b -RMD160 (postgresql-11.11.tar.bz2) = 44d9bcd81fc6a89d8e2bcbcbc7353e37e951cfbc -SHA512 (postgresql-11.11.tar.bz2) = 8d38e6b7826e73191159f1ee69efde28adc061e0041eb136f55681503a189355b869b2ff312860325d454c1f95367d921fb61dd2de31f584261f165f229bcdb9 -Size (postgresql-11.11.tar.bz2) = 20054359 bytes +SHA1 (postgresql-11.12.tar.bz2) = 4058af97fde72064c5fd18a508eda6a5526359df +RMD160 (postgresql-11.12.tar.bz2) = cd4a28a42b4828df710502b2bc8c9a5da0eaf2d3 +SHA512 (postgresql-11.12.tar.bz2) = 668914424e1dbe09a66d5272e5b0a17fa24c90d3d099f8161f1420eaa76675ea1c622e4d149bdfcb31f07af19602a500913cb97c49d717df23e374de09dc0274 +Size (postgresql-11.12.tar.bz2) = 20075485 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd diff --git a/databases/postgresql12-client/Makefile b/databases/postgresql12-client/Makefile index dfda58a19a0..2d8d5f36f30 100644 --- a/databases/postgresql12-client/Makefile +++ b/databases/postgresql12-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/04/21 11:41:16 adam Exp $ +# $NetBSD: Makefile,v 1.16 2021/05/18 11:56:18 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql12/Makefile.common" diff --git a/databases/postgresql12-contrib/Makefile b/databases/postgresql12-contrib/Makefile index b0215775154..a2cc7836794 100644 --- a/databases/postgresql12-contrib/Makefile +++ b/databases/postgresql12-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2021/04/21 11:41:16 adam Exp $ +# $NetBSD: Makefile,v 1.15 2021/05/18 11:56:19 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql12/Makefile.common" diff --git a/databases/postgresql12-docs/Makefile b/databases/postgresql12-docs/Makefile index e5909264dc0..e228af5cddf 100644 --- a/databases/postgresql12-docs/Makefile +++ b/databases/postgresql12-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/04/21 11:41:16 adam Exp $ +# $NetBSD: Makefile,v 1.9 2021/05/18 11:56:19 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql12/Makefile.common" diff --git a/databases/postgresql12-docs/PLIST b/databases/postgresql12-docs/PLIST index 44fe15ae328..e1bd9555dbf 100644 --- a/databases/postgresql12-docs/PLIST +++ b/databases/postgresql12-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2021/02/15 18:58:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2021/05/18 11:56:19 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -308,8 +308,10 @@ share/doc/postgresql/html/app-pgconfig.html share/doc/postgresql/html/app-pgcontroldata.html share/doc/postgresql/html/app-pgdump.html share/doc/postgresql/html/app-pgreceivewal.html +share/doc/postgresql/html/app-pgreceivexlog.html share/doc/postgresql/html/app-pgrecvlogical.html share/doc/postgresql/html/app-pgresetwal.html +share/doc/postgresql/html/app-pgresetxlog.html share/doc/postgresql/html/app-pgrestore.html share/doc/postgresql/html/app-pgrewind.html share/doc/postgresql/html/app-postgres.html @@ -317,6 +319,7 @@ share/doc/postgresql/html/app-postmaster.html share/doc/postgresql/html/app-psql.html share/doc/postgresql/html/app-reindexdb.html share/doc/postgresql/html/app-vacuumdb.html +share/doc/postgresql/html/appendix-obsolete.html share/doc/postgresql/html/appendixes.html share/doc/postgresql/html/applevel-consistency.html share/doc/postgresql/html/arrays.html @@ -485,6 +488,7 @@ share/doc/postgresql/html/datetime-appendix.html share/doc/postgresql/html/datetime-config-files.html share/doc/postgresql/html/datetime-input-rules.html share/doc/postgresql/html/datetime-invalid-input.html +share/doc/postgresql/html/datetime-julian-dates.html share/doc/postgresql/html/datetime-keywords.html share/doc/postgresql/html/datetime-posix-timezone-specs.html share/doc/postgresql/html/datetime-units-history.html @@ -862,6 +866,7 @@ share/doc/postgresql/html/pgtrgm.html share/doc/postgresql/html/pgupgrade.html share/doc/postgresql/html/pgvisibility.html share/doc/postgresql/html/pgwaldump.html +share/doc/postgresql/html/pgxlogdump.html share/doc/postgresql/html/planner-optimizer.html share/doc/postgresql/html/planner-stats-details.html share/doc/postgresql/html/planner-stats-security.html @@ -943,6 +948,7 @@ share/doc/postgresql/html/queries.html share/doc/postgresql/html/query-path.html share/doc/postgresql/html/querytree.html share/doc/postgresql/html/rangetypes.html +share/doc/postgresql/html/recovery-config.html share/doc/postgresql/html/reference-client.html share/doc/postgresql/html/reference-server.html share/doc/postgresql/html/reference.html @@ -958,6 +964,7 @@ share/doc/postgresql/html/release-12-3.html share/doc/postgresql/html/release-12-4.html share/doc/postgresql/html/release-12-5.html share/doc/postgresql/html/release-12-6.html +share/doc/postgresql/html/release-12-7.html share/doc/postgresql/html/release-12.html share/doc/postgresql/html/release-prior.html share/doc/postgresql/html/release.html diff --git a/databases/postgresql12-plperl/Makefile b/databases/postgresql12-plperl/Makefile index 8ffefdc59bc..d919192b8e6 100644 --- a/databases/postgresql12-plperl/Makefile +++ b/databases/postgresql12-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.11 2021/04/21 11:41:16 adam Exp $ +#$ $NetBSD: Makefile,v 1.12 2021/05/18 11:56:19 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server diff --git a/databases/postgresql12-plpython/Makefile b/databases/postgresql12-plpython/Makefile index 55c526f28f8..c740c699afb 100644 --- a/databases/postgresql12-plpython/Makefile +++ b/databases/postgresql12-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2021/04/21 11:41:16 adam Exp $ +# $NetBSD: Makefile,v 1.14 2021/05/18 11:56:19 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server diff --git a/databases/postgresql12-pltcl/Makefile b/databases/postgresql12-pltcl/Makefile index 5fd2e2c37dd..b463b1abcf0 100644 --- a/databases/postgresql12-pltcl/Makefile +++ b/databases/postgresql12-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2021/04/21 11:41:16 adam Exp $ +# $NetBSD: Makefile,v 1.13 2021/05/18 11:56:19 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile index 5ad6cd98bad..3ee4b241aa9 100644 --- a/databases/postgresql12-server/Makefile +++ b/databases/postgresql12-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2021/04/21 11:41:17 adam Exp $ +# $NetBSD: Makefile,v 1.15 2021/05/18 11:56:19 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql12/Makefile b/databases/postgresql12/Makefile index 454e07c3530..1ded89224a0 100644 --- a/databases/postgresql12/Makefile +++ b/databases/postgresql12/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2021/04/21 11:41:16 adam Exp $ +# $NetBSD: Makefile,v 1.14 2021/05/18 11:56:18 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql12-client>=${PKGVERSION_NOREV}:../../databases/postgresql12-client diff --git a/databases/postgresql12/Makefile.common b/databases/postgresql12/Makefile.common index be027c50afd..6b8e607002d 100644 --- a/databases/postgresql12/Makefile.common +++ b/databases/postgresql12/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2021/05/07 06:58:56 nia Exp $ +# $NetBSD: Makefile.common,v 1.14 2021/05/18 11:56:18 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql12-pltcl/Makefile # used by databases/postgresql12-server/Makefile -DISTNAME= postgresql-12.6 +DISTNAME= postgresql-12.7 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql12/distinfo b/databases/postgresql12/distinfo index d2cdcbcdc0f..700ab90b5a6 100644 --- a/databases/postgresql12/distinfo +++ b/databases/postgresql12/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2021/03/18 15:04:54 adam Exp $ +$NetBSD: distinfo,v 1.9 2021/05/18 11:56:18 adam Exp $ -SHA1 (postgresql-12.6.tar.bz2) = 988d60b27a2dfefd37574cd2da2ce0b45a9ca207 -RMD160 (postgresql-12.6.tar.bz2) = 034ced8da6d4b56ea6e5450dc32156f41a3f2f98 -SHA512 (postgresql-12.6.tar.bz2) = 5742c9d861c53bbdd032972e63b706d24ccb39492474c446cf4edac235d57357f036e48727027819004177003c4328123148e3d767d2b3d7866a52f333f8d68d -Size (postgresql-12.6.tar.bz2) = 20771172 bytes +SHA1 (postgresql-12.7.tar.bz2) = e7071caed1f31a0b6d7579ea66e00342e8ebe146 +RMD160 (postgresql-12.7.tar.bz2) = 7a8e2a19b372076498782ae7f8285826d5f5fdc7 +SHA512 (postgresql-12.7.tar.bz2) = 47ca347df63a441e52e52442074e85d0ebd3a89f7eb037022c4690cbe88b21a6a959092a812b79bb30db47b5975a5d7908318c73b2685683d48b4789d4ae6a44 +Size (postgresql-12.7.tar.bz2) = 20819005 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd diff --git a/databases/postgresql13-client/Makefile b/databases/postgresql13-client/Makefile index 651e0b7651d..56700cf841f 100644 --- a/databases/postgresql13-client/Makefile +++ b/databases/postgresql13-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/04/21 11:41:17 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/05/18 11:56:19 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql13/Makefile.common" diff --git a/databases/postgresql13-client/PLIST b/databases/postgresql13-client/PLIST index fc78bdd4eac..ddfcec9f643 100644 --- a/databases/postgresql13-client/PLIST +++ b/databases/postgresql13-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/02/15 18:58:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/05/18 11:56:19 adam Exp $ bin/clusterdb bin/createdb bin/createuser @@ -1001,7 +1001,16 @@ ${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_test_fsync-13.mo ${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_test_timing-13.mo ${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/ecpg-13.mo ${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/ecpglib6-13.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/initdb-13.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pg_archivecleanup-13.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pg_checksums-13.mo ${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pg_config-13.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pg_controldata-13.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pg_ctl-13.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pg_resetwal-13.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pg_test_fsync-13.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pg_test_timing-13.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pgscripts-13.mo ${PLIST.nls}share/locale/ru/LC_MESSAGES/ecpg-13.mo ${PLIST.nls}share/locale/ru/LC_MESSAGES/ecpglib6-13.mo ${PLIST.nls}share/locale/ru/LC_MESSAGES/initdb-13.mo diff --git a/databases/postgresql13-contrib/Makefile b/databases/postgresql13-contrib/Makefile index 258908ecedb..fa10504a911 100644 --- a/databases/postgresql13-contrib/Makefile +++ b/databases/postgresql13-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/04/21 11:41:17 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/05/18 11:56:19 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql13/Makefile.common" diff --git a/databases/postgresql13-docs/Makefile b/databases/postgresql13-docs/Makefile index 2bd59458441..790fac5aa71 100644 --- a/databases/postgresql13-docs/Makefile +++ b/databases/postgresql13-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/04/21 11:41:17 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/05/18 11:56:20 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql13/Makefile.common" diff --git a/databases/postgresql13-docs/PLIST b/databases/postgresql13-docs/PLIST index 253d24d21b6..7c642cf2052 100644 --- a/databases/postgresql13-docs/PLIST +++ b/databases/postgresql13-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/02/15 18:58:40 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/05/18 11:56:20 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -309,8 +309,10 @@ share/doc/postgresql/html/app-pgconfig.html share/doc/postgresql/html/app-pgcontroldata.html share/doc/postgresql/html/app-pgdump.html share/doc/postgresql/html/app-pgreceivewal.html +share/doc/postgresql/html/app-pgreceivexlog.html share/doc/postgresql/html/app-pgrecvlogical.html share/doc/postgresql/html/app-pgresetwal.html +share/doc/postgresql/html/app-pgresetxlog.html share/doc/postgresql/html/app-pgrestore.html share/doc/postgresql/html/app-pgrewind.html share/doc/postgresql/html/app-pgverifybackup.html @@ -319,6 +321,7 @@ share/doc/postgresql/html/app-postmaster.html share/doc/postgresql/html/app-psql.html share/doc/postgresql/html/app-reindexdb.html share/doc/postgresql/html/app-vacuumdb.html +share/doc/postgresql/html/appendix-obsolete.html share/doc/postgresql/html/appendixes.html share/doc/postgresql/html/applevel-consistency.html share/doc/postgresql/html/arrays.html @@ -493,6 +496,7 @@ share/doc/postgresql/html/datetime-appendix.html share/doc/postgresql/html/datetime-config-files.html share/doc/postgresql/html/datetime-input-rules.html share/doc/postgresql/html/datetime-invalid-input.html +share/doc/postgresql/html/datetime-julian-dates.html share/doc/postgresql/html/datetime-keywords.html share/doc/postgresql/html/datetime-posix-timezone-specs.html share/doc/postgresql/html/datetime-units-history.html @@ -870,6 +874,7 @@ share/doc/postgresql/html/pgtrgm.html share/doc/postgresql/html/pgupgrade.html share/doc/postgresql/html/pgvisibility.html share/doc/postgresql/html/pgwaldump.html +share/doc/postgresql/html/pgxlogdump.html share/doc/postgresql/html/planner-optimizer.html share/doc/postgresql/html/planner-stats-details.html share/doc/postgresql/html/planner-stats-security.html @@ -951,6 +956,7 @@ share/doc/postgresql/html/queries.html share/doc/postgresql/html/query-path.html share/doc/postgresql/html/querytree.html share/doc/postgresql/html/rangetypes.html +share/doc/postgresql/html/recovery-config.html share/doc/postgresql/html/reference-client.html share/doc/postgresql/html/reference-server.html share/doc/postgresql/html/reference.html @@ -962,6 +968,7 @@ share/doc/postgresql/html/regress-variant.html share/doc/postgresql/html/regress.html share/doc/postgresql/html/release-13-1.html share/doc/postgresql/html/release-13-2.html +share/doc/postgresql/html/release-13-3.html share/doc/postgresql/html/release-13.html share/doc/postgresql/html/release-prior.html share/doc/postgresql/html/release.html diff --git a/databases/postgresql13-plperl/Makefile b/databases/postgresql13-plperl/Makefile index 122f240bc34..69aa875815d 100644 --- a/databases/postgresql13-plperl/Makefile +++ b/databases/postgresql13-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.6 2021/04/21 11:41:17 adam Exp $ +#$ $NetBSD: Makefile,v 1.7 2021/05/18 11:56:20 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server diff --git a/databases/postgresql13-plpython/Makefile b/databases/postgresql13-plpython/Makefile index d27f94dce99..f4a3ad053ec 100644 --- a/databases/postgresql13-plpython/Makefile +++ b/databases/postgresql13-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/04/21 11:41:17 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/05/18 11:56:20 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server diff --git a/databases/postgresql13-pltcl/Makefile b/databases/postgresql13-pltcl/Makefile index d8a17c7a721..eb865534b81 100644 --- a/databases/postgresql13-pltcl/Makefile +++ b/databases/postgresql13-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/04/21 11:41:17 adam Exp $ +# $NetBSD: Makefile,v 1.7 2021/05/18 11:56:20 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server diff --git a/databases/postgresql13-pltcl/PLIST b/databases/postgresql13-pltcl/PLIST index 5ef4749ba23..654b758c13f 100644 --- a/databases/postgresql13-pltcl/PLIST +++ b/databases/postgresql13-pltcl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2020/10/18 09:24:03 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/05/18 11:56:20 adam Exp $ lib/postgresql/pltcl.so ${PLIST.nls}share/locale/cs/LC_MESSAGES/pltcl-13.mo ${PLIST.nls}share/locale/de/LC_MESSAGES/pltcl-13.mo @@ -8,6 +8,7 @@ ${PLIST.nls}share/locale/it/LC_MESSAGES/pltcl-13.mo ${PLIST.nls}share/locale/ja/LC_MESSAGES/pltcl-13.mo ${PLIST.nls}share/locale/ko/LC_MESSAGES/pltcl-13.mo ${PLIST.nls}share/locale/pl/LC_MESSAGES/pltcl-13.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/pltcl-13.mo ${PLIST.nls}share/locale/ru/LC_MESSAGES/pltcl-13.mo ${PLIST.nls}share/locale/sv/LC_MESSAGES/pltcl-13.mo ${PLIST.nls}share/locale/tr/LC_MESSAGES/pltcl-13.mo diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile index 44bcbea1cfd..23c2565cb5e 100644 --- a/databases/postgresql13-server/Makefile +++ b/databases/postgresql13-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/04/21 11:41:17 adam Exp $ +# $NetBSD: Makefile,v 1.7 2021/05/18 11:56:20 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql13/Makefile b/databases/postgresql13/Makefile index c8db4d1ad2a..88a948ce338 100644 --- a/databases/postgresql13/Makefile +++ b/databases/postgresql13/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/04/21 11:41:17 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/05/18 11:56:19 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql13-client>=${PKGVERSION_NOREV}:../../databases/postgresql13-client diff --git a/databases/postgresql13/Makefile.common b/databases/postgresql13/Makefile.common index 77a459f48e8..755006b8116 100644 --- a/databases/postgresql13/Makefile.common +++ b/databases/postgresql13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2021/05/07 06:58:56 nia Exp $ +# $NetBSD: Makefile.common,v 1.7 2021/05/18 11:56:19 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql13-pltcl/Makefile # used by databases/postgresql13-server/Makefile -DISTNAME= postgresql-13.2 +DISTNAME= postgresql-13.3 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql13/distinfo b/databases/postgresql13/distinfo index be53fe0466b..66eba557d04 100644 --- a/databases/postgresql13/distinfo +++ b/databases/postgresql13/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2021/03/18 15:04:55 adam Exp $ +$NetBSD: distinfo,v 1.5 2021/05/18 11:56:19 adam Exp $ -SHA1 (postgresql-13.2.tar.bz2) = fc40c06ee7f2fd5f4ee5af88c8502f06a44c8698 -RMD160 (postgresql-13.2.tar.bz2) = 834069b800e8dcad67c5472dc23bc126e8c411fc -SHA512 (postgresql-13.2.tar.bz2) = 6d93cbae8de8637deeccd851fb676a12015e8e1efa6be2424f506f232db535c54b974b11f47ed4578575f90f6de1947b1647f399794b4ec242838efd4c5b2bce -Size (postgresql-13.2.tar.bz2) = 21057276 bytes +SHA1 (postgresql-13.3.tar.bz2) = 7a775f95367613ed5f7e4cd632586f9628475a92 +RMD160 (postgresql-13.3.tar.bz2) = 40e9645e8c1cd2776daaa70fa54ea62024d34527 +SHA512 (postgresql-13.3.tar.bz2) = 1560cc766982a9ea9d33c77835b20e33e11b03acb77fc75d905c565883935a7dbcd27b9b2ab6a0ecdb815261f7c259865cb3dac85c10a3181c3fcaeb4d28bf60 +Size (postgresql-13.3.tar.bz2) = 21119109 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9 diff --git a/databases/postgresql95-client/Makefile b/databases/postgresql95-client/Makefile index cac851020d4..b0a064fbb1e 100644 --- a/databases/postgresql95-client/Makefile +++ b/databases/postgresql95-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2021/04/21 11:41:18 adam Exp $ +# $NetBSD: Makefile,v 1.21 2021/05/18 11:56:20 adam Exp $ PKGNAME= ${DISTNAME:S/-/95-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql95/Makefile.common" diff --git a/databases/postgresql95-contrib/Makefile b/databases/postgresql95-contrib/Makefile index ce35a30cae7..c3a6c3b61b7 100644 --- a/databases/postgresql95-contrib/Makefile +++ b/databases/postgresql95-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/04/21 11:41:18 adam Exp $ +# $NetBSD: Makefile,v 1.19 2021/05/18 11:56:20 adam Exp $ PKGNAME= ${DISTNAME:S/-/95-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql95/Makefile.common" diff --git a/databases/postgresql95-docs/Makefile b/databases/postgresql95-docs/Makefile index 58f1a600d0d..e7b6b85505d 100644 --- a/databases/postgresql95-docs/Makefile +++ b/databases/postgresql95-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2021/04/21 11:41:18 adam Exp $ +# $NetBSD: Makefile,v 1.13 2021/05/18 11:56:20 adam Exp $ PKGNAME= ${DISTNAME:S/-/95-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql95/Makefile.common" diff --git a/databases/postgresql95-plperl/Makefile b/databases/postgresql95-plperl/Makefile index 55dd8ed4bb2..42ba2d4b8e2 100644 --- a/databases/postgresql95-plperl/Makefile +++ b/databases/postgresql95-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.17 2021/04/21 11:41:18 adam Exp $ +#$ $NetBSD: Makefile,v 1.18 2021/05/18 11:56:21 adam Exp $ PKGNAME= ${DISTNAME:S/-/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 f2d936e1467..669a426dfb7 100644 --- a/databases/postgresql95-plpython/Makefile +++ b/databases/postgresql95-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/04/21 11:41:18 adam Exp $ +# $NetBSD: Makefile,v 1.20 2021/05/18 11:56:21 adam Exp $ PKGNAME= ${DISTNAME:S/-/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 b2a0cce8808..2d07d69c60a 100644 --- a/databases/postgresql95-pltcl/Makefile +++ b/databases/postgresql95-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/04/21 11:41:18 adam Exp $ +# $NetBSD: Makefile,v 1.17 2021/05/18 11:56:21 adam Exp $ PKGNAME= ${DISTNAME:S/-/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-server/Makefile b/databases/postgresql95-server/Makefile index 6e3cac42efe..3c1a287fec6 100644 --- a/databases/postgresql95-server/Makefile +++ b/databases/postgresql95-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/04/21 11:41:18 adam Exp $ +# $NetBSD: Makefile,v 1.20 2021/05/18 11:56:21 adam Exp $ PKGNAME= ${DISTNAME:S/-/95-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql95/Makefile b/databases/postgresql95/Makefile index c196345d3e2..2d1ee6938bc 100644 --- a/databases/postgresql95/Makefile +++ b/databases/postgresql95/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/04/21 11:41:18 adam Exp $ +# $NetBSD: Makefile,v 1.16 2021/05/18 11:56:20 adam Exp $ PKGNAME= ${DISTNAME:S/-/95-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql95-client>=${PKGVERSION_NOREV}:../../databases/postgresql95-client diff --git a/databases/postgresql96-client/Makefile b/databases/postgresql96-client/Makefile index 89ff5a9f9fc..2dbbaf68e3d 100644 --- a/databases/postgresql96-client/Makefile +++ b/databases/postgresql96-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/04/21 11:41:19 adam Exp $ +# $NetBSD: Makefile,v 1.20 2021/05/18 11:56:21 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql96/Makefile.common" diff --git a/databases/postgresql96-contrib/Makefile b/databases/postgresql96-contrib/Makefile index 2ae727130f4..94f0123260d 100644 --- a/databases/postgresql96-contrib/Makefile +++ b/databases/postgresql96-contrib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/04/21 11:41:19 adam Exp $ +# $NetBSD: Makefile,v 1.19 2021/05/18 11:56:21 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql96/Makefile.common" diff --git a/databases/postgresql96-docs/Makefile b/databases/postgresql96-docs/Makefile index 4ee26f96208..3029f9ce4b5 100644 --- a/databases/postgresql96-docs/Makefile +++ b/databases/postgresql96-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/04/21 11:41:19 adam Exp $ +# $NetBSD: Makefile,v 1.11 2021/05/18 11:56:21 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql96/Makefile.common" diff --git a/databases/postgresql96-docs/PLIST b/databases/postgresql96-docs/PLIST index 1175d1a8352..3fa744b1045 100644 --- a/databases/postgresql96-docs/PLIST +++ b/databases/postgresql96-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2021/02/15 18:58:42 adam Exp $ +@comment $NetBSD: PLIST,v 1.22 2021/05/18 11:56:21 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -444,6 +444,7 @@ share/doc/postgresql/html/datetime-appendix.html share/doc/postgresql/html/datetime-config-files.html share/doc/postgresql/html/datetime-input-rules.html share/doc/postgresql/html/datetime-invalid-input.html +share/doc/postgresql/html/datetime-julian-dates.html share/doc/postgresql/html/datetime-keywords.html share/doc/postgresql/html/datetime-posix-timezone-specs.html share/doc/postgresql/html/datetime-units-history.html @@ -896,6 +897,7 @@ share/doc/postgresql/html/release-9-6-19.html share/doc/postgresql/html/release-9-6-2.html share/doc/postgresql/html/release-9-6-20.html share/doc/postgresql/html/release-9-6-21.html +share/doc/postgresql/html/release-9-6-22.html share/doc/postgresql/html/release-9-6-3.html share/doc/postgresql/html/release-9-6-4.html share/doc/postgresql/html/release-9-6-5.html diff --git a/databases/postgresql96-plperl/Makefile b/databases/postgresql96-plperl/Makefile index 51e7fb74d42..66869a0a435 100644 --- a/databases/postgresql96-plperl/Makefile +++ b/databases/postgresql96-plperl/Makefile @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.13 2021/04/21 11:41:19 adam Exp $ +#$ $NetBSD: Makefile,v 1.14 2021/05/18 11:56:22 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server diff --git a/databases/postgresql96-plpython/Makefile b/databases/postgresql96-plpython/Makefile index 4194f8b4736..226498e9b76 100644 --- a/databases/postgresql96-plpython/Makefile +++ b/databases/postgresql96-plpython/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/04/21 11:41:19 adam Exp $ +# $NetBSD: Makefile,v 1.18 2021/05/18 11:56:22 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server diff --git a/databases/postgresql96-pltcl/Makefile b/databases/postgresql96-pltcl/Makefile index f1b96df1aa6..ce09de0446a 100644 --- a/databases/postgresql96-pltcl/Makefile +++ b/databases/postgresql96-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2021/04/21 11:41:19 adam Exp $ +# $NetBSD: Makefile,v 1.15 2021/05/18 11:56:22 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server diff --git a/databases/postgresql96-server/Makefile b/databases/postgresql96-server/Makefile index b92e70c6991..6522fdbbc45 100644 --- a/databases/postgresql96-server/Makefile +++ b/databases/postgresql96-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/04/21 11:41:19 adam Exp $ +# $NetBSD: Makefile,v 1.17 2021/05/18 11:56:22 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation diff --git a/databases/postgresql96/Makefile b/databases/postgresql96/Makefile index 0581befa9fa..6e64088b0d0 100644 --- a/databases/postgresql96/Makefile +++ b/databases/postgresql96/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/04/21 11:41:18 adam Exp $ +# $NetBSD: Makefile,v 1.12 2021/05/18 11:56:21 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql96-client>=${PKGVERSION_NOREV}:../../databases/postgresql96-client diff --git a/databases/postgresql96/Makefile.common b/databases/postgresql96/Makefile.common index 19b94473c08..ac35bc7cc5c 100644 --- a/databases/postgresql96/Makefile.common +++ b/databases/postgresql96/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2021/05/07 06:58:56 nia Exp $ +# $NetBSD: Makefile.common,v 1.33 2021/05/18 11:56:21 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql96-pltcl/Makefile # used by databases/postgresql96-server/Makefile -DISTNAME= postgresql-9.6.21 +DISTNAME= postgresql-9.6.22 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql96/distinfo b/databases/postgresql96/distinfo index a2fef6b2337..70cc83930c3 100644 --- a/databases/postgresql96/distinfo +++ b/databases/postgresql96/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.24 2021/03/18 15:04:56 adam Exp $ +$NetBSD: distinfo,v 1.25 2021/05/18 11:56:21 adam Exp $ -SHA1 (postgresql-9.6.21.tar.bz2) = e24333824d361968958613f546ae06011d9d1dfc -RMD160 (postgresql-9.6.21.tar.bz2) = a8352cb850f0168ae3c42a33dc0191b71d74a966 -SHA512 (postgresql-9.6.21.tar.bz2) = 6fba42171cbe4ec24ed250c32cc8f35be70ddfbc6d1ef0df733bbd094b29174ef198db351f6679a26170effe1fed44269dbe9dbdd619bb18be87f5b539f74475 -Size (postgresql-9.6.21.tar.bz2) = 18990266 bytes +SHA1 (postgresql-9.6.22.tar.bz2) = e56f90d8c25443d61c09226c011ae53eaff58bd8 +RMD160 (postgresql-9.6.22.tar.bz2) = 061b411626270ecdb68c2459bd837433bbe9c850 +SHA512 (postgresql-9.6.22.tar.bz2) = 371f85f2d02a8a3b888396440149e9b432f91e106a7feb8a163b275a0586843683124281a0965abf3c1215cb68e2002976913f88c75e35e52ac5f78d4145fd7b +Size (postgresql-9.6.22.tar.bz2) = 19003741 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24 |