svn commit: r512812 - in head/databases/postgresql-plproxy: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 25 20:40:04 UTC 2019


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


More information about the svn-ports-all mailing list