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 D22E37A175 for ; Mon, 12 Jun 2017 08:08:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4CEA984DF6; Mon, 12 Jun 2017 08:08:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D1D5984D76 for ; Mon, 12 Jun 2017 08:08:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TZTOSZUzvFI5 for ; Mon, 12 Jun 2017 08:08:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F70C84CD8 for ; Mon, 12 Jun 2017 08:08:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DE7CFAAF; Mon, 12 Jun 2017 08:08:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149725492562860" MIME-Version: 1.0 Date: Mon, 12 Jun 2017 08:08:45 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/www/p5-Catalyst-Model-Adaptor To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170612080845.3DE7CFAAF@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. --_----------=_149725492562860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Jun 12 08:08:45 UTC 2017 Modified Files: pkgsrc/www/p5-Catalyst-Model-Adaptor: Makefile Log Message: Fix build with perl 5.26 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/p5-Catalyst-Model-Adaptor/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149725492562860 Content-Disposition: inline Content-Length: 925 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-Catalyst-Model-Adaptor/Makefile diff -u pkgsrc/www/p5-Catalyst-Model-Adaptor/Makefile:1.18 pkgsrc/www/p5-Catalyst-Model-Adaptor/Makefile:1.19 --- pkgsrc/www/p5-Catalyst-Model-Adaptor/Makefile:1.18 Mon Jun 5 14:25:13 2017 +++ pkgsrc/www/p5-Catalyst-Model-Adaptor/Makefile Mon Jun 12 08:08:45 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/06/05 14:25:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2017/06/12 08:08:45 maya Exp $ DISTNAME= Catalyst-Model-Adaptor-0.10 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,8 @@ DEPENDS+= p5-MRO-Compat-[0-9]*:../../dev BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Catalyst/Model/Adaptor/.packlist +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 +PERL5_PACKLIST= auto/Catalyst/Model/Adaptor/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" --_----------=_149725492562860--