svn commit: r563731 - head/devel/p5-Test-Output
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 1 19:45:44 UTC 2021
Author: sunpoet
Date: Mon Feb 1 19:45:38 2021
New Revision: 563731
URL: https://svnweb.freebsd.org/changeset/ports/563731
Log:
Update to 1.032
- Update LICENSE
- Add LICENSE_FILE
Changes: https://metacpan.org/changes/distribution/Test-Output
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 Mon Feb 1 19:45:32 2021 (r563730)
+++ head/devel/p5-Test-Output/Makefile Mon Feb 1 19:45:38 2021 (r563731)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Test-Output
-PORTVERSION= 1.031
+PORTVERSION= 1.032
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,11 +10,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Utilities to test STDOUT and STDERR messages
-LICENSE= ART10 GPLv1+
-LICENSE_COMB= dual
+LICENSE= ART20
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-Capture-Tiny>=0.17:devel/p5-Capture-Tiny
+RUN_DEPENDS= p5-Capture-Tiny>=0.17:devel/p5-Capture-Tiny \
+ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter
USES= perl5
USE_PERL5= configure
Modified: head/devel/p5-Test-Output/distinfo
==============================================================================
--- head/devel/p5-Test-Output/distinfo Mon Feb 1 19:45:32 2021 (r563730)
+++ head/devel/p5-Test-Output/distinfo Mon Feb 1 19:45:38 2021 (r563731)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490878075
-SHA256 (Test-Output-1.031.tar.gz) = f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4
-SIZE (Test-Output-1.031.tar.gz) = 16821
+TIMESTAMP = 1612101732
+SHA256 (Test-Output-1.032.tar.gz) = 688a38efb5ebb80768409cceff7223d754f95e06fa893d74cb4eac981ce8e44e
+SIZE (Test-Output-1.032.tar.gz) = 16954
More information about the svn-ports-all
mailing list