pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-IO-Socket-Timeout



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Dec 15 21:15:41 UTC 2016

Modified Files:
        pkgsrc/net/p5-IO-Socket-Timeout: Makefile

Log Message:
 - Add BUILD_DEPENDS+=  p5-Test-TCP-[0-9]* for make test


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/p5-IO-Socket-Timeout/Makefile

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

Modified files:

Index: pkgsrc/net/p5-IO-Socket-Timeout/Makefile
diff -u pkgsrc/net/p5-IO-Socket-Timeout/Makefile:1.2 pkgsrc/net/p5-IO-Socket-Timeout/Makefile:1.3
--- pkgsrc/net/p5-IO-Socket-Timeout/Makefile:1.2        Wed Jun  8 19:24:09 2016
+++ pkgsrc/net/p5-IO-Socket-Timeout/Makefile    Thu Dec 15 21:15:41 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/08 19:24:09 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/15 21:15:41 mef Exp $
 
 DISTNAME=              IO-Socket-Timeout-0.32
 PKGNAME=               p5-${DISTNAME}
@@ -12,6 +12,8 @@ COMMENT=              IO::Socket with read/write tim
 LICENSE=               ${PERL5_LICENSE}
 
 DEPENDS+=              p5-PerlIO-via-Timeout>=0.32:../../devel/p5-PerlIO-via-Timeout
+# for make test
+BUILD_DEPENDS+=                p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP
 
 PERL5_PACKLIST=                auto/IO/Socket/Timeout/.packlist
 



Home | Main Index | Thread Index | Old Index