Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/p5-Geo-Distance p5-Geo-Distance: add missing...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ead9efa58bd5
branches:  trunk
changeset: 438397:ead9efa58bd5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 11:10:38 2020 +0000

description:
p5-Geo-Distance: add missing test dependency

diffstat:

 geography/p5-Geo-Distance/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r d420fcc84274 -r ead9efa58bd5 geography/p5-Geo-Distance/Makefile
--- a/geography/p5-Geo-Distance/Makefile        Mon Sep 07 10:56:56 2020 +0000
+++ b/geography/p5-Geo-Distance/Makefile        Mon Sep 07 11:10:38 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2020/08/31 18:09:35 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2020/09/07 11:10:38 wiz Exp $
 
 DISTNAME=      Geo-Distance-0.20
 PKGNAME=       p5-${DISTNAME}
 PKGREVISION=   8
-CATEGORIES=    perl5
+CATEGORIES=    geography perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Geo/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,6 +11,8 @@
 COMMENT=       Calculate Distances and Closest Locations
 LICENSE=       ${PERL5_LICENSE}
 
+TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+
 PERL5_PACKLIST=                auto/Geo/Distance/.packlist
 #PERL5_MODULE_TYPE=    Module::Install::Bundled
 MAKE_PARAMS+=          --skipdeps



Home | Main Index | Thread Index | Old Index