diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-05-19 13:45:25 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-05-19 13:45:25 +0000 |
commit | 3b76348806718e4d5ef7dfe14ff07f565e70919c (patch) | |
tree | b729f0c58e8c0fb089a5eeeaaa22d97883587ecf | |
parent | - Repocopy www/moodle34 --> www/moodle35 and update to 3.5 (diff) |
devel/p5-Test-Most: Update to 0.35
Changelog: http://cpansearch.perl.org/src/OVID/Test-Most-0.35/Changes
PR: 224021
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by: maintainer timeout (2 weeks)
Notes
Notes:
svn path=/head/; revision=470407
-rw-r--r-- | devel/p5-Test-Most/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Test-Most/distinfo | 5 |
2 files changed, 13 insertions, 10 deletions
diff --git a/devel/p5-Test-Most/Makefile b/devel/p5-Test-Most/Makefile index 48e4d2eef986..917685a9d56d 100644 --- a/devel/p5-Test-Most/Makefile +++ b/devel/p5-Test-Most/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Test-Most -PORTVERSION= 0.34 -PORTREVISION= 1 +PORTVERSION= 0.35 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,12 +9,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for most commonly needed test functions and features -RUN_DEPENDS= \ - p5-Exception-Class>=1.14:devel/p5-Exception-Class \ - p5-Test-Deep>=0.106:devel/p5-Test-Deep \ - p5-Test-Differences>=0.61:devel/p5-Test-Differences \ - p5-Test-Exception>=0.31:devel/p5-Test-Exception \ - p5-Test-Warn>=0.23:devel/p5-Test-Warn +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/README + +RUN_DEPENDS= p5-Exception-Class>=1.14:devel/p5-Exception-Class \ + p5-Test-Deep>=0.106:devel/p5-Test-Deep \ + p5-Test-Differences>=0.61:devel/p5-Test-Differences \ + p5-Test-Exception>=0.31:devel/p5-Test-Exception \ + p5-Test-Warn>=0.23:devel/p5-Test-Warn BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/devel/p5-Test-Most/distinfo b/devel/p5-Test-Most/distinfo index 61aceb49f720..db213e5721e8 100644 --- a/devel/p5-Test-Most/distinfo +++ b/devel/p5-Test-Most/distinfo @@ -1,2 +1,3 @@ -SHA256 (Test-Most-0.34.tar.gz) = c2820c8de65f5fa59f218ac2be9be98b22cc1bb1a1f371e04375aa3b6054e244 -SIZE (Test-Most-0.34.tar.gz) = 15919 +TIMESTAMP = 1526736944 +SHA256 (Test-Most-0.35.tar.gz) = 9897a6f4d751598d2ed1047e01c1554b01d0f8c96c45e7e845229782bf6f657f +SIZE (Test-Most-0.35.tar.gz) = 16074 |