summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Quoted
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-06-06 14:58:09 +0000
committerryoon <ryoon@pkgsrc.org>2017-06-06 14:58:09 +0000
commitb72d5aa6a552d1d79870c5ad392bf32bbe0ab709 (patch)
treebf564910e1421d126dc5d2382af2f9cf97a53188 /www/p5-HTML-Quoted
parentef2e2ac5d6db09ae015f3c02e39f6c123e28c018 (diff)
downloadpkgsrc-b72d5aa6a552d1d79870c5ad392bf32bbe0ab709.tar.gz
Fix build with Perl 5.26.0
Diffstat (limited to 'www/p5-HTML-Quoted')
-rw-r--r--www/p5-HTML-Quoted/distinfo3
-rw-r--r--www/p5-HTML-Quoted/patches/patch-Makefile.PL12
2 files changed, 14 insertions, 1 deletions
diff --git a/www/p5-HTML-Quoted/distinfo b/www/p5-HTML-Quoted/distinfo
index 33de8dab90d..9c317e94806 100644
--- a/www/p5-HTML-Quoted/distinfo
+++ b/www/p5-HTML-Quoted/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 02:47:08 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/06/06 15:09:42 ryoon Exp $
SHA1 (HTML-Quoted-0.04.tar.gz) = 71600691be7cf6c03c6bc8e1cc63434cd381e1f4
RMD160 (HTML-Quoted-0.04.tar.gz) = 3df17f62deee7cd6443e0626d44eb838a6401179
SHA512 (HTML-Quoted-0.04.tar.gz) = a13fb07d683741ec32679780d7183c849c534fb79e2b5f5613f9142e2b877938712d8bf20bb1e540ad5f4532cd7f2fcbf42bc3be5e931d7a4a2ae12bd0af0cc0
Size (HTML-Quoted-0.04.tar.gz) = 23106 bytes
+SHA1 (patch-Makefile.PL) = 2d1871432afcbcc6335ed0423a0d890cd774c0d4
diff --git a/www/p5-HTML-Quoted/patches/patch-Makefile.PL b/www/p5-HTML-Quoted/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..b7eeb2a964b
--- /dev/null
+++ b/www/p5-HTML-Quoted/patches/patch-Makefile.PL
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/06 15:09:42 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2013-05-21 18:49:54.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ all_from 'lib/HTML/Quoted.pm';
+ readme_from 'lib/HTML/Quoted.pm';