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 02:38:05 UTC 2024

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

Log Message:
devel/git-perlscripts: git-cvsserver requires p5-DBI.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/git-perlscripts/Makefile:1.4
--- pkgsrc/devel/git-perlscripts/Makefile:1.3   Thu Aug 24 09:33:30 2023
+++ pkgsrc/devel/git-perlscripts/Makefile       Wed May 29 02:38:05 2024
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2023/08/24 09:33:30 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/29 02:38:05 riastradh Exp $
 
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-perlscripts-${GIT_VERSION}
+PKGREVISION=   1
 COMMENT=       Git commands that rely on Perl
 
 CONFLICTS+=    git-base<2.41.0nb1
 
+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
 DEPENDS+=      p5-MailTools>=2.11:../../mail/p5-MailTools



Home | Main Index | Thread Index | Old Index