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 8EB257A16D for ; Mon, 12 Jun 2017 12:15:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 320FB84DFF; Mon, 12 Jun 2017 12:15:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B784384D9E for ; Mon, 12 Jun 2017 12:15:34 +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 HoDTbjVjXLz8 for ; Mon, 12 Jun 2017 12:15:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 268FA84CDD for ; Mon, 12 Jun 2017 12:15:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21E23FAB0; Mon, 12 Jun 2017 12:15:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149726973420830" MIME-Version: 1.0 Date: Mon, 12 Jun 2017 12:15:34 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/databases/p5-DBICx-Deploy To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170612121534.21E23FAB0@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. --_----------=_149726973420830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Jun 12 12:15:34 UTC 2017 Modified Files: pkgsrc/databases/p5-DBICx-Deploy: Makefile Log Message: Fix build with perl 5.26 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/p5-DBICx-Deploy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149726973420830 Content-Disposition: inline Content-Length: 798 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/p5-DBICx-Deploy/Makefile diff -u pkgsrc/databases/p5-DBICx-Deploy/Makefile:1.13 pkgsrc/databases/p5-DBICx-Deploy/Makefile:1.14 --- pkgsrc/databases/p5-DBICx-Deploy/Makefile:1.13 Mon Jun 5 14:22:26 2017 +++ pkgsrc/databases/p5-DBICx-Deploy/Makefile Mon Jun 12 12:15:33 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/06/05 14:22:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2017/06/12 12:15:33 maya Exp $ DISTNAME= DBICx-Deploy-0.02 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/DB COMMENT= Perl 5 module to deploy a a DBIx::Class schema USE_LANGUAGES= # empty +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/DBICx/Deploy/.packlist BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite --_----------=_149726973420830--