Hi, ports@:
Here is a simple patch for mail/p5-Mail-Alias to update to 1.13.
It build well and pass all tests on amd64-current system.
No other ports depend on it.
Upstream changes:
New maintainer: Jonathan Kamens <[email protected]>
Fix syntax error under recent versions of Perl, i.e., make the module work
again.
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-Alias/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile 3 Jul 2020 21:45:26 -0000 1.16
+++ Makefile 27 Feb 2022 00:51:48 -0000
@@ -2,9 +2,9 @@
COMMENT= manipulates e-mail alias files of various formats
-DISTNAME= Mail-Alias-1.12
-REVISION= 2
+DISTNAME= Mail-Alias-1.13
CATEGORIES= mail
+CPAN_AUTHOR = JIK
PERMIT_PACKAGE= Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-Alias/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 18 Jan 2015 03:14:23 -0000 1.4
+++ distinfo 27 Feb 2022 00:51:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (Mail-Alias-1.12.tar.gz) = r8kAvfW/Ut72EczCNmkCY2v82n7quUryxEz/EAGsWL0=
-SIZE (Mail-Alias-1.12.tar.gz) = 10650
+SHA256 (Mail-Alias-1.13.tar.gz) = w1AYBTsCdCFE/1PyJiQsS03hHeq+t3HIapz+haC+J3Q=
+SIZE (Mail-Alias-1.13.tar.gz) = 11504