pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jul 20 11:26:54 UTC 2016

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

Log Message:
Added following packages on BUILD_DEPENDS for make test
  p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
  p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Test-Spelling/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-Spelling/Makefile
diff -u pkgsrc/devel/p5-Test-Spelling/Makefile:1.3 pkgsrc/devel/p5-Test-Spelling/Makefile:1.4
--- pkgsrc/devel/p5-Test-Spelling/Makefile:1.3  Wed Jun  8 19:23:41 2016
+++ pkgsrc/devel/p5-Test-Spelling/Makefile      Wed Jul 20 11:26:54 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/08 19:23:41 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/07/20 11:26:54 mef Exp $
 
 DISTNAME=      Test-Spelling-0.20
 PKGNAME=       p5-${DISTNAME}
@@ -15,6 +15,10 @@ DEPENDS+=    p5-Module-Install-GithubMeta-[
 DEPENDS+=      p5-Module-Manifest-Skip-[0-9]*:../../devel/p5-Module-Manifest-Skip
 DEPENDS+=      p5-Pod-Spell-[0-9]*:../../textproc/p5-Pod-Spell
 
+# for make test:
+BUILD_DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
+BUILD_DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
+
 USE_LANGUAGES=  # empty
 PERL5_PACKLIST= auto/Test/Spelling/.packlist
 



Home | Main Index | Thread Index | Old Index