git: f1ac05863d62 - main - devel/p5-Time-Out: Update to 0.22
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:22:59 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f1ac05863d62f396422909c9c86e175cd6bcf0ba
commit f1ac05863d62f396422909c9c86e175cd6bcf0ba
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:45:23 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:16:39 +0000
devel/p5-Time-Out: Update to 0.22
- Add LICENSE
- Add TEST_DEPENDS
- Add NO_ARCH
Changes: https://metacpan.org/dist/Time-Out/changes
---
devel/p5-Time-Out/Makefile | 16 ++++++++++++++--
devel/p5-Time-Out/distinfo | 5 +++--
devel/p5-Time-Out/pkg-plist | 2 ++
3 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/devel/p5-Time-Out/Makefile b/devel/p5-Time-Out/Makefile
index 59599b971412..3357fa248ca9 100644
--- a/devel/p5-Time-Out/Makefile
+++ b/devel/p5-Time-Out/Makefile
@@ -1,6 +1,5 @@
PORTNAME= Time-Out
-PORTVERSION= 0.11
-PORTREVISION= 1
+PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -9,7 +8,20 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Easily timeout long running operations
WWW= https://metacpan.org/release/Time-Out
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= p5-App-cpanminus>=1.7046:devel/p5-App-cpanminus \
+ p5-ExtUtils-MakeMaker-CPANfile>=0.09:devel/p5-ExtUtils-MakeMaker-CPANfile \
+ ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny
+TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \
+ p5-Test-Needs>=0:devel/p5-Test-Needs
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/devel/p5-Time-Out/distinfo b/devel/p5-Time-Out/distinfo
index ee04e4a967e3..ea0cd69479ce 100644
--- a/devel/p5-Time-Out/distinfo
+++ b/devel/p5-Time-Out/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Time-Out-0.11.tar.gz) = 9396da698fd452d9ce60d642cda2108f11f20ed76c8961779ae11b897ae815d2
-SIZE (Time-Out-0.11.tar.gz) = 3647
+TIMESTAMP = 1699774964
+SHA256 (Time-Out-0.22.tar.gz) = 63b576bbb00584649d0788cc9b3bc95cfb4ec9c0ac03af26b81ef0548e538d9f
+SIZE (Time-Out-0.22.tar.gz) = 15344
diff --git a/devel/p5-Time-Out/pkg-plist b/devel/p5-Time-Out/pkg-plist
index 50bfe0b027dc..32db6e2b3981 100644
--- a/devel/p5-Time-Out/pkg-plist
+++ b/devel/p5-Time-Out/pkg-plist
@@ -1,3 +1,5 @@
%%SITE_PERL%%/Time/Out.pm
%%SITE_PERL%%/Time/Out.pod
+%%SITE_PERL%%/Time/Out/Exception.pm
+%%SITE_PERL%%/Time/Out/ParamConstraints.pm
%%PERL5_MAN3%%/Time::Out.3.gz