svn commit: r440925 - head/databases/pgpool-II-30

Torsten Zuehlsdorff tz at FreeBSD.org
Mon May 15 13:44:33 UTC 2017


Author: tz
Date: Mon May 15 13:44:32 2017
New Revision: 440925
URL: https://svnweb.freebsd.org/changeset/ports/440925

Log:
  databases/pgpool-II-30: set DEPRECATED and EXPIRATION_DATE
  
  pgpool 3.0.x is EOL since 2016-02-05
  
  PR:          206839
  Approved by: maintainer (timeout)

Modified:
  head/databases/pgpool-II-30/Makefile

Modified: head/databases/pgpool-II-30/Makefile
==============================================================================
--- head/databases/pgpool-II-30/Makefile	Mon May 15 13:40:51 2017	(r440924)
+++ head/databases/pgpool-II-30/Makefile	Mon May 15 13:44:32 2017	(r440925)
@@ -13,6 +13,9 @@ COMMENT=	Connection pool server for Post
 
 LICENSE=	MIT
 
+DEPRECATED=	Deprecated by upstream; use database/pgpool instead
+EXPIRATION_DATE=	2017-06-15
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		gmake pgsql:9.2 libtool


More information about the svn-ports-all mailing list