Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 99FAB1A9239 for ; Wed, 26 Jan 2022 21:19:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B8F2784EB5; Wed, 26 Jan 2022 21:19:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F33C684EAD for ; Wed, 26 Jan 2022 21:19:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zvZIjM6PH8VR for ; Wed, 26 Jan 2022 21:19:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 46E0784CFC for ; Wed, 26 Jan 2022 21:19:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 402F1FB24; Wed, 26 Jan 2022 21:19:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643231949196210" MIME-Version: 1.0 Date: Wed, 26 Jan 2022 21:19:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Function-Parameters To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220126211909.402F1FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643231949196210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 26 21:19:09 UTC 2022 Modified Files: pkgsrc/devel/p5-Function-Parameters: Makefile Log Message: p5-Function-Parameters: revert previous, this has been fixed elsewhere To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Function-Parameters/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643231949196210 Content-Disposition: inline Content-Length: 846 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Function-Parameters/Makefile diff -u pkgsrc/devel/p5-Function-Parameters/Makefile:1.13 pkgsrc/devel/p5-Function-Parameters/Makefile:1.14 --- pkgsrc/devel/p5-Function-Parameters/Makefile:1.13 Wed Jan 26 21:15:35 2022 +++ pkgsrc/devel/p5-Function-Parameters/Makefile Wed Jan 26 21:19:09 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/01/26 21:15:35 mef Exp $ +# $NetBSD: Makefile,v 1.14 2022/01/26 21:19:09 wiz Exp $ DISTNAME= Function-Parameters-2.001003 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,6 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager -DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name # TEST_DEPENDS BUILD_DEPENDS+= p5-Dir-Self-[0-9]*:../../devel/p5-Dir-Self --_----------=_1643231949196210--