PostgreSQL 12.0 was released today. Here's a diff to update to it.
Tested briefly on amd64, no issues noted.
Unless another kind soul takes care of it first, I will be working
on updating the rest of the ports tree to work with PostgreSQL 12
during p2k19.
Thanks,
Jeremy
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.256
diff -u -p -r1.256 Makefile
--- Makefile 27 Aug 2019 19:49:46 -0000 1.256
+++ Makefile 3 Oct 2019 15:57:30 -0000
@@ -7,9 +7,8 @@ COMMENT-contrib=PostgreSQL RDBMS contrib
COMMENT-plpython=Python procedural language for PostgreSQL
COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
-VERSION= 11.5
-PREV_MAJOR= 10
-REVISION-server=0
+VERSION= 12.0
+PREV_MAJOR= 11
DISTNAME= postgresql-${VERSION}
PKGNAME-main= postgresql-client-${VERSION}
PKGNAME-server= postgresql-server-${VERSION}
@@ -20,10 +19,10 @@ PKGNAME-pg_upgrade=postgresql-pg_upgrade
CATEGORIES= databases
-SHARED_LIBS= ecpg 7.9 \
- ecpg_compat 4.9 \
- pgtypes 4.8 \
- pq 6.10
+SHARED_LIBS= ecpg 7.10 \
+ ecpg_compat 4.10 \
+ pgtypes 4.9 \
+ pq 6.11
HOMEPAGE= http://www.postgresql.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.80
diff -u -p -r1.80 distinfo
--- distinfo 12 Aug 2019 16:40:40 -0000 1.80
+++ distinfo 3 Oct 2019 15:13:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-11.5.tar.gz) = 9jmvD4w/HkcOQcgQjL2upYNrJzjK3UIhNaoqD+vIrng=
-SIZE (postgresql-11.5.tar.gz) = 25940612
+SHA256 (postgresql-12.0.tar.gz) = FcfyZ7R212THlAHX9h85x2IiMUlR935ok6WFTbJrZhY=
+SIZE (postgresql-12.0.tar.gz) = 26393892
Index: patches/patch-src_bin_scripts_vacuumdb_c
===================================================================
RCS file: /cvs/ports/databases/postgresql/patches/patch-src_bin_scripts_vacuumdb_c,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_bin_scripts_vacuumdb_c
--- patches/patch-src_bin_scripts_vacuumdb_c 13 Nov 2017 17:17:30 -0000 1.2
+++ patches/patch-src_bin_scripts_vacuumdb_c 2 Oct 2019 15:53:06 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-src_bin_scripts_vacuumdb
Index: src/bin/scripts/vacuumdb.c
--- src/bin/scripts/vacuumdb.c.orig
+++ src/bin/scripts/vacuumdb.c
-@@ -10,6 +10,8 @@
- *-------------------------------------------------------------------------
- */
+@@ -14,6 +14,8 @@
+ #define FD_SETSIZE 1024 /* must set before winsock2.h is included */
+
No comments:
Post a Comment