Hello,

Small diff to update PostgreSQL to it's latest version : 12.3
Same diff applies for -stable too.
Tested on @amd64

Comments, ok?

Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.261
diff -u -p -u -p -r1.261 Makefile
--- Makefile	18 Feb 2020 15:27:03 -0000	1.261
+++ Makefile	26 May 2020 07:48:43 -0000
@@ -7,7 +7,7 @@ COMMENT-contrib=PostgreSQL RDBMS contrib
 COMMENT-plpython=Python procedural language for PostgreSQL
 COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
 
-VERSION=	12.2
+VERSION=	12.3
 PREV_MAJOR=	11
 DISTNAME=	postgresql-${VERSION}
 PKGNAME-main=	postgresql-client-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.83
diff -u -p -u -p -r1.83 distinfo
--- distinfo	18 Feb 2020 15:27:03 -0000	1.83
+++ distinfo	26 May 2020 07:48:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-12.2.tar.gz) = iAhElETumwhgVKbc+/uYAp5PgCI3LC7fPeW22PQXyOQ=
-SIZE (postgresql-12.2.tar.gz) = 26669211
+SHA256 (postgresql-12.3.tar.gz) = cI/VsyqXV3Z508E4JMYzk2+IanM/xVq1qSQLYVoQX1A=
+SIZE (postgresql-12.3.tar.gz) = 26791694
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.95
diff -u -p -u -p -r1.95 PLIST-docs
--- pkg/PLIST-docs	18 Feb 2020 15:27:03 -0000	1.95
+++ pkg/PLIST-docs	26 May 2020 07:48:43 -0000
@@ -676,6 +676,7 @@ share/doc/postgresql/html/regress-varian
 share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-12-1.html
 share/doc/postgresql/html/release-12-2.html
+share/doc/postgresql/html/release-12-3.html
 share/doc/postgresql/html/release-12.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Reply via email to