svn commit: r339406 - head/devel/p5-Test-Output

Frederic Culot culot at FreeBSD.org
Sat Jan 11 08:29:46 UTC 2014


Author: culot
Date: Sat Jan 11 08:29:45 2014
New Revision: 339406
URL: http://svnweb.freebsd.org/changeset/ports/339406

Log:
  - Update to 1.03
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	http://search.cpan.org/dist/Test-Output/Changes

Modified:
  head/devel/p5-Test-Output/Makefile
  head/devel/p5-Test-Output/distinfo

Modified: head/devel/p5-Test-Output/Makefile
==============================================================================
--- head/devel/p5-Test-Output/Makefile	Sat Jan 11 08:19:57 2014	(r339405)
+++ head/devel/p5-Test-Output/Makefile	Sat Jan 11 08:29:45 2014	(r339406)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Output
-PORTVERSION=	1.02
-PORTREVISION=	1
+PORTVERSION=	1.03
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Utilities to test STDOUT and STDERR messages
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Capture-Tiny>=0.17:${PORTSDIR}/devel/p5-Capture-Tiny \
 		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/devel/p5-Test-Output/distinfo
==============================================================================
--- head/devel/p5-Test-Output/distinfo	Sat Jan 11 08:19:57 2014	(r339405)
+++ head/devel/p5-Test-Output/distinfo	Sat Jan 11 08:29:45 2014	(r339406)
@@ -1,2 +1,2 @@
-SHA256 (Test-Output-1.02.tar.gz) = 148afb9e98d9745442b73b4ad50d7aabe5491fe736f1547684c09db5c8ac10de
-SIZE (Test-Output-1.02.tar.gz) = 12402
+SHA256 (Test-Output-1.03.tar.gz) = 3110af65c6fc59b9fa46b08a47508c5e85f6edc6355f0879e28b11f9ad0c2989
+SIZE (Test-Output-1.03.tar.gz) = 12346


More information about the svn-ports-all mailing list