pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-LWP-Authen-Wsse Fix build with Perl 5.26.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a43d58b6bf44
branches:  trunk
changeset: 363431:a43d58b6bf44
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jun 08 14:56:35 2017 +0000

description:
Fix build with Perl 5.26.0.

diffstat:

 www/p5-LWP-Authen-Wsse/Makefile                  |   3 ++-
 www/p5-LWP-Authen-Wsse/distinfo                  |   3 ++-
 www/p5-LWP-Authen-Wsse/patches/patch-Makefile.PL |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r f2991393ffc8 -r a43d58b6bf44 www/p5-LWP-Authen-Wsse/Makefile
--- a/www/p5-LWP-Authen-Wsse/Makefile   Thu Jun 08 14:53:36 2017 +0000
+++ b/www/p5-LWP-Authen-Wsse/Makefile   Thu Jun 08 14:56:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:25:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/08 14:56:35 schmonz Exp $
 
 DISTNAME=      LWP-Authen-Wsse-0.05
 PKGNAME=       p5-${DISTNAME}
@@ -9,6 +9,7 @@
 MAINTAINER=    kleink%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/LWP-Authen-Wsse/
 COMMENT=       Library for enabling X-WSSE authentication in LWP
+LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 DEPENDS+=      p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
diff -r f2991393ffc8 -r a43d58b6bf44 www/p5-LWP-Authen-Wsse/distinfo
--- a/www/p5-LWP-Authen-Wsse/distinfo   Thu Jun 08 14:53:36 2017 +0000
+++ b/www/p5-LWP-Authen-Wsse/distinfo   Thu Jun 08 14:56:35 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 02:47:14 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/06/08 14:56:35 schmonz Exp $
 
 SHA1 (LWP-Authen-Wsse-0.05.tar.gz) = fa44456a3996ca95e3e740ee656217cfef1e7613
 RMD160 (LWP-Authen-Wsse-0.05.tar.gz) = 946da9337d1c120d080ef51ba89a2a307269c42a
 SHA512 (LWP-Authen-Wsse-0.05.tar.gz) = b5612b2996ea84680e75accce386a575c08ba941281329f100b4acfeba8ac56fca91abf5bdb45355b5dea407f578e24df32b7be2a3e26e7900e92c4bb724e2e2
 Size (LWP-Authen-Wsse-0.05.tar.gz) = 11412 bytes
+SHA1 (patch-Makefile.PL) = da02ed73a262626cff5115524a1ae4466e3c3d3f
diff -r f2991393ffc8 -r a43d58b6bf44 www/p5-LWP-Authen-Wsse/patches/patch-Makefile.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-LWP-Authen-Wsse/patches/patch-Makefile.PL  Thu Jun 08 14:56:35 2017 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/08 14:56:35 schmonz Exp $
+
+Fix build with Perl 5.26.0.
+
+--- Makefile.PL.orig   2005-12-26 16:17:54.000000000 +0000
++++ Makefile.PL
+@@ -1,4 +1,5 @@
+ use strict;
++BEGIN { push @INC, '.'; }
+ use inc::Module::Install;
+ 
+ name            'LWP-Authen-Wsse';



Home | Main Index | Thread Index | Old Index