Date: Wed, 24 Jun 2015 15:49:37 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390489 - in head/devel: p5-Test-Simple p5-Test-Tester p5-Test-use-ok Message-ID: <201506241549.t5OFnb71019730@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Wed Jun 24 15:49:37 2015 New Revision: 390489 URL: https://svnweb.freebsd.org/changeset/ports/390489 Log: Mark p5-Test-Tester and p5-Test-use-ok deprecated (as they are now a part of p5-Test-Simple), and expire them in 30 days. Add conflicts between them and p5-Test-Simple. While here, remove some trailing whitespace from p5-Test-use-ok. Thanks to sunpoet for identifying the problem here. Modified: head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Tester/Makefile head/devel/p5-Test-use-ok/Makefile Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Wed Jun 24 15:40:51 2015 (r390488) +++ head/devel/p5-Test-Simple/Makefile Wed Jun 24 15:49:37 2015 (r390489) @@ -14,6 +14,8 @@ COMMENT= Basic utilities for writing tes LICENSE= ART10 GPLv1 LICENSE_COMB= dual +CONFLICTS= p5-Test-Tester-[0-9]* p5-Test-use-ok-[0-9]* + USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-Tester/Makefile ============================================================================== --- head/devel/p5-Test-Tester/Makefile Wed Jun 24 15:40:51 2015 (r390488) +++ head/devel/p5-Test-Tester/Makefile Wed Jun 24 15:49:37 2015 (r390489) @@ -13,6 +13,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= perl@FreeBSD.org COMMENT= Helps to test various Test::Builder derivatives +CONFLICTS= p5-Test-Simple-1.001.0[1-9]* +DEPRECATED= Part of p5-Test-Simple (use that instead), and included in perl 5.22 +EXPIRATION_DATE=2015-07-24 + USES= perl5 USE_PERL5= configure INSTALL_TARGET= pure_install Modified: head/devel/p5-Test-use-ok/Makefile ============================================================================== --- head/devel/p5-Test-use-ok/Makefile Wed Jun 24 15:40:51 2015 (r390488) +++ head/devel/p5-Test-use-ok/Makefile Wed Jun 24 15:49:37 2015 (r390489) @@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Alternative to Test::More::use_ok +CONFLICTS= p5-Test-Simple-1.001.0[1-9]* +DEPRECATED= Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22 +EXPIRATION_DATE=2015-07-24 + USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506241549.t5OFnb71019730>