pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jun  6 15:12:05 UTC 2017

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

Log Message:
Fix build with Perl 5.26.0


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/p5-HTML-RewriteAttributes/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/p5-HTML-RewriteAttributes/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-RewriteAttributes/distinfo
diff -u pkgsrc/www/p5-HTML-RewriteAttributes/distinfo:1.4 pkgsrc/www/p5-HTML-RewriteAttributes/distinfo:1.5
--- pkgsrc/www/p5-HTML-RewriteAttributes/distinfo:1.4   Wed Nov  4 02:47:08 2015
+++ pkgsrc/www/p5-HTML-RewriteAttributes/distinfo       Tue Jun  6 15:12:04 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 02:47:08 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/06/06 15:12:04 ryoon Exp $
 
 SHA1 (HTML-RewriteAttributes-0.05.tar.gz) = b393e19b0fb745c857e3e6e8e3d4db6066a6b8e8
 RMD160 (HTML-RewriteAttributes-0.05.tar.gz) = a907753f828956fb11f8eade4eb4554e1a51744d
 SHA512 (HTML-RewriteAttributes-0.05.tar.gz) = 6a654dd2767010781f7fd145110dda4ebe71ed82aa6fea5932fa301b23f885d928c7dc0cea562ab5c5cd4f0881dadd590c4a4ae052285fcd261ac4ee9d25eb70
 Size (HTML-RewriteAttributes-0.05.tar.gz) = 27696 bytes
+SHA1 (patch-Makefile.PL) = da718e3880c3b0350fa8c9a4232e65bb52eb17a3

Added files:

Index: pkgsrc/www/p5-HTML-RewriteAttributes/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/www/p5-HTML-RewriteAttributes/patches/patch-Makefile.PL:1.1
--- /dev/null   Tue Jun  6 15:12:05 2017
+++ pkgsrc/www/p5-HTML-RewriteAttributes/patches/patch-Makefile.PL      Tue Jun  6 15:12:04 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/06 15:12:04 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2012-10-22 21:56:56.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ 
+ # Define metadata



Home | Main Index | Thread Index | Old Index