This updates PostgreSQL to the most recent release.

Release notes at
https://www.postgresql.org/about/news/postgresql-142-136-1210-1115-and-1020-released-2402/

Briefly tested on amd64.  OKs?

A -stable update to 13.6 will follow after this is committed.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.281
diff -u -p -r1.281 Makefile
--- Makefile    4 Feb 2022 23:29:30 -0000       1.281
+++ Makefile    10 Feb 2022 15:18:09 -0000
@@ -7,11 +7,10 @@ COMMENT-contrib=PostgreSQL RDBMS contrib
 COMMENT-plpython=Python procedural language for PostgreSQL
 COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
 
-VERSION=       14.1
+VERSION=       14.2
 PREV_MAJOR=    13
 DISTNAME=      postgresql-${VERSION}
 PKGNAME-main=  postgresql-client-${VERSION}
-REVISION-main= 0
 
 DPB_PROPERTIES=        parallel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.91
diff -u -p -r1.91 distinfo
--- distinfo    13 Jan 2022 15:59:34 -0000      1.91
+++ distinfo    10 Feb 2022 15:18:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-14.1.tar.gz) = spAwUl4TFNZ29B5gB6ltRIm6DQP6k+Z7R3wdU4Z5DI8=
-SIZE (postgresql-14.1.tar.gz) = 28666442
+SHA256 (postgresql-14.2.tar.gz) = k00SLrq9bc4+CZN9yZWFh23QiZJb5aIw2v0URawZWHg=
+SIZE (postgresql-14.2.tar.gz) = 28794023
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.103
diff -u -p -r1.103 PLIST-docs
--- pkg/PLIST-docs      13 Jan 2022 15:59:34 -0000      1.103
+++ pkg/PLIST-docs      10 Feb 2022 15:56:39 -0000
@@ -704,6 +704,7 @@ share/doc/postgresql/html/regress-tap.ht
 share/doc/postgresql/html/regress-variant.html
 share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-14-1.html
+share/doc/postgresql/html/release-14-2.html
 share/doc/postgresql/html/release-14.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Reply via email to