svn commit: r440924 - head/databases/pgpool-II

Torsten Zuehlsdorff tz at FreeBSD.org
Mon May 15 13:40:52 UTC 2017


Author: tz
Date: Mon May 15 13:40:51 2017
New Revision: 440924
URL: https://svnweb.freebsd.org/changeset/ports/440924

Log:
  databases/pgpool-II: set DEPRECATED
  
  pgpool 3.1.x was deprecated by upstream in September 2016
  
  PR: 206839
  Approved by: maintainer (timeout)

Modified:
  head/databases/pgpool-II/Makefile

Modified: head/databases/pgpool-II/Makefile
==============================================================================
--- head/databases/pgpool-II/Makefile	Mon May 15 13:18:51 2017	(r440923)
+++ head/databases/pgpool-II/Makefile	Mon May 15 13:40:51 2017	(r440924)
@@ -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 ssl


More information about the svn-ports-all mailing list