Date: Fri, 28 Jun 2019 07:41:20 +0200 From: Piotr Kubaj <pkubaj@anongoth.pl> To: Palle Girgensohn <girgen@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r505245 - in head/databases: postgresql10-client postgresql10-contrib postgresql10-pgtcl postgresql10-server postgresql11-client postgresql11-server postgresql94-server postgresql95-cli... Message-ID: <20190628054120.GC68048@ThinkPad-X200.g.anongoth.pl> In-Reply-To: <201906272128.x5RLS0Uv072609@repo.freebsd.org> References: <201906272128.x5RLS0Uv072609@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--nQrXPiNeZrhDLYDg Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This commit message makes it seem like there's a port with PSQL 12 already,= which apparently isn't the case. On 19-06-27 21:28:00, Palle Girgensohn wrote: >Author: girgen >Date: Thu Jun 27 21:28:00 2019 >New Revision: 505245 >URL: https://svnweb.freebsd.org/changeset/ports/505245 > >Log: > Upgrade PostgreSQL to latest version > > The PostgreSQL Global Development Group has released an update to all su= pported > versions of our database system, including 11.4, 10.9, 9.6.14, 9.5.18, a= nd > 9.4.23, as well as the second beta of PostgreSQL 12. This release fixes = one > security issue and over 25 bugs since the previous cumulative update in = May. > > This release is made outside of the normal update release schedule as the > security vulnerability was determined to be critical enough to distribut= e the > fix as quickly as possible. Users who are running PostgreSQL 10, Postgre= SQL 11, > or the PostgreSQL 12 beta should upgrade as soon as possible. > > All other users should plan to apply this update at the next scheduled > downtime. > > Release notes: https://www.postgresql.org/about/news/1949/ > Security: 245629d4-991e-11e9-82aa-6cc21735f730 > >Modified: > head/databases/postgresql10-client/Makefile > head/databases/postgresql10-contrib/Makefile > head/databases/postgresql10-pgtcl/Makefile > head/databases/postgresql10-server/Makefile > head/databases/postgresql10-server/distinfo > head/databases/postgresql11-client/Makefile > head/databases/postgresql11-server/Makefile > head/databases/postgresql11-server/distinfo > head/databases/postgresql11-server/pkg-plist-server > head/databases/postgresql94-server/Makefile > head/databases/postgresql94-server/distinfo > head/databases/postgresql95-client/Makefile > head/databases/postgresql95-plperl/Makefile > head/databases/postgresql95-server/Makefile > head/databases/postgresql95-server/distinfo > head/databases/postgresql96-client/Makefile > head/databases/postgresql96-contrib/Makefile > head/databases/postgresql96-docs/Makefile > head/databases/postgresql96-pgtcl/Makefile > head/databases/postgresql96-pltcl/Makefile > head/databases/postgresql96-server/Makefile > head/databases/postgresql96-server/distinfo > >Modified: head/databases/postgresql10-client/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql10-client/Makefile Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql10-client/Makefile Thu Jun 27 21:28:00 2019 (= r505245) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME=3D postgresql >-PORTREVISION=3D 3 >+PORTREVISION=3D 0 > > COMMENT=3D PostgreSQL database (client) > > >Modified: head/databases/postgresql10-contrib/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql10-contrib/Makefile Thu Jun 27 21:05:55 2019 = (r505244) >+++ head/databases/postgresql10-contrib/Makefile Thu Jun 27 21:28:00 2019 = (r505245) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME=3D postgresql >-PORTREVISION=3D 2 >+PORTREVISION=3D 0 > CATEGORIES=3D databases > > MAINTAINER=3D pgsql@FreeBSD.org > >Modified: head/databases/postgresql10-pgtcl/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql10-pgtcl/Makefile Thu Jun 27 21:05:55 2019 (r= 505244) >+++ head/databases/postgresql10-pgtcl/Makefile Thu Jun 27 21:28:00 2019 (r= 505245) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION=3D 2 >+PORTREVISION=3D 0 > PKGNAMESUFFIX=3D -postgresql10 > > CONFLICTS=3D pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]* > >Modified: head/databases/postgresql10-server/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql10-server/Makefile Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql10-server/Makefile Thu Jun 27 21:28:00 2019 (= r505245) >@@ -1,7 +1,7 @@ > # Created by: Marc G. Fournier <scrappy@FreeBSD.org> > # $FreeBSD$ > >-DISTVERSION?=3D 10.8 >+DISTVERSION?=3D 10.9 > # PORTREVISION must be ?=3D otherwise, all slave ports get this PORTREVIS= ION and > # not their own. Probably best to keep it at ?=3D0 when reset here too. > PORTREVISION?=3D 0 > >Modified: head/databases/postgresql10-server/distinfo >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql10-server/distinfo Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql10-server/distinfo Thu Jun 27 21:28:00 2019 (= r505245) >@@ -1,3 +1,3 @@ >-TIMESTAMP =3D 1557217826 >-SHA256 (postgresql/postgresql-10.8.tar.bz2) =3D b198c2aadf1d68308127a0f5b= 51dbe798958ffe60dd999134f6495c489afcd5d >-SIZE (postgresql/postgresql-10.8.tar.bz2) =3D 18958913 >+TIMESTAMP =3D 1561409430 >+SHA256 (postgresql/postgresql-10.9.tar.bz2) =3D 958b317fb007e94f3bef7e2a6= 641875db8f7f9d73db9f283324f3d6e8f5b0f54 >+SIZE (postgresql/postgresql-10.9.tar.bz2) =3D 18981395 > >Modified: head/databases/postgresql11-client/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql11-client/Makefile Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql11-client/Makefile Thu Jun 27 21:28:00 2019 (= r505245) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME=3D postgresql >-PORTREVISION=3D 2 >+PORTREVISION=3D 0 > > COMMENT=3D PostgreSQL database (client) > > >Modified: head/databases/postgresql11-server/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql11-server/Makefile Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql11-server/Makefile Thu Jun 27 21:28:00 2019 (= r505245) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME?=3D postgresql >-DISTVERSION?=3D 11.3 >+DISTVERSION?=3D 11.4 > # PORTREVISION must be ?=3D otherwise, all slave ports get this PORTREVIS= ION and > # not their own. Probably best to keep it at ?=3D0 when reset here too. > PORTREVISION?=3D 0 > >Modified: head/databases/postgresql11-server/distinfo >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql11-server/distinfo Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql11-server/distinfo Thu Jun 27 21:28:00 2019 (= r505245) >@@ -1,3 +1,3 @@ >-TIMESTAMP =3D 1557217836 >-SHA256 (postgresql/postgresql-11.3.tar.bz2) =3D 2a85e082fc225944821dfd239= 90e32dfcd2284c19060864b0ad4ca537d30522d >-SIZE (postgresql/postgresql-11.3.tar.bz2) =3D 19718775 >+TIMESTAMP =3D 1561409449 >+SHA256 (postgresql/postgresql-11.4.tar.bz2) =3D 02802ddffd1590805beddd1e4= 64dd28a46a41a5f1e1df04bab4f46663195cc8b >+SIZE (postgresql/postgresql-11.4.tar.bz2) =3D 19759635 > >Modified: head/databases/postgresql11-server/pkg-plist-server >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql11-server/pkg-plist-server Thu Jun 27 21:05:5= 5 2019 (r505244) >+++ head/databases/postgresql11-server/pkg-plist-server Thu Jun 27 21:28:0= 0 2019 (r505245) >@@ -877,6 +877,7 @@ lib/libpgcommon.a > %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_fsync-11.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_timing-11.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_upgrade-11.mo >+%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_waldump-11.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-11.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-11.mo > %%DATADIR%%/snowball_create.sql > >Modified: head/databases/postgresql94-server/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql94-server/Makefile Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql94-server/Makefile Thu Jun 27 21:28:00 2019 (= r505245) >@@ -1,7 +1,7 @@ > # Created by: Marc G. Fournier <scrappy@FreeBSD.org> > # $FreeBSD$ > >-DISTVERSION?=3D 9.4.22 >+DISTVERSION?=3D 9.4.23 > # PORTREVISION must be ?=3D otherwise, all slave ports get this PORTREVIS= ION and > # not their own. Probably best to keep it at ?=3D0 when reset here too. > PORTREVISION?=3D 0 > >Modified: head/databases/postgresql94-server/distinfo >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql94-server/distinfo Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql94-server/distinfo Thu Jun 27 21:28:00 2019 (= r505245) >@@ -1,5 +1,5 @@ >-TIMESTAMP =3D 1557217847 >-SHA256 (postgresql/postgresql-9.4.22.tar.bz2) =3D d6aa4c2b9204e375545b984= 5b0e5957b34affff1783863a80a194f2b2833c66b >-SIZE (postgresql/postgresql-9.4.22.tar.bz2) =3D 16848787 >+TIMESTAMP =3D 1561409461 >+SHA256 (postgresql/postgresql-9.4.23.tar.bz2) =3D 0d009c08b0c82b12484950b= ba10ae8bfd6f0c7bafd8f086ab756c483dd231d9b >+SIZE (postgresql/postgresql-9.4.23.tar.bz2) =3D 16848808 > SHA256 (postgresql/pg-949-icu-2016-10-02.diff.gz) =3D 34612e685a79874db04= bc6b66c700bfc6412042840c532eef0da7832d1f70d43 > SIZE (postgresql/pg-949-icu-2016-10-02.diff.gz) =3D 5289 > >Modified: head/databases/postgresql95-client/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql95-client/Makefile Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql95-client/Makefile Thu Jun 27 21:28:00 2019 (= r505245) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME=3D postgresql >-PORTREVISION=3D 1 >+PORTREVISION=3D 0 > > COMMENT=3D PostgreSQL database (client) > > >Modified: head/databases/postgresql95-plperl/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql95-plperl/Makefile Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql95-plperl/Makefile Thu Jun 27 21:28:00 2019 (= r505245) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME=3D postgresql >-PORTREVISION=3D 1 >+PORTREVISION=3D 0 > CATEGORIES=3D databases perl5 > PKGNAMESUFFIX?=3D ${WANT_PGSQL_VER:S/.//}${COMPONENT} > > >Modified: head/databases/postgresql95-server/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql95-server/Makefile Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql95-server/Makefile Thu Jun 27 21:28:00 2019 (= r505245) >@@ -1,7 +1,7 @@ > # Created by: Marc G. Fournier <scrappy@FreeBSD.org> > # $FreeBSD$ > >-DISTVERSION?=3D 9.5.17 >+DISTVERSION?=3D 9.5.18 > # PORTREVISION must be ?=3D otherwise, all slave ports get this PORTREVIS= ION and > # not their own. Probably best to keep it at ?=3D0 when reset here too. > PORTREVISION?=3D 0 > >Modified: head/databases/postgresql95-server/distinfo >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql95-server/distinfo Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql95-server/distinfo Thu Jun 27 21:28:00 2019 (= r505245) >@@ -1,5 +1,5 @@ >-TIMESTAMP =3D 1557217857 >-SHA256 (postgresql/postgresql-9.5.17.tar.bz2) =3D 88f9e37a0069f2fd4442d1d= 0d5d811d3121cac685514435b0248d0674723f705 >-SIZE (postgresql/postgresql-9.5.17.tar.bz2) =3D 17563469 >+TIMESTAMP =3D 1561409472 >+SHA256 (postgresql/postgresql-9.5.18.tar.bz2) =3D dfc940487ed5acd5f657d6d= 02d53a18f9699888d4b0f820071e4564ed2f9f3dd >+SIZE (postgresql/postgresql-9.5.18.tar.bz2) =3D 17570161 > SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) =3D 5fa083ec38087d6a096= 1642208f012e902221270708b919b92e9eedaa755e365 > SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) =3D 5952 > >Modified: head/databases/postgresql96-client/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql96-client/Makefile Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql96-client/Makefile Thu Jun 27 21:28:00 2019 (= r505245) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME=3D postgresql >-PORTREVISION=3D 1 >+PORTREVISION=3D 0 > > COMMENT=3D PostgreSQL database (client) > > >Modified: head/databases/postgresql96-contrib/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql96-contrib/Makefile Thu Jun 27 21:05:55 2019 = (r505244) >+++ head/databases/postgresql96-contrib/Makefile Thu Jun 27 21:28:00 2019 = (r505245) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME=3D postgresql >-PORTREVISION=3D 1 >+PORTREVISION=3D 0 > CATEGORIES=3D databases > > MAINTAINER=3D pgsql@FreeBSD.org > >Modified: head/databases/postgresql96-docs/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql96-docs/Makefile Thu Jun 27 21:05:55 2019 (r5= 05244) >+++ head/databases/postgresql96-docs/Makefile Thu Jun 27 21:28:00 2019 (r5= 05245) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME=3D postgresql >-PORTREVISION=3D 1 >+PORTREVISION=3D 0 > PKGNAMESUFFIX?=3D ${WANT_PGSQL_VER:S,.,,}-docs > > MAINTAINER=3D pgsql@FreeBSD.org > >Modified: head/databases/postgresql96-pgtcl/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql96-pgtcl/Makefile Thu Jun 27 21:05:55 2019 (r= 505244) >+++ head/databases/postgresql96-pgtcl/Makefile Thu Jun 27 21:28:00 2019 (r= 505245) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION=3D 1 >+PORTREVISION=3D 0 > PKGNAMESUFFIX=3D -postgresql96 > > CONFLICTS=3D pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]* > >Modified: head/databases/postgresql96-pltcl/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql96-pltcl/Makefile Thu Jun 27 21:05:55 2019 (r= 505244) >+++ head/databases/postgresql96-pltcl/Makefile Thu Jun 27 21:28:00 2019 (r= 505245) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME=3D postgresql >-PORTREVISION=3D 1 >+PORTREVISION=3D 0 > CATEGORIES=3D databases tcl > PKGNAMESUFFIX?=3D ${WANT_PGSQL_VER:S/.//}${COMPONENT} > > >Modified: head/databases/postgresql96-server/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql96-server/Makefile Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql96-server/Makefile Thu Jun 27 21:28:00 2019 (= r505245) >@@ -1,7 +1,7 @@ > # Created by: Marc G. Fournier <scrappy@FreeBSD.org> > # $FreeBSD$ > >-DISTVERSION?=3D 9.6.13 >+DISTVERSION?=3D 9.6.14 > # PORTREVISION must be ?=3D otherwise, all slave ports get this PORTREVIS= ION and > # not their own. Probably best to keep it at ?=3D0 when reset here too. > PORTREVISION?=3D 0 > >Modified: head/databases/postgresql96-server/distinfo >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- head/databases/postgresql96-server/distinfo Thu Jun 27 21:05:55 2019 (= r505244) >+++ head/databases/postgresql96-server/distinfo Thu Jun 27 21:28:00 2019 (= r505245) >@@ -1,5 +1,5 @@ >-TIMESTAMP =3D 1557217617 >-SHA256 (postgresql/postgresql-9.6.13.tar.bz2) =3D ecbed20056296a65b6a4f55= 26c477e3ae5cc284cb01a15507785ddb23831e9a4 >-SIZE (postgresql/postgresql-9.6.13.tar.bz2) =3D 18767279 >+TIMESTAMP =3D 1561409286 >+SHA256 (postgresql/postgresql-9.6.14.tar.bz2) =3D 3f08c265c9ae814f7274614= 08ab24fdf3d954c4f7ae42d9c97b3c7e03fc31a22 >+SIZE (postgresql/postgresql-9.6.14.tar.bz2) =3D 18787744 > SHA256 (postgresql/pg-96b4-icu-2016-10-02.diff.gz) =3D 85f81baa0fc8f692bc= f802c8645196d9e3afdef4f760cef712d940b87655486e > SIZE (postgresql/pg-96b4-icu-2016-10-02.diff.gz) =3D 5998 > > >--=20 >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. > --nQrXPiNeZrhDLYDg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl0VqIBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEM5 Q0M4ODc4RDkyNDgyODg3M0IyOEEyQjdBNTk5Qjg1MjA4MzlDOUQACgkQelmbhSCD nJ2S0xAAtKYKWnPFZRhkIGYz2q/is7T0+fK+7I5BAeim7cRltbXhqImaIgIpLNoc L45qJ4nyUkoT6mcbE15vdS6Y6hVFwVjbon09C6GtUzorjezogu8xynpnlrtfkrW1 ap0WaK1c5ljM01dPolxGcOHNyBO0TQGWGePadICbVw5ZeYI5INMIDfhviYFUnxEq bGuZ2HvBZkDrAd714UdcaDTQm+J4n898a/55WjwsOyjYf5iJUabDSY3r1vNFnxq9 4PJjmwKNzKkK0elKUo4bxGTuqeYGxKRO9dguCPNU99tFjc76XRsMnPivPfBWgOBF Yob2hZ20dAOwCF0gxs0gKdrFusf3zKfv/jMh7cXrWkM1XwBhURw91oCzfF1yu/IE abh4QSc8LQf1GqpepSidgbYm4iJs8/c6soJnQm4t6NvIccYK4Up8nYJstd1z4cUT sU/6k3hEhMxc43eg0UVQxm9jRgZsaydUycC0tr4H0Ci5DkXniKsihvN1Z/nwJ6yS qW2QdLp0M7Ui1IrezP1BQmGJCUNZ0ZucjNE1gc8O19jl5TLE/qE/RGf95jwF/SL2 +4EPMwOvNB+B34Mnxybq4p0Fnnf0Ob1VBhQqqkmsZ5A3vwJYcpzWwO1hnw5cSWjE oFbUDgSUeEOdoT/MLfNVWx5312XsxOE8WXDw82mLzcDUsFxlAwQ= =Rfam -----END PGP SIGNATURE----- --nQrXPiNeZrhDLYDg--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190628054120.GC68048>