svn commit: r415697 - head/devel/p5-Test2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 23 03:53:31 UTC 2016


Author: sunpoet
Date: Mon May 23 03:53:30 2016
New Revision: 415697
URL: https://svnweb.freebsd.org/changeset/ports/415697

Log:
  - Add CONFLICTS_INSTALL
  - Mark DEPRECATED and set EXPIRATION_DATE to 2016-06-30

Modified:
  head/devel/p5-Test2/Makefile

Modified: head/devel/p5-Test2/Makefile
==============================================================================
--- head/devel/p5-Test2/Makefile	Mon May 23 03:53:19 2016	(r415696)
+++ head/devel/p5-Test2/Makefile	Mon May 23 03:53:30 2016	(r415697)
@@ -15,6 +15,11 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+CONFLICTS_INSTALL=	p5-Test-Simple-1.[3-9]*
+
+DEPRECATED=	Test2 has been merged into Test-Simple distribution
+EXPIRATION_DATE=2016-06-30
+
 NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5


More information about the svn-ports-head mailing list