summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA
diff options
context:
space:
mode:
authorryoon <ryoon>2017-06-07 14:53:52 +0000
committerryoon <ryoon>2017-06-07 14:53:52 +0000
commit7340e25be198dc9f7a4cbfd867bdd95ea0bfa52d (patch)
treec6c88048bfd5520b5900755c756bf1e0bf19a52e /security/p5-Crypt-RSA
parent5e54c5cdd51ec0ad30f560f247a04ed08c809fbe (diff)
downloadpkgsrc-7340e25be198dc9f7a4cbfd867bdd95ea0bfa52d.tar.gz
Fix build with Perl 5.26.0
Diffstat (limited to 'security/p5-Crypt-RSA')
-rw-r--r--security/p5-Crypt-RSA/distinfo3
-rw-r--r--security/p5-Crypt-RSA/patches/patch-Makefile.PL9
2 files changed, 11 insertions, 1 deletions
diff --git a/security/p5-Crypt-RSA/distinfo b/security/p5-Crypt-RSA/distinfo
index 8a6c535d924..6897caa2aab 100644
--- a/security/p5-Crypt-RSA/distinfo
+++ b/security/p5-Crypt-RSA/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2015/11/04 01:17:56 agc Exp $
+$NetBSD: distinfo,v 1.9 2017/06/07 14:56:57 ryoon Exp $
SHA1 (Crypt-RSA-1.99.tar.gz) = 0b326813501e13c311577f967d9ef8bcfd4808c6
RMD160 (Crypt-RSA-1.99.tar.gz) = 638191fbfd4c29a9b2f2893ba695aed42b1f0f74
SHA512 (Crypt-RSA-1.99.tar.gz) = 69426a3bd8b0d803926ac71b78952a4240831ab6202eae1d9cf1ce6f7c921e74442604f397a65f74d567629d3b2d56587aa8ca62700a458174640b02a05cff6b
Size (Crypt-RSA-1.99.tar.gz) = 52393 bytes
+SHA1 (patch-Makefile.PL) = 3510b3083da1ff17200ce548eae661408922f550
diff --git a/security/p5-Crypt-RSA/patches/patch-Makefile.PL b/security/p5-Crypt-RSA/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..c9ee446e290
--- /dev/null
+++ b/security/p5-Crypt-RSA/patches/patch-Makefile.PL
@@ -0,0 +1,9 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:56:57 ryoon Exp $
+
+--- Makefile.PL.orig 2008-07-07 08:53:12.000000000 +0000
++++ Makefile.PL
+@@ -10,2 +10,4 @@
+
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;