pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-TimeZone p5-DateTime-TimeZone: fix de...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8954bebe151
branches: trunk
changeset: 440841:f8954bebe151
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Tue Oct 20 01:32:28 2020 +0000
description:
p5-DateTime-TimeZone: fix dependency
devel/p5-namespace-autoclean is a runtime dependency, not a tool or
test dependency. Ride previous update; this would have already been
broken before my commit.
diffstat:
time/p5-DateTime-TimeZone/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 697203acc92d -r f8954bebe151 time/p5-DateTime-TimeZone/Makefile
--- a/time/p5-DateTime-TimeZone/Makefile Tue Oct 20 00:27:59 2020 +0000
+++ b/time/p5-DateTime-TimeZone/Makefile Tue Oct 20 01:32:28 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2020/10/20 00:27:51 gutteridge Exp $
+# $NetBSD: Makefile,v 1.109 2020/10/20 01:32:28 gutteridge Exp $
DISTNAME= DateTime-TimeZone-2.42
PKGNAME= p5-${DISTNAME}
@@ -17,6 +17,7 @@
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
+DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
# for tests, but can't depend in it, since it depends on this package
#TEST_DEPENDS+= p5-DateTime>=0.1501:../../time/p5-DateTime
@@ -25,7 +26,6 @@
TEST_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
TEST_DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
-TEST_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
# on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX
# but this will result in a circular dependency
Home |
Main Index |
Thread Index |
Old Index