pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-Differences



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 17 11:52:07 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Test-Differences: Makefile

Log Message:
p5-Test-Differences: p5-Text-Diff is a runtime dependency, make it so

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Test-Differences/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-Test-Differences/Makefile
diff -u pkgsrc/devel/p5-Test-Differences/Makefile:1.20 pkgsrc/devel/p5-Test-Differences/Makefile:1.21
--- pkgsrc/devel/p5-Test-Differences/Makefile:1.20      Mon Jun  5 14:23:42 2017
+++ pkgsrc/devel/p5-Test-Differences/Makefile   Sun Sep 17 11:52:07 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2017/06/05 14:23:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2017/09/17 11:52:07 wiz Exp $
 
 DISTNAME=      Test-Differences-0.64
 PKGNAME=       p5-${DISTNAME}00
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     http://search.cpan.org/perldoc
 COMMENT=       Test strings and data structures and show differences if not ok
 LICENSE=       ${PERL5_LICENSE}
 
-BUILD_DEPENDS+=        p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff
+DEPENDS+=      p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff
 BUILD_DEPENDS+=        p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
 BUILD_DEPENDS+=        p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage
 BUILD_DEPENDS+=        p5-Test-Pod>=1.22:../../devel/p5-Test-Pod



Home | Main Index | Thread Index | Old Index