svn commit: r410734 - in head/textproc: p5-ElasticSearch-SearchBuilder p5-ElasticSearch-legacy

Antoine Brodin antoine at FreeBSD.org
Wed Mar 9 22:51:04 UTC 2016


Author: antoine
Date: Wed Mar  9 22:51:03 2016
New Revision: 410734
URL: https://svnweb.freebsd.org/changeset/ports/410734

Log:
  Set an expiration date for 2 ports deprecated since February 2014

Modified:
  head/textproc/p5-ElasticSearch-SearchBuilder/Makefile
  head/textproc/p5-ElasticSearch-legacy/Makefile

Modified: head/textproc/p5-ElasticSearch-SearchBuilder/Makefile
==============================================================================
--- head/textproc/p5-ElasticSearch-SearchBuilder/Makefile	Wed Mar  9 22:42:39 2016	(r410733)
+++ head/textproc/p5-ElasticSearch-SearchBuilder/Makefile	Wed Mar  9 22:51:03 2016	(r410734)
@@ -21,6 +21,7 @@ TEST_DEPENDS=	p5-Test-Deep>=:${PORTSDIR}
 		p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump
 
 DEPRECATED=	Use textproc/p5-Elasticsearch which is the official client
+EXPIRATION_DATE=	2016-04-10
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/textproc/p5-ElasticSearch-legacy/Makefile
==============================================================================
--- head/textproc/p5-ElasticSearch-legacy/Makefile	Wed Mar  9 22:42:39 2016	(r410733)
+++ head/textproc/p5-ElasticSearch-legacy/Makefile	Wed Mar  9 22:51:03 2016	(r410734)
@@ -31,6 +31,7 @@ TEST_DEPENDS=	p5-Test-Differences>=0:${P
 		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 DEPRECATED=	Use textproc/p5-Elasticsearch which is the official client
+EXPIRATION_DATE=	2016-04-10
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list