Received: by mail.netbsd.org (Postfix, from userid 605) id 314CB84D61; Fri, 4 Sep 2020 11:19:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD06084D46 for ; Fri, 4 Sep 2020 11:19:09 +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 JjoAJ_9w09Rz for ; Fri, 4 Sep 2020 11:19:09 +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 324D684CEA for ; Fri, 4 Sep 2020 11:19:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29B3CFB28; Fri, 4 Sep 2020 11:19:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599218349108760" MIME-Version: 1.0 Date: Fri, 4 Sep 2020 11:19:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200904111909.29B3CFB28@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. --_----------=_1599218349108760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 4 11:19:09 UTC 2020 Modified Files: pkgsrc/devel/p5-Data-Dumper: Makefile pkgsrc/www/p5-Dancer2: Makefile Log Message: *: remove p5-ExtUtils-MakeMaker, part of perl since forever To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-Data-Dumper/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/p5-Dancer2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599218349108760 Content-Disposition: inline Content-Length: 1870 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-Dumper/Makefile diff -u pkgsrc/devel/p5-Data-Dumper/Makefile:1.30 pkgsrc/devel/p5-Data-Dumper/Makefile:1.31 --- pkgsrc/devel/p5-Data-Dumper/Makefile:1.30 Mon Aug 31 18:07:45 2020 +++ pkgsrc/devel/p5-Data-Dumper/Makefile Fri Sep 4 11:19:08 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2020/08/31 18:07:45 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2020/09/04 11:19:08 wiz Exp $ DISTNAME= Data-Dumper-2.173 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/X/XS/XSAWYERX/} @@ -12,7 +12,6 @@ COMMENT= Stringified perl data structure LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Test-Simple>0:../../devel/p5-Test-Simple -DEPENDS+= p5-ExtUtils-MakeMaker>0:../../devel/p5-ExtUtils-MakeMaker USE_LANGUAGES= c PERL5_PACKLIST= auto/Data/Dumper/.packlist Index: pkgsrc/www/p5-Dancer2/Makefile diff -u pkgsrc/www/p5-Dancer2/Makefile:1.57 pkgsrc/www/p5-Dancer2/Makefile:1.58 --- pkgsrc/www/p5-Dancer2/Makefile:1.57 Mon Aug 31 18:12:48 2020 +++ pkgsrc/www/p5-Dancer2/Makefile Fri Sep 4 11:19:08 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2020/08/31 18:12:48 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2020/09/04 11:19:08 wiz Exp $ DISTNAME= Dancer2-0.300004 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/} @@ -15,7 +15,6 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Dancer2/.packlist BUILD_DEPENDS+= p5-Exporter-Tiny>=0:../../devel/p5-Exporter-Tiny -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.12:../../devel/p5-ExtUtils-MakeMaker BUILD_DEPENDS+= p5-Test-Memory-Cycle>=0:../../devel/p5-Test-Memory-Cycle BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime BUILD_DEPENDS+= p5-Test-TCP>=0:../../net/p5-Test-TCP --_----------=_1599218349108760--