pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/p5-Geo-Distance



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 11:10:38 UTC 2020

Modified Files:
        pkgsrc/geography/p5-Geo-Distance: Makefile

Log Message:
p5-Geo-Distance: add missing test dependency


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/geography/p5-Geo-Distance/Makefile

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

Modified files:

Index: pkgsrc/geography/p5-Geo-Distance/Makefile
diff -u pkgsrc/geography/p5-Geo-Distance/Makefile:1.22 pkgsrc/geography/p5-Geo-Distance/Makefile:1.23
--- pkgsrc/geography/p5-Geo-Distance/Makefile:1.22      Mon Aug 31 18:09:35 2020
+++ pkgsrc/geography/p5-Geo-Distance/Makefile   Mon Sep  7 11:10:38 2020
@@ -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 @@ HOMEPAGE=     https://metacpan.org/release/B
 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