Hi, ports@:
Here is a patch for converters/p5-Convert-UUlib:
i) Update to 1.71
ii) Add a missing RUN_DEPENDS
iii) Remove a trailing whitespace in DESCR
It build well and pass all tests on amd64-current system.
No other ports depends on p5-Convert-UUlib.
Cheers !
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/converters/p5-Convert-UUlib/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile 5 Feb 2020 07:36:01 -0000 1.22
+++ Makefile 17 Mar 2020 02:10:09 -0000
@@ -2,7 +2,7 @@
COMMENT= interface to the uulib library
-DISTNAME = Convert-UUlib-1.5
+DISTNAME = Convert-UUlib-1.71
EPOCH = 1
CATEGORIES= converters
MODULES= cpan
@@ -13,5 +13,7 @@ PERMIT_PACKAGE= Yes
WANTLIB += c perl
BUILD_DEPENDS = devel/p5-Canary-Stability
+
+RUN_DEPENDS = devel/p5-common-sense
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/converters/p5-Convert-UUlib/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo 5 Feb 2020 07:36:01 -0000 1.9
+++ distinfo 17 Mar 2020 02:10:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (Convert-UUlib-1.5.tar.gz) =
DNgbwhN3+tGR+JqkJ3M+/lt+dcoYiekxeUWtRIxjiOo=
-SIZE (Convert-UUlib-1.5.tar.gz) = 236213
+SHA256 (Convert-UUlib-1.71.tar.gz) =
Gdsh2va88u7wAijv8NKxayjQM++SFP12dLboIt5yCwM=
+SIZE (Convert-UUlib-1.71.tar.gz) = 277227
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/converters/p5-Convert-UUlib/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR 25 Nov 2002 03:12:28 -0000 1.1.1.1
+++ pkg/DESCR 17 Mar 2020 02:10:09 -0000
@@ -1 +1 @@
-Perl interface to the uulib library (a.k.a. uudeview/uuenview).
+Perl interface to the uulib library (a.k.a. uudeview/uuenview).