Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E477584D3B for ; Sun, 21 May 2023 05:30:40 +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 8IlTGIdnIeDo for ; Sun, 21 May 2023 05:30:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4F6C684C13 for ; Sun, 21 May 2023 05:30:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48A57FA87; Sun, 21 May 2023 05:30:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168464704031970" MIME-Version: 1.0 Date: Sun, 21 May 2023 05:30:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230521053040.48A57FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168464704031970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 21 05:30:40 UTC 2023 Modified Files: pkgsrc/editors/p5-Padre: Makefile pkgsrc/sysutils/shelldap: Makefile Log Message: *: simplify p5-Algorithm-Diff dependency, pkgsrc version was always new enough To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/editors/p5-Padre/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/shelldap/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168464704031970 Content-Disposition: inline Content-Length: 1840 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/p5-Padre/Makefile diff -u pkgsrc/editors/p5-Padre/Makefile:1.70 pkgsrc/editors/p5-Padre/Makefile:1.71 --- pkgsrc/editors/p5-Padre/Makefile:1.70 Sun Jan 29 21:15:56 2023 +++ pkgsrc/editors/p5-Padre/Makefile Sun May 21 05:30:40 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2023/01/29 21:15:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.71 2023/05/21 05:30:40 wiz Exp $ DISTNAME= Padre-1.00 PKGNAME= p5-${DISTNAME} @@ -26,7 +26,7 @@ BUILD_DEPENDS+= p5-Test-NoWarnings>=0.0 BUILD_DEPENDS+= p5-Test-Script>=1.07:../../devel/p5-Test-Script #DEPENDS+= p5-ack>=1.86:../../textproc/p5-ack -DEPENDS+= p5-Algorithm-Diff>=1.1900:../../devel/p5-Algorithm-Diff +DEPENDS+= p5-Algorithm-Diff>=0:../../devel/p5-Algorithm-Diff DEPENDS+= p5-App-cpanminus>=0.9923:../../devel/p5-App-cpanminus DEPENDS+= p5-CGI>=3.47:../../www/p5-CGI DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny Index: pkgsrc/sysutils/shelldap/Makefile diff -u pkgsrc/sysutils/shelldap/Makefile:1.22 pkgsrc/sysutils/shelldap/Makefile:1.23 --- pkgsrc/sysutils/shelldap/Makefile:1.22 Tue Jun 28 11:36:05 2022 +++ pkgsrc/sysutils/shelldap/Makefile Sun May 21 05:30:39 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2022/06/28 11:36:05 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2023/05/21 05:30:39 wiz Exp $ PKGNAME= shelldap-1.5.1 PKGREVISION= 4 @@ -15,7 +15,7 @@ LICENSE= modified-bsd DEPENDS+= p5-YAML-Syck>=1.15:../../textproc/p5-YAML-Syck DEPENDS+= p5-Term-Shell>=0.02:../../devel/p5-Term-Shell #DEPENDS+= {perl>=5.13.6,p5-Digest-MD5>=2.51}:../../security/p5-Digest-MD5 -DEPENDS+= p5-Algorithm-Diff>=1.1902:../../devel/p5-Algorithm-Diff +DEPENDS+= p5-Algorithm-Diff>=0:../../devel/p5-Algorithm-Diff DEPENDS+= p5-perl-ldap>=0.40.01:../../databases/p5-perl-ldap DEPENDS+= p5-Tie-IxHash>=1.23:../../devel/p5-Tie-IxHash --_----------=_168464704031970--