pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-HTML-Quoted



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jun  6 15:09:42 UTC 2017

Modified Files:
        pkgsrc/www/p5-HTML-Quoted: distinfo
Added Files:
        pkgsrc/www/p5-HTML-Quoted/patches: patch-Makefile.PL

Log Message:
Fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/p5-HTML-Quoted/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-HTML-Quoted/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-HTML-Quoted/distinfo
diff -u pkgsrc/www/p5-HTML-Quoted/distinfo:1.3 pkgsrc/www/p5-HTML-Quoted/distinfo:1.4
--- pkgsrc/www/p5-HTML-Quoted/distinfo:1.3      Wed Nov  4 02:47:08 2015
+++ pkgsrc/www/p5-HTML-Quoted/distinfo  Tue Jun  6 15:09:42 2017
@@ -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

Added files:

Index: pkgsrc/www/p5-HTML-Quoted/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/www/p5-HTML-Quoted/patches/patch-Makefile.PL:1.1
--- /dev/null   Tue Jun  6 15:09:42 2017
+++ pkgsrc/www/p5-HTML-Quoted/patches/patch-Makefile.PL Tue Jun  6 15:09:42 2017
@@ -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';



Home | Main Index | Thread Index | Old Index