pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-WWW-Mechanize



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Oct 18 21:16:22 UTC 2016

Modified Files:
        pkgsrc/www/p5-WWW-Mechanize: Makefile

Log Message:
Add BUILD_DEPENDS+= p5-Test-RequiresInternet for make test, but still t/live/encoding.t fails


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/p5-WWW-Mechanize/Makefile

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

Modified files:

Index: pkgsrc/www/p5-WWW-Mechanize/Makefile
diff -u pkgsrc/www/p5-WWW-Mechanize/Makefile:1.42 pkgsrc/www/p5-WWW-Mechanize/Makefile:1.43
--- pkgsrc/www/p5-WWW-Mechanize/Makefile:1.42   Tue Aug 16 01:54:48 2016
+++ pkgsrc/www/p5-WWW-Mechanize/Makefile        Tue Oct 18 21:16:22 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2016/08/16 01:54:48 wen Exp $
+# $NetBSD: Makefile,v 1.43 2016/10/18 21:16:22 mef Exp $
 
 DISTNAME=      WWW-Mechanize-1.78
 PKGNAME=       p5-${DISTNAME}
@@ -26,6 +26,7 @@ BUILD_DEPENDS+=       p5-Test-Memory-Cycle-[0-
 BUILD_DEPENDS+=        p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
 BUILD_DEPENDS+=        p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
 BUILD_DEPENDS+=        p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
+BUILD_DEPENDS+=        p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
 
 # use defaults from Makefile.PL, to avoid user interaction
 # if not set explicitly



Home | Main Index | Thread Index | Old Index