pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-DateTime-Format-Natural
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 29 06:06:34 UTC 2018
Modified Files:
pkgsrc/time/p5-DateTime-Format-Natural: Makefile
Log Message:
p5-DateTime-Format-Natural: Clone is a runtime dependency, make it so.
While here, use TEST_DEPENDS.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/p5-DateTime-Format-Natural/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/p5-DateTime-Format-Natural/Makefile
diff -u pkgsrc/time/p5-DateTime-Format-Natural/Makefile:1.25 pkgsrc/time/p5-DateTime-Format-Natural/Makefile:1.26
--- pkgsrc/time/p5-DateTime-Format-Natural/Makefile:1.25 Wed Aug 22 09:47:16 2018
+++ pkgsrc/time/p5-DateTime-Format-Natural/Makefile Wed Aug 29 06:06:34 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2018/08/22 09:47:16 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2018/08/29 06:06:34 wiz Exp $
DISTNAME= DateTime-Format-Natural-1.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -16,13 +16,11 @@ DEPENDS+= p5-List-MoreUtils-[0-9]*:../..
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
DEPENDS+= p5-boolean-[0-9]*:../../devel/p5-boolean
DEPENDS+= p5-Module-Util>=0:../../devel/p5-Module-Util
-
-BUILD_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
-
+DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
# recommended
DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc
-# for make test
-BUILD_DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
+
+TEST_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= #
Home |
Main Index |
Thread Index |
Old Index