pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/p5-Archive-Peek



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Sep 15 21:32:05 UTC 2016

Modified Files:
        pkgsrc/archivers/p5-Archive-Peek: Makefile

Log Message:
- Add two BUILD_DEPENDS+= line for make test
  BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
  BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/p5-Archive-Peek/Makefile

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

Modified files:

Index: pkgsrc/archivers/p5-Archive-Peek/Makefile
diff -u pkgsrc/archivers/p5-Archive-Peek/Makefile:1.8 pkgsrc/archivers/p5-Archive-Peek/Makefile:1.9
--- pkgsrc/archivers/p5-Archive-Peek/Makefile:1.8       Wed Jun  8 19:22:14 2016
+++ pkgsrc/archivers/p5-Archive-Peek/Makefile   Thu Sep 15 21:32:05 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/06/08 19:22:14 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/09/15 21:32:05 mef Exp $
 
 DISTNAME=      Archive-Peek-0.35
 PKGNAME=       p5-${DISTNAME}
@@ -15,6 +15,10 @@ DEPENDS+=    p5-Archive-Zip-[0-9]*:../../ar
 DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
 DEPENDS+=      p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class
 
+# for make test
+BUILD_DEPENDS+=        p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
+BUILD_DEPENDS+=        p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+
 PERL5_PACKLIST=                auto/Archive/Peek/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index