Date: Wed, 25 Sep 2019 20:40:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512812 - in head/databases/postgresql-plproxy: . files Message-ID: <201909252040.x8PKe3xS073983@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Sep 25 20:40:02 2019 New Revision: 512812 URL: https://svnweb.freebsd.org/changeset/ports/512812 Log: Update to 2.9 Changes: https://github.com/plproxy/plproxy/blob/master/NEWS.md https://plproxy.github.io/changelog.html Deleted: head/databases/postgresql-plproxy/files/ Modified: head/databases/postgresql-plproxy/Makefile head/databases/postgresql-plproxy/distinfo head/databases/postgresql-plproxy/pkg-plist Modified: head/databases/postgresql-plproxy/Makefile ============================================================================== --- head/databases/postgresql-plproxy/Makefile Wed Sep 25 20:33:24 2019 (r512811) +++ head/databases/postgresql-plproxy/Makefile Wed Sep 25 20:40:02 2019 (r512812) @@ -3,8 +3,7 @@ PORTNAME= plproxy DISTVERSIONPREFIX= plproxy_ -DISTVERSION= 2_8 -PORTREVISION= 2 +DISTVERSION= 2_9 CATEGORIES= databases PKGNAMEPREFIX= postgresql- Modified: head/databases/postgresql-plproxy/distinfo ============================================================================== --- head/databases/postgresql-plproxy/distinfo Wed Sep 25 20:33:24 2019 (r512811) +++ head/databases/postgresql-plproxy/distinfo Wed Sep 25 20:40:02 2019 (r512812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519301795 -SHA256 (plproxy-plproxy-plproxy_2_8_GH0.tar.gz) = cad170b0686f6f22b9df21da6e89396d430f30c15e9cf43837321cd4a2834bf1 -SIZE (plproxy-plproxy-plproxy_2_8_GH0.tar.gz) = 80364 +TIMESTAMP = 1568802080 +SHA256 (plproxy-plproxy-plproxy_2_9_GH0.tar.gz) = bf36725be43d5bcec212c98f4900e64cce491df506abeb21010e4df89454c92b +SIZE (plproxy-plproxy-plproxy_2_9_GH0.tar.gz) = 76099 Modified: head/databases/postgresql-plproxy/pkg-plist ============================================================================== --- head/databases/postgresql-plproxy/pkg-plist Wed Sep 25 20:33:24 2019 (r512811) +++ head/databases/postgresql-plproxy/pkg-plist Wed Sep 25 20:40:02 2019 (r512812) @@ -1,9 +1,10 @@ lib/postgresql/plproxy.so -share/postgresql/extension/plproxy--2.3.0--2.8.0.sql -share/postgresql/extension/plproxy--2.4.0--2.8.0.sql -share/postgresql/extension/plproxy--2.5.0--2.8.0.sql -share/postgresql/extension/plproxy--2.6.0--2.8.0.sql -share/postgresql/extension/plproxy--2.7.0--2.8.0.sql -share/postgresql/extension/plproxy--2.8.0.sql -share/postgresql/extension/plproxy--unpackaged--2.8.0.sql +share/postgresql/extension/plproxy--2.3.0--2.9.0.sql +share/postgresql/extension/plproxy--2.4.0--2.9.0.sql +share/postgresql/extension/plproxy--2.5.0--2.9.0.sql +share/postgresql/extension/plproxy--2.6.0--2.9.0.sql +share/postgresql/extension/plproxy--2.7.0--2.9.0.sql +share/postgresql/extension/plproxy--2.8.0--2.9.0.sql +share/postgresql/extension/plproxy--2.9.0.sql +share/postgresql/extension/plproxy--unpackaged--2.9.0.sql share/postgresql/extension/plproxy.control
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909252040.x8PKe3xS073983>