svn commit: r436162 - in head/databases: pgpool-II-22 pgpool-II-23

Torsten Zuehlsdorff tz at FreeBSD.org
Tue Mar 14 15:51:14 UTC 2017


Author: tz
Date: Tue Mar 14 15:51:13 2017
New Revision: 436162
URL: https://svnweb.freebsd.org/changeset/ports/436162

Log:
  Deprecate databases/pgpool-II-22 and databases/pgpool-II-23
  
  They are deprecated by upstream for a long time
  
  PR: 206839

Modified:
  head/databases/pgpool-II-22/Makefile
  head/databases/pgpool-II-23/Makefile

Modified: head/databases/pgpool-II-22/Makefile
==============================================================================
--- head/databases/pgpool-II-22/Makefile	Tue Mar 14 15:30:47 2017	(r436161)
+++ head/databases/pgpool-II-22/Makefile	Tue Mar 14 15:51:13 2017	(r436162)
@@ -13,6 +13,9 @@ COMMENT=	Connection pool server for Post
 
 LICENSE=	MIT
 
+DEPRECATED=	Deprecated by upstream; use database/pgpool instead
+EXPIRATION_DATE=	2017-04-14
+
 USES=		gmake pgsql libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/databases/pgpool-II-23/Makefile
==============================================================================
--- head/databases/pgpool-II-23/Makefile	Tue Mar 14 15:30:47 2017	(r436161)
+++ head/databases/pgpool-II-23/Makefile	Tue Mar 14 15:51:13 2017	(r436162)
@@ -13,6 +13,9 @@ COMMENT=	Connection pool server for Post
 
 LICENSE=	MIT
 
+DEPRECATED=	Deprecated by upstream; use database/pgpool instead
+EXPIRATION_DATE=	2017-04-14
+
 USES=		gmake pgsql libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list