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 766D47A175 for ; Mon, 12 Jun 2017 07:40:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2716684DF6; Mon, 12 Jun 2017 07:40:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABBEA84D76 for ; Mon, 12 Jun 2017 07:40:29 +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 Sd-RzbxefsF0 for ; Mon, 12 Jun 2017 07:40:29 +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 18FB784CD8 for ; Mon, 12 Jun 2017 07:40:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17948FAAF; Mon, 12 Jun 2017 07:40:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497253229265680" MIME-Version: 1.0 Date: Mon, 12 Jun 2017 07:40:29 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/security/p5-Digest-BubbleBabble To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170612074029.17948FAAF@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. --_----------=_1497253229265680 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:40:29 UTC 2017 Modified Files: pkgsrc/security/p5-Digest-BubbleBabble: Makefile Log Message: fix build with perl 5.26 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/p5-Digest-BubbleBabble/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497253229265680 Content-Disposition: inline Content-Length: 858 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Digest-BubbleBabble/Makefile diff -u pkgsrc/security/p5-Digest-BubbleBabble/Makefile:1.22 pkgsrc/security/p5-Digest-BubbleBabble/Makefile:1.23 --- pkgsrc/security/p5-Digest-BubbleBabble/Makefile:1.22 Mon Jun 5 14:24:32 2017 +++ pkgsrc/security/p5-Digest-BubbleBabble/Makefile Mon Jun 12 07:40:28 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/06/05 14:24:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.23 2017/06/12 07:40:28 maya Exp $ DISTNAME= Digest-BubbleBabble-0.02 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,7 @@ LICENSE= ${PERL5_LICENSE} #DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/Digest/BubbleBabble/.packlist .include "../../lang/perl5/module.mk" --_----------=_1497253229265680--