svn commit: r334675 - head/devel/p5-TAP-SimpleOutput
Lars Thegler
lth at FreeBSD.org
Sat Nov 23 15:11:11 UTC 2013
Author: lth
Date: Sat Nov 23 15:11:09 2013
New Revision: 334675
URL: http://svnweb.freebsd.org/changeset/ports/334675
Log:
- Update to 0.002
- Add LICENSE
- Support STAGEDIR
- Update WWW link
Changes: https://metacpan.org/changes/distribution/TAP-SimpleOutput
Modified:
head/devel/p5-TAP-SimpleOutput/Makefile
head/devel/p5-TAP-SimpleOutput/distinfo
head/devel/p5-TAP-SimpleOutput/pkg-descr
head/devel/p5-TAP-SimpleOutput/pkg-plist
Modified: head/devel/p5-TAP-SimpleOutput/Makefile
==============================================================================
--- head/devel/p5-TAP-SimpleOutput/Makefile Sat Nov 23 15:10:44 2013 (r334674)
+++ head/devel/p5-TAP-SimpleOutput/Makefile Sat Nov 23 15:11:09 2013 (r334675)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= TAP-SimpleOutput
-PORTVERSION= 0.001
+PORTVERSION= 0.002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= TAP
@@ -10,13 +10,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lth at FreeBSD.org
COMMENT= Simple closure-driven TAP generator
-BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+LICENSE= GPLv2
+
+BUILD_DEPENDS= p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= TAP::SimpleOutput.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/p5-TAP-SimpleOutput/distinfo
==============================================================================
--- head/devel/p5-TAP-SimpleOutput/distinfo Sat Nov 23 15:10:44 2013 (r334674)
+++ head/devel/p5-TAP-SimpleOutput/distinfo Sat Nov 23 15:11:09 2013 (r334675)
@@ -1,2 +1,2 @@
-SHA256 (TAP-SimpleOutput-0.001.tar.gz) = ffe9e9db9ec664c2f2bfa6457d4a4e3b512dfede10cd3708b75b72b74aa78af5
-SIZE (TAP-SimpleOutput-0.001.tar.gz) = 21321
+SHA256 (TAP-SimpleOutput-0.002.tar.gz) = a587f9d88c2dc40c3fb13304027a81afe4f33b08caa7b79e23d990da0e356e34
+SIZE (TAP-SimpleOutput-0.002.tar.gz) = 23265
Modified: head/devel/p5-TAP-SimpleOutput/pkg-descr
==============================================================================
--- head/devel/p5-TAP-SimpleOutput/pkg-descr Sat Nov 23 15:10:44 2013 (r334674)
+++ head/devel/p5-TAP-SimpleOutput/pkg-descr Sat Nov 23 15:11:09 2013 (r334675)
@@ -1,4 +1,4 @@
A number of simple closures designed to help output TAP easily and
correctly, with a minimum of fuss.
-WWW: http://search.cpan.org/dist/TAP-SimpleOutput/
+WWW: http://metacpan.org/release/TAP-SimpleOutput
Modified: head/devel/p5-TAP-SimpleOutput/pkg-plist
==============================================================================
--- head/devel/p5-TAP-SimpleOutput/pkg-plist Sat Nov 23 15:10:44 2013 (r334674)
+++ head/devel/p5-TAP-SimpleOutput/pkg-plist Sat Nov 23 15:11:09 2013 (r334675)
@@ -1,5 +1,6 @@
%%SITE_PERL%%/TAP/SimpleOutput.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TAP/SimpleOutput/.packlist
+%%PERL5_MAN3%%/TAP::SimpleOutput.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TAP/SimpleOutput
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TAP
@dirrmtry %%SITE_PERL%%/TAP
More information about the svn-ports-head
mailing list