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.
This commit is contained in:
parent
b98f72fc10
commit
4681bf535a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390489
3 changed files with 11 additions and 1 deletions
|
@ -14,6 +14,8 @@ COMMENT= Basic utilities for writing tests in perl
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
CONFLICTS= p5-Test-Tester-[0-9]* p5-Test-use-ok-[0-9]*
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
@ -13,6 +13,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|||
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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue