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:   ryoon
Date:           Thu Jul  4 03:29:34 UTC 2024

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

Log Message:
devel/git-perlscripts: Depend on devel/git-base

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/devel/git-perlscripts/Makefile:1.6
--- pkgsrc/devel/git-perlscripts/Makefile:1.5   Wed May 29 03:01:56 2024
+++ pkgsrc/devel/git-perlscripts/Makefile       Thu Jul  4 03:29:34 2024
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2024/05/29 03:01:56 riastradh Exp $
+# $NetBSD: Makefile,v 1.6 2024/07/04 03:29:34 ryoon Exp $
 
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-perlscripts-${GIT_VERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 COMMENT=       Git commands that rely on Perl
 
 CONFLICTS+=    git-base<2.41.0nb1
 
+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