pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Catalyst-Plugin-Authentication



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 28 08:16:58 UTC 2017

Modified Files:
        pkgsrc/www/p5-Catalyst-Plugin-Authentication: Makefile

Log Message:
Requires PERL_USE_UNSAFE_INC hack.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 \
    pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile

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-Catalyst-Plugin-Authentication/Makefile
diff -u pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile:1.25 pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile:1.26
--- pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile:1.25  Mon Jun  5 14:25:13 2017
+++ pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile       Wed Jun 28 08:16:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/06/05 14:25:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2017/06/28 08:16:58 jperkin Exp $
 
 DISTNAME=      Catalyst-Plugin-Authentication-0.10023
 PKGNAME=       p5-${DISTNAME}0
@@ -27,5 +27,7 @@ BUILD_DEPENDS+= p5-Test-WWW-Mechanize-Ca
 MAKE_PARAMS+=  --skipdeps
 PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/.packlist
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index