Hi,

Like in my previous mail, this is an update for PostgreSQL.
Same version (9.6.5) but with the patch for plperl.

Comments, ok ?

Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.223.2.2
diff -u -p -u -p -r1.223.2.2 Makefile
--- Makefile	16 Aug 2017 13:44:27 -0000	1.223.2.2
+++ Makefile	13 Sep 2017 14:12:45 -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=	9.6.4
+VERSION=	9.6.5
 PREV_MAJOR=	9.5
 DISTNAME=	postgresql-${VERSION}
 PKGNAME-main=	postgresql-client-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.65.2.2
diff -u -p -u -p -r1.65.2.2 distinfo
--- distinfo	16 Aug 2017 13:44:27 -0000	1.65.2.2
+++ distinfo	13 Sep 2017 14:12:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-9.6.4.tar.gz) = rlx+IgvUvaTF9rD6lgG0+c1XvvhLEAI2HhmSMUgLz9A=
-SIZE (postgresql-9.6.4.tar.gz) = 25636545
+SHA256 (postgresql-9.6.5.tar.gz) = eelgXTIbVFsu2d8Yrf0uUslQ3JNGtl6VJ/EXExYn3Ao=
+SIZE (postgresql-9.6.5.tar.gz) = 25652523
Index: patches/patch-src_pl_plperl_GNUmakefile
===================================================================
RCS file: patches/patch-src_pl_plperl_GNUmakefile
diff -N patches/patch-src_pl_plperl_GNUmakefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_pl_plperl_GNUmakefile	13 Sep 2017 14:12:45 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: src/pl/plperl/GNUmakefile
+--- src/pl/plperl/GNUmakefile.orig
++++ src/pl/plperl/GNUmakefile
+@@ -16,7 +16,7 @@ endif
+ # probably because it sometimes contains some header files with names
+ # that clash with some of ours, or with some that we include, notably on
+ # Windows.
+-override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS) $(perl_embed_ccflags) -I$(perl_archlibexp)/CORE
++override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS) $(perl_embed_ccflags) -I$(perl_archlibexp)/CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME
+ 
+ rpathdir = $(perl_archlibexp)/CORE
+ 
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.77.2.2
diff -u -p -u -p -r1.77.2.2 PLIST-docs
--- pkg/PLIST-docs	16 Aug 2017 13:44:27 -0000	1.77.2.2
+++ pkg/PLIST-docs	13 Sep 2017 14:12:45 -0000
@@ -904,6 +904,7 @@ share/doc/postgresql/html/release-9-2-2.
 share/doc/postgresql/html/release-9-2-20.html
 share/doc/postgresql/html/release-9-2-21.html
 share/doc/postgresql/html/release-9-2-22.html
+share/doc/postgresql/html/release-9-2-23.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
 share/doc/postgresql/html/release-9-2-5.html
@@ -922,6 +923,7 @@ share/doc/postgresql/html/release-9-3-15
 share/doc/postgresql/html/release-9-3-16.html
 share/doc/postgresql/html/release-9-3-17.html
 share/doc/postgresql/html/release-9-3-18.html
+share/doc/postgresql/html/release-9-3-19.html
 share/doc/postgresql/html/release-9-3-2.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
@@ -936,6 +938,7 @@ share/doc/postgresql/html/release-9-4-10
 share/doc/postgresql/html/release-9-4-11.html
 share/doc/postgresql/html/release-9-4-12.html
 share/doc/postgresql/html/release-9-4-13.html
+share/doc/postgresql/html/release-9-4-14.html
 share/doc/postgresql/html/release-9-4-2.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html
@@ -953,11 +956,13 @@ share/doc/postgresql/html/release-9-5-5.
 share/doc/postgresql/html/release-9-5-6.html
 share/doc/postgresql/html/release-9-5-7.html
 share/doc/postgresql/html/release-9-5-8.html
+share/doc/postgresql/html/release-9-5-9.html
 share/doc/postgresql/html/release-9-5.html
 share/doc/postgresql/html/release-9-6-1.html
 share/doc/postgresql/html/release-9-6-2.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
 share/doc/postgresql/html/release-9-6.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html

Reply via email to