git: 5ed693e21d47 - main - devel/p5-Data-Unixish: Add a missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 08:33:20 UTC
The branch main has been updated by yasu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5ed693e21d47b0344be156e48bb869d66ac59385
commit 5ed693e21d47b0344be156e48bb869d66ac59385
Author: Zane C. Bowers-Hadley <vvelox@vvelox.net>
AuthorDate: 2021-11-05 08:29:13 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2021-11-05 08:33:01 +0000
devel/p5-Data-Unixish: Add a missing dependency
PR: 259079
MFH: 2021Q4
---
devel/p5-Data-Unixish/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/p5-Data-Unixish/Makefile b/devel/p5-Data-Unixish/Makefile
index 66aab6810453..03a294fb450f 100644
--- a/devel/p5-Data-Unixish/Makefile
+++ b/devel/p5-Data-Unixish/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Data-Unixish
PORTVERSION= 1.572
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,6 +16,7 @@ BUILD_DEPENDS= p5-Exporter>=5.57:devel/p5-Exporter \
p5-JSON-MaybeXS>0:converters/p5-JSON-MaybeXS \
p5-Log-ger>0.027:devel/p5-Log-ger \
p5-Module-Load>0:devel/p5-Module-Load \
+ p5-Number-Format-Metric>0:textproc/p5-Number-Format-Metric \
p5-Number-Format>0:textproc/p5-Number-Format \
p5-Package-Util-Lite>=0.001:devel/p5-Package-Util-Lite \
p5-Sort-Sub>0.111:devel/p5-Sort-Sub \