Received: by mail.netbsd.org (Postfix, from userid 605) id 78D7F84EDF; Sun, 4 Feb 2024 05:44:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A703E84E87 for ; Sun, 4 Feb 2024 05:44:50 +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 JUiUkPZ-NqF0 for ; Sun, 4 Feb 2024 05:44:50 +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 39E8584D72 for ; Sun, 4 Feb 2024 05:44:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2DD47FA42; Sun, 4 Feb 2024 05:44:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170702549013460" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 05:44:50 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240204054450.2DD47FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170702549013460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Feb 4 05:44:50 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: Add and enable p5-Getopt-Long. To generate a diff of this commit: cvs rdiff -u -r1.4170 -r1.4171 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170702549013460 Content-Disposition: inline Content-Length: 638 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4170 pkgsrc/devel/Makefile:1.4171 --- pkgsrc/devel/Makefile:1.4170 Sat Feb 3 18:49:55 2024 +++ pkgsrc/devel/Makefile Sun Feb 4 05:44:49 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4170 2024/02/03 18:49:55 schmonz Exp $ +# $NetBSD: Makefile,v 1.4171 2024/02/04 05:44:49 schmonz Exp $ # COMMENT= Development utilities @@ -1663,6 +1663,7 @@ SUBDIR+= p5-Future SUBDIR+= p5-Future-IO SUBDIR+= p5-Getopt-ArgvFile SUBDIR+= p5-Getopt-Euclid +SUBDIR+= p5-Getopt-Long SUBDIR+= p5-Getopt-Long-Descriptive SUBDIR+= p5-Getopt-Mixed SUBDIR+= p5-Getopt-Simple --_----------=_170702549013460--