update p5-Convert-UUlib to 1.80

This commit is contained in:
bluhm 2023-01-19 23:04:39 +00:00
parent 3b86ba24eb
commit d533e71d9a
5 changed files with 28 additions and 13 deletions

View File

@ -1,18 +1,20 @@
COMMENT= interface to the uulib library
COMMENT = interface to the uulib library
DISTNAME = Convert-UUlib-1.71
DISTNAME = Convert-UUlib-1.8
PKGNAME = p5-Convert-UUlib-1.80
EPOCH = 1
CATEGORIES= converters
MODULES= cpan
REVISION = 0
CATEGORIES = converters
# Perl
PERMIT_PACKAGE= Yes
PERMIT_PACKAGE = Yes
WANTLIB += c perl
WANTLIB = c perl
BUILD_DEPENDS = devel/p5-Canary-Stability
MODULES = cpan
RUN_DEPENDS = devel/p5-common-sense
BUILD_DEPENDS = devel/p5-Canary-Stability
RUN_DEPENDS = devel/p5-common-sense
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Convert-UUlib-1.71.tar.gz) = Gdsh2va88u7wAijv8NKxayjQM++SFP12dLboIt5yCwM=
SIZE (Convert-UUlib-1.71.tar.gz) = 277227
SHA256 (Convert-UUlib-1.8.tar.gz) = mMMUxQ+xW/U/ifz+R+yq8re9OodXNjiRbIoEzemo2zw=
SIZE (Convert-UUlib-1.8.tar.gz) = 302763

View File

@ -0,0 +1,12 @@
Index: UUlib.pm
--- UUlib.pm.orig
+++ UUlib.pm
@@ -47,7 +47,7 @@ our @EXPORT = @_consts;
our @EXPORT_OK = @_funcs;
our %EXPORT_TAGS = (all => [@_consts,@_funcs], constants => \@_consts);
-bootstrap Convert::UUlib $VERSION;
+Convert::UUlib->bootstrap($VERSION);
# dummy function for compatiiblity with pre-1.7 versions
sub Initialize { }

View File

@ -1 +1,3 @@
Perl interface to the uulib library (a.k.a. uudeview/uuenview).
This module started as an interface to the uulib/uudeview library
by Frank Pilhofer that can be used to decode all kinds of usenet
(and other) binary messages.

View File

@ -1,4 +1,3 @@
${P5ARCH}/
${P5ARCH}/Convert/
${P5ARCH}/Convert/UUlib.pm
${P5ARCH}/auto/