Received: by mail.netbsd.org (Postfix, from userid 605) id 6376784D58; Mon, 7 Sep 2020 20:16:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DFA8F84D56 for ; Mon, 7 Sep 2020 20:16:04 +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 mT-T2z6qgrh5 for ; Mon, 7 Sep 2020 20:16:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7905F84D23 for ; Mon, 7 Sep 2020 20:16:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76472FB28; Mon, 7 Sep 2020 20:16:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599509764279380" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 20:16:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907201604.76472FB28@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. --_----------=_1599509764279380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 20:16:04 UTC 2020 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + p5-Exporter-Declare To generate a diff of this commit: cvs rdiff -u -r1.3233 -r1.3234 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599509764279380 Content-Disposition: inline Content-Length: 641 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3233 pkgsrc/devel/Makefile:1.3234 --- pkgsrc/devel/Makefile:1.3233 Mon Sep 7 20:13:26 2020 +++ pkgsrc/devel/Makefile Mon Sep 7 20:16:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3233 2020/09/07 20:13:26 wiz Exp $ +# $NetBSD: Makefile,v 1.3234 2020/09/07 20:16:04 wiz Exp $ # COMMENT= Development utilities @@ -1353,6 +1353,7 @@ SUBDIR+= p5-Exception-Class SUBDIR+= p5-Exception-Handler SUBDIR+= p5-Expect SUBDIR+= p5-Expect-Simple +SUBDIR+= p5-Exporter-Declare SUBDIR+= p5-Exporter-Lite SUBDIR+= p5-Exporter-Tiny SUBDIR+= p5-ExtUtils-AutoInstall --_----------=_1599509764279380--