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:   riastradh
Date:           Wed May 29 03:01:56 UTC 2024

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

Log Message:
devel/git-perlscripts: git-cvsserver also needs p5-DBD-SQLite.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/git-perlscripts/Makefile:1.5
--- pkgsrc/devel/git-perlscripts/Makefile:1.4   Wed May 29 02:38:05 2024
+++ pkgsrc/devel/git-perlscripts/Makefile       Wed May 29 03:01:56 2024
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2024/05/29 02:38:05 riastradh Exp $
+# $NetBSD: Makefile,v 1.5 2024/05/29 03:01:56 riastradh Exp $
 
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-perlscripts-${GIT_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       Git commands that rely on Perl
 
 CONFLICTS+=    git-base<2.41.0nb1
 
+DEPENDS+=      p5-DBD-SQLite>=0:../../databases/p5-DBD-SQLite
 DEPENDS+=      p5-DBI>=0:../../databases/p5-DBI
 DEPENDS+=      p5-Error>=0.17015:../../devel/p5-Error
 DEPENDS+=      p5-Email-Valid>=0.190:../../mail/p5-Email-Valid



Home | Main Index | Thread Index | Old Index