pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-perlscripts



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul  4 05:55:07 UTC 2024

Modified Files:
        pkgsrc/devel/git-perlscripts: Makefile

Log Message:
git-perlscripts: fix DEPENDS line


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/git-perlscripts/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/git-perlscripts/Makefile
diff -u pkgsrc/devel/git-perlscripts/Makefile:1.6 pkgsrc/devel/git-perlscripts/Makefile:1.7
--- pkgsrc/devel/git-perlscripts/Makefile:1.6   Thu Jul  4 03:29:34 2024
+++ pkgsrc/devel/git-perlscripts/Makefile       Thu Jul  4 05:55:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/07/04 03:29:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2024/07/04 05:55:07 wiz Exp $
 
 .include "../../devel/git/Makefile.common"
 
@@ -8,7 +8,7 @@ COMMENT=        Git commands that rely on Perl
 
 CONFLICTS+=    git-base<2.41.0nb1
 
-DEPENDS+=      git-base[0-9]*:../../devel/git-base
+DEPENDS+=      git-base-[0-9]*:../../devel/git-base
 DEPENDS+=      p5-DBD-SQLite>=0:../../databases/p5-DBD-SQLite
 DEPENDS+=      p5-DBI>=0:../../databases/p5-DBI
 DEPENDS+=      p5-Error>=0.17015:../../devel/p5-Error



Home | Main Index | Thread Index | Old Index