Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 54EBD7A175 for ; Mon, 12 Jun 2017 07:59:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 03C5084DF6; Mon, 12 Jun 2017 07:59:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 886F684D76 for ; Mon, 12 Jun 2017 07:59:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HYt_wq1A7T-U for ; Mon, 12 Jun 2017 07:59:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E880684CD8 for ; Mon, 12 Jun 2017 07:59:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E6D48FAAF; Mon, 12 Jun 2017 07:59:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497254393106370" MIME-Version: 1.0 Date: Mon, 12 Jun 2017 07:59:53 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/www/p5-Apache2-AuthCASSimple To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170612075953.E6D48FAAF@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497254393106370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Jun 12 07:59:53 UTC 2017 Modified Files: pkgsrc/www/p5-Apache2-AuthCASSimple: Makefile Log Message: Fix build with perl 5.26. fix indentation To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497254393106370 Content-Disposition: inline Content-Length: 986 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile diff -u pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile:1.12 pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile:1.13 --- pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile:1.12 Mon Jun 5 14:25:08 2017 +++ pkgsrc/www/p5-Apache2-AuthCASSimple/Makefile Mon Jun 12 07:59:53 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/06/05 14:25:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2017/06/12 07:59:53 maya Exp $ # DISTNAME= Apache2-AuthCASSimple-0.10 @@ -12,8 +12,9 @@ HOMEPAGE= http://search.cpan.org/dist/Ap COMMENT= Apache2 module to authenticate through a CAS server #LICENSE= artistic OR gnu-gpl-v2 -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Apache2/AuthCASSimple/.packlist +USE_LANGUAGES= # empty +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 +PERL5_PACKLIST= auto/Apache2/AuthCASSimple/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled DEPENDS+= p5-Apache-Session-Wrapper-[0-9]*:../../www/p5-Apache-Session-Wrapper --_----------=_1497254393106370--