pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



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.

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
 



Home | Main Index | Thread Index | Old Index