pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/got
Module Name: pkgsrc
Committed By: vins
Date: Sun Mar 30 08:19:48 UTC 2025
Modified Files:
pkgsrc/devel/got: Makefile
Log Message:
got: add p5-Net-Daemon to TEST_DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/got/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/got/Makefile
diff -u pkgsrc/devel/got/Makefile:1.20 pkgsrc/devel/got/Makefile:1.21
--- pkgsrc/devel/got/Makefile:1.20 Sun Mar 30 07:34:28 2025
+++ pkgsrc/devel/got/Makefile Sun Mar 30 08:19:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/03/30 07:34:28 vins Exp $
+# $NetBSD: Makefile,v 1.21 2025/03/30 08:19:47 vins Exp $
DISTNAME= got-portable-0.110
PKGNAME= ${DISTNAME:S/-portable//}
@@ -52,6 +52,7 @@ PKG_SHELL= bin/gotsh
# Tests for HTTP protocol support rely on the HTTP::Daemon Perl module.
TEST_DEPENDS+= p5-HTTP-Daemon-[0-9]*:../../www/p5-HTTP-Daemon
+TEST_DEPENDS+= p5-Net-Daemon-[0-9]*:../../net/p5-Net-Daemon
TEST_DEPENDS+= git-[0-9]*:../../devel/git
INTERACTIVE_STAGE+= test
TEST_TARGET= tests
Home |
Main Index |
Thread Index |
Old Index