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 8C1B47A26E for ; Wed, 24 Aug 2016 00:23:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F2B4385E79; Wed, 24 Aug 2016 00:23:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8204C85E63 for ; Wed, 24 Aug 2016 00:23:32 +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 tJQwVwexv-CT for ; Wed, 24 Aug 2016 00:23:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E09DD85E62 for ; Wed, 24 Aug 2016 00:23:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8226FBC3; Wed, 24 Aug 2016 00:23:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1471998211111990" MIME-Version: 1.0 Date: Wed, 24 Aug 2016 00:23:31 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/time/p5-DateTime-Format-Pg To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160824002331.D8226FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1471998211111990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Aug 24 00:23:31 UTC 2016 Modified Files: pkgsrc/time/p5-DateTime-Format-Pg: Makefile Log Message: Fix build by set PERL5_MODULE_TYPE to Module::Build::Tiny Reported by: joerg@ To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/time/p5-DateTime-Format-Pg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1471998211111990 Content-Disposition: inline Content-Length: 780 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime-Format-Pg/Makefile diff -u pkgsrc/time/p5-DateTime-Format-Pg/Makefile:1.19 pkgsrc/time/p5-DateTime-Format-Pg/Makefile:1.20 --- pkgsrc/time/p5-DateTime-Format-Pg/Makefile:1.19 Tue Jul 26 00:25:32 2016 +++ pkgsrc/time/p5-DateTime-Format-Pg/Makefile Wed Aug 24 00:23:31 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/07/26 00:25:32 wen Exp $ +# $NetBSD: Makefile,v 1.20 2016/08/24 00:23:31 wen Exp $ DISTNAME= DateTime-Format-Pg-0.16012 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= p5-DateTime-TimeZone>=0.05:../ PERL5_PACKLIST= auto/DateTime/Format/Pg/.packlist -PERL5_MODULE_TYPE= Module::Build +PERL5_MODULE_TYPE= Module::Build::Tiny .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1471998211111990--