Date: Mon, 23 May 2016 03:53:30 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415697 - head/devel/p5-Test2 Message-ID: <201605230353.u4N3rUY9059742@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605230353.u4N3rUY9059742>