svn commit: r410271 - head/devel/p5-Test-Stream

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 06:20:41 UTC 2016


Author: sunpoet
Date: Sun Mar  6 06:20:39 2016
New Revision: 410271
URL: https://svnweb.freebsd.org/changeset/ports/410271

Log:
  - Update to 1.302027
  - Mark DEPRECATED
  
  Changes:	http://search.cpan.org/dist/Test-Stream/Changes

Modified:
  head/devel/p5-Test-Stream/Makefile
  head/devel/p5-Test-Stream/distinfo
  head/devel/p5-Test-Stream/pkg-plist

Modified: head/devel/p5-Test-Stream/Makefile
==============================================================================
--- head/devel/p5-Test-Stream/Makefile	Sun Mar  6 06:20:35 2016	(r410270)
+++ head/devel/p5-Test-Stream/Makefile	Sun Mar  6 06:20:39 2016	(r410271)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Stream
-PORTVERSION=	1.302026
+PORTVERSION=	1.302027
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,6 +13,8 @@ COMMENT=	Successor to Test::More and Tes
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+DEPRECATED=	Use devel/p5-Test2-Suite instead
+
 NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5

Modified: head/devel/p5-Test-Stream/distinfo
==============================================================================
--- head/devel/p5-Test-Stream/distinfo	Sun Mar  6 06:20:35 2016	(r410270)
+++ head/devel/p5-Test-Stream/distinfo	Sun Mar  6 06:20:39 2016	(r410271)
@@ -1,2 +1,2 @@
-SHA256 (Test-Stream-1.302026.tar.gz) = 15a172f20442f1e5fa6abc2d8b7e879e6cc6fa39575f490567f30eea6bb73b0c
-SIZE (Test-Stream-1.302026.tar.gz) = 225234
+SHA256 (Test-Stream-1.302027.tar.gz) = e6d3e163dd658dd1f54859833390c820c07bc2ca9318686cbf06e4d78ffea7fb
+SIZE (Test-Stream-1.302027.tar.gz) = 228187

Modified: head/devel/p5-Test-Stream/pkg-plist
==============================================================================
--- head/devel/p5-Test-Stream/pkg-plist	Sun Mar  6 06:20:35 2016	(r410270)
+++ head/devel/p5-Test-Stream/pkg-plist	Sun Mar  6 06:20:39 2016	(r410271)
@@ -50,6 +50,7 @@
 %%SITE_PERL%%/Test/Stream/Manual.pod
 %%SITE_PERL%%/Test/Stream/Manual/Components.pod
 %%SITE_PERL%%/Test/Stream/Manual/FromTestBuilder.pod
+%%SITE_PERL%%/Test/Stream/Manual/ToTest2.pod
 %%SITE_PERL%%/Test/Stream/Manual/Tooling.pod
 %%SITE_PERL%%/Test/Stream/Mock.pm
 %%SITE_PERL%%/Test/Stream/Plugin.pm
@@ -143,6 +144,7 @@
 %%PERL5_MAN3%%/Test::Stream::Manual.3.gz
 %%PERL5_MAN3%%/Test::Stream::Manual::Components.3.gz
 %%PERL5_MAN3%%/Test::Stream::Manual::FromTestBuilder.3.gz
+%%PERL5_MAN3%%/Test::Stream::Manual::ToTest2.3.gz
 %%PERL5_MAN3%%/Test::Stream::Manual::Tooling.3.gz
 %%PERL5_MAN3%%/Test::Stream::Mock.3.gz
 %%PERL5_MAN3%%/Test::Stream::Plugin.3.gz


More information about the svn-ports-all mailing list