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 2D0DB7A28A for ; Thu, 15 Jun 2017 11:52:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CCA8184DA8; Thu, 15 Jun 2017 11:52:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5881784DA7 for ; Thu, 15 Jun 2017 11:52:42 +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 eT_87KuSNhnm for ; Thu, 15 Jun 2017 11:52:41 +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 AEDA584DA0 for ; Thu, 15 Jun 2017 11:52:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5A6CFAB8; Thu, 15 Jun 2017 11:52:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497527561213950" MIME-Version: 1.0 Date: Thu, 15 Jun 2017 11:52:41 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/databases/p5-DBIx-Class-TimeStamp To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170615115241.A5A6CFAB8@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. --_----------=_1497527561213950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Jun 15 11:52:41 UTC 2017 Modified Files: pkgsrc/databases/p5-DBIx-Class-TimeStamp: Makefile Log Message: Requires PERL_USE_UNSAFE_INC hack. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/p5-DBIx-Class-TimeStamp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497527561213950 Content-Disposition: inline Content-Length: 871 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/p5-DBIx-Class-TimeStamp/Makefile diff -u pkgsrc/databases/p5-DBIx-Class-TimeStamp/Makefile:1.19 pkgsrc/databases/p5-DBIx-Class-TimeStamp/Makefile:1.20 --- pkgsrc/databases/p5-DBIx-Class-TimeStamp/Makefile:1.19 Mon Jun 5 14:22:27 2017 +++ pkgsrc/databases/p5-DBIx-Class-TimeStamp/Makefile Thu Jun 15 11:52:41 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/06/05 14:22:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2017/06/15 11:52:41 jperkin Exp $ DISTNAME= DBIx-Class-TimeStamp-0.14 PKGNAME= p5-${DISTNAME} @@ -25,5 +25,7 @@ DEPENDS+= p5-DBIx-Class>=0.08009:../../d DEPENDS+= p5-DBIx-Class-DynamicDefault>=0.03:../../databases/p5-DBIx-Class-DynamicDefault DEPENDS+= p5-DateTime>=0.5500:../../time/p5-DateTime +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1497527561213950--