pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cloc



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon May 13 13:58:53 UTC 2019

Modified Files:
        pkgsrc/devel/cloc: Makefile

Log Message:
(devel/cloc) Add missing DEPENDS (p5-Parallel-ForkManager)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/cloc/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/cloc/Makefile
diff -u pkgsrc/devel/cloc/Makefile:1.3 pkgsrc/devel/cloc/Makefile:1.4
--- pkgsrc/devel/cloc/Makefile:1.3      Wed Aug 22 09:43:28 2018
+++ pkgsrc/devel/cloc/Makefile  Mon May 13 13:58:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/08/22 09:43:28 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/05/13 13:58:53 mef Exp $
 
 DISTNAME=      cloc-1.76
 PKGREVISION=   1
@@ -17,6 +17,7 @@ USE_TOOLS+=   perl:run gmake
 
 DEPENDS+=      p5-Algorithm-Diff-[0-9]*:../../devel/p5-Algorithm-Diff
 DEPENDS+=      p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
+DEPENDS+=      p5-Parallel-ForkManager-[0-9]*:../../devel/p5-Parallel-ForkManager
 
 REPLACE_PERL+= Unix/cloc
 



Home | Main Index | Thread Index | Old Index