From owner-svn-ports-all@freebsd.org Wed Jun 24 15:49:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3CE4915D7D; Wed, 24 Jun 2015 15:49:38 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 977A82025; Wed, 24 Jun 2015 15:49:38 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5OFncFK019733; Wed, 24 Jun 2015 15:49:38 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5OFnb71019730; Wed, 24 Jun 2015 15:49:37 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506241549.t5OFnb71019730@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 24 Jun 2015 15:49:37 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2015 15:49:38 -0000 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 +.include