Hello,

Small diff to upgrade PostgreSQL to it's latest version.
Tested on @amd64.

Comments, ok ?
Regards
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.263
diff -u -p -u -p -r1.263 Makefile
--- Makefile	14 Jun 2020 10:19:46 -0000	1.263
+++ Makefile	13 Aug 2020 15:54:55 -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.3
+VERSION=	12.4
 PREV_MAJOR=	11
 DISTNAME=	postgresql-${VERSION}
 PKGNAME-main=	postgresql-client-${VERSION}
@@ -17,7 +17,6 @@ PKGNAME-contrib=postgresql-contrib-${VER
 PKGNAME-plpython=postgresql-plpython-${VERSION}
 PKGNAME-pg_upgrade=postgresql-pg_upgrade-${VERSION}
 
-REVISION-server =0
 
 CATEGORIES=	databases
 SHARED_LIBS=	ecpg		7.10 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.84
diff -u -p -u -p -r1.84 distinfo
--- distinfo	2 Jun 2020 14:30:33 -0000	1.84
+++ distinfo	13 Aug 2020 15:54:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-12.3.tar.gz) = cI/VsyqXV3Z508E4JMYzk2+IanM/xVq1qSQLYVoQX1A=
-SIZE (postgresql-12.3.tar.gz) = 26791694
+SHA256 (postgresql-12.4.tar.gz) = l0m4kbnY+YQxL+UQp6NhMDUTTO4eY0eT2sVWjR4aWFI=
+SIZE (postgresql-12.4.tar.gz) = 27070070
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.96
diff -u -p -u -p -r1.96 PLIST-docs
--- pkg/PLIST-docs	2 Jun 2020 14:30:33 -0000	1.96
+++ pkg/PLIST-docs	13 Aug 2020 15:54:55 -0000
@@ -209,6 +209,7 @@ share/doc/postgresql/html/datetime-confi
 share/doc/postgresql/html/datetime-input-rules.html
 share/doc/postgresql/html/datetime-invalid-input.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
 share/doc/postgresql/html/dblink.html
 share/doc/postgresql/html/ddl-alter.html
@@ -677,6 +678,7 @@ 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-4.html
 share/doc/postgresql/html/release-12.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html
Index: pkg/PLIST-server
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-server,v
retrieving revision 1.39
diff -u -p -u -p -r1.39 PLIST-server
--- pkg/PLIST-server	6 Feb 2020 00:36:12 -0000	1.39
+++ pkg/PLIST-server	13 Aug 2020 15:54:55 -0000
@@ -284,6 +284,7 @@ include/postgresql/server/commands/view.
 include/postgresql/server/common/
 include/postgresql/server/common/base64.h
 include/postgresql/server/common/config_info.h
+include/postgresql/server/common/connect.h
 include/postgresql/server/common/controldata_utils.h
 include/postgresql/server/common/fe_memutils.h
 include/postgresql/server/common/file_perm.h

Reply via email to