On 2013/11/03 16:45, Jérémie Courrèges-Anglas wrote: > Ingo Schwarze <schwa...@usta.de> writes: > > > Heh, you beat me to it... > > I could say the same about you... 8) > > > 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 > > I'm using it since a few days with a few wip ports. Tests / usage show > no problems. ok jca@ > > > 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/
Please drop HOMEPAGE, the default one from cpan.port.mk is much more useful (this is why I didn't spot the update sooner), then it's OK with me.