Hi,

Small diff to update PostgreSQL to it's latest stable version.
Release note here: https://www.postgresql.org/about/news/1733/

Comments, ok ?

Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.221
diff -u -p -u -p -r1.221 Makefile
--- Makefile	26 Dec 2016 13:56:04 -0000	1.221
+++ Makefile	9 Feb 2017 15:47:02 -0000
@@ -10,8 +10,7 @@ COMMENT-pg_upgrade=Support for upgrading
 # DO NOT FORGET to also change the @ask-update entry in pkg/PLIST-server
 # in case a dump before / restore after pkg_add -u is required!
 
-VERSION=	9.6.1
-REVISION=	0
+VERSION=	9.6.2
 DISTNAME=	postgresql-${VERSION}
 PKGNAME-main=	postgresql-client-${VERSION}
 PKGNAME-server=	postgresql-server-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.64
diff -u -p -u -p -r1.64 distinfo
--- distinfo	18 Dec 2016 18:18:27 -0000	1.64
+++ distinfo	9 Feb 2017 15:47:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-9.6.1.tar.gz) = uFJ12obiOYFZGGXOGE6lkR93UGiIIVszSSm4GOtr+2E=
-SIZE (postgresql-9.6.1.tar.gz) = 25172850
+SHA256 (postgresql-9.6.2.tar.gz) = poVgmZWb//fPCImw5jew8EZC6Knoy/o/klVaA+87JEg=
+SIZE (postgresql-9.6.2.tar.gz) = 25450827
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.76
diff -u -p -u -p -r1.76 PLIST-docs
--- pkg/PLIST-docs	18 Dec 2016 18:18:27 -0000	1.76
+++ pkg/PLIST-docs	9 Feb 2017 15:47:02 -0000
@@ -215,6 +215,7 @@ share/doc/postgresql/html/disk-usage.htm
 share/doc/postgresql/html/diskusage.html
 share/doc/postgresql/html/dml-delete.html
 share/doc/postgresql/html/dml-insert.html
+share/doc/postgresql/html/dml-returning.html
 share/doc/postgresql/html/dml-update.html
 share/doc/postgresql/html/dml.html
 share/doc/postgresql/html/docguide-authoring.html
@@ -899,6 +900,7 @@ share/doc/postgresql/html/release-9-2-17
 share/doc/postgresql/html/release-9-2-18.html
 share/doc/postgresql/html/release-9-2-19.html
 share/doc/postgresql/html/release-9-2-2.html
+share/doc/postgresql/html/release-9-2-20.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
@@ -914,6 +916,7 @@ share/doc/postgresql/html/release-9-3-12
 share/doc/postgresql/html/release-9-3-13.html
 share/doc/postgresql/html/release-9-3-14.html
 share/doc/postgresql/html/release-9-3-15.html
+share/doc/postgresql/html/release-9-3-16.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
@@ -925,6 +928,7 @@ share/doc/postgresql/html/release-9-3-9.
 share/doc/postgresql/html/release-9-3.html
 share/doc/postgresql/html/release-9-4-1.html
 share/doc/postgresql/html/release-9-4-10.html
+share/doc/postgresql/html/release-9-4-11.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
@@ -939,8 +943,10 @@ share/doc/postgresql/html/release-9-5-2.
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html
 share/doc/postgresql/html/release-9-5-5.html
+share/doc/postgresql/html/release-9-5-6.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.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html

Reply via email to