pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Moose
Module Name: pkgsrc
Committed By: maya
Date: Tue Jun 13 07:01:42 UTC 2017
Modified Files:
pkgsrc/devel/p5-Moose: Makefile
Log Message:
PR pkg/52294: circular perl dependencies
Cyclic dependency for package:
p5-MetaCPAN-Client-2.016000
p5-Type-Tiny-1.002001
p5-Moose-2.2004nb1
p5-Test-DependentModules-0.26nb2
p5-MetaCPAN-Client-2.016000
p5-Test-DependentModules is only needed to run the p5-Moose tests, so comment
out the dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/p5-Moose/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/p5-Moose/Makefile
diff -u pkgsrc/devel/p5-Moose/Makefile:1.103 pkgsrc/devel/p5-Moose/Makefile:1.104
--- pkgsrc/devel/p5-Moose/Makefile:1.103 Mon Jun 5 14:23:18 2017
+++ pkgsrc/devel/p5-Moose/Makefile Tue Jun 13 07:01:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2017/06/05 14:23:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.104 2017/06/13 07:01:42 maya Exp $
DISTNAME= Moose-2.2004
PKGNAME= p5-${DISTNAME}
@@ -75,7 +75,9 @@ BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/
#BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
# for make test
BUILD_DEPENDS+= p5-Module-Metadata>=1.000023:../../devel/p5-Module-Metadata
-BUILD_DEPENDS+= p5-Test-DependentModules-[0-9]*:../../devel/p5-Test-DependentModules
+# circular test dependency: p5-MetaCPAN-Client => p5-Type-Tiny => p5-Moose
+# => p5-Test-DependentModules => p5-MetaCPAN-Client
+#BUILD_DEPENDS+= p5-Test-DependentModules-[0-9]*:../../devel/p5-Test-DependentModules
USE_LANGUAGES= c
Home |
Main Index |
Thread Index |
Old Index