Heh, you beat me to it... Stuart Henderson wrote on Sun, Nov 03, 2013 at 07:58:22AM -0700:
> CVSROOT: /cvs > Module name: ports > Changes by: st...@cvs.openbsd.org 2013/11/03 07:58:22 > > Modified files: > security/p5-Crypt-OpenSSL-RSA: Makefile distinfo > Added files: > security/p5-Crypt-OpenSSL-RSA/patches: patch-RSA_pm > > Log message: > fix p5-Crypt-OpenSSL-RSA with Perl >=5.14, from rak at debian, see > https://rt.cpan.org/Public/Bug/Display.html?id=65947 > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628636 > http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2011-May/211223.html The better fix is the patch below... I diffed the distribution tarballs, 0.28 is basically just the patch Ryan sent plus some META.yml/META.json churn adding a bit more meta-information that looks right. OK? Ingo Index: Makefile =================================================================== RCS file: /cvs/ports/security/p5-Crypt-OpenSSL-RSA/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makefile 3 Nov 2013 14:58:22 -0000 1.19 +++ Makefile 3 Nov 2013 15:16:19 -0000 @@ -6,8 +6,7 @@ COMMENT = RSA encoding and decoding usin MODULES = cpan -DISTNAME = Crypt-OpenSSL-RSA-0.26 -REVISION = 3 +DISTNAME = Crypt-OpenSSL-RSA-0.28 CATEGORIES = security HOMEPAGE = http://perl-openssl.sourceforge.net/ Index: distinfo =================================================================== RCS file: /cvs/ports/security/p5-Crypt-OpenSSL-RSA/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 3 Nov 2013 14:58:22 -0000 1.8 +++ distinfo 3 Nov 2013 15:16:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (Crypt-OpenSSL-RSA-0.26.tar.gz) = 9C8nb/5a4XdcS9dvMCZIPw05l1983Qe/SOzPuMRShrs= -SIZE (Crypt-OpenSSL-RSA-0.26.tar.gz) = 19364 +SHA256 (Crypt-OpenSSL-RSA-0.28.tar.gz) = U1f5d0ZLs6gYTPLTNBhRoQ1VFbSysN+4i/eJlcDe174= +SIZE (Crypt-OpenSSL-RSA-0.28.tar.gz) = 20035 Index: patches/patch-RSA_pm =================================================================== RCS file: patches/patch-RSA_pm diff -N patches/patch-RSA_pm --- patches/patch-RSA_pm 3 Nov 2013 14:58:22 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -diff -u RSA.pm.orig RSA.pm ---- RSA.pm.orig Sun Nov 22 15:36:07 2009 -+++ RSA.pm Sun Nov 3 04:22:17 2013 -@@ -6,7 +6,7 @@ use Carp; - use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD); - - require DynaLoader; --require AutoLoader; -+use AutoLoader 'AUTOLOAD'; - - @ISA = qw(DynaLoader); -