pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-SQL-Translator



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Apr 18 13:52:27 UTC 2017

Modified Files:
        pkgsrc/databases/p5-SQL-Translator: Makefile

Log Message:
 Add BUILD_DEPENDS+= p5-Text-Diff-[0-9]* for make test


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/p5-SQL-Translator/Makefile

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

Modified files:

Index: pkgsrc/databases/p5-SQL-Translator/Makefile
diff -u pkgsrc/databases/p5-SQL-Translator/Makefile:1.28 pkgsrc/databases/p5-SQL-Translator/Makefile:1.29
--- pkgsrc/databases/p5-SQL-Translator/Makefile:1.28    Wed Jun  8 19:22:30 2016
+++ pkgsrc/databases/p5-SQL-Translator/Makefile Tue Apr 18 13:52:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2016/06/08 19:22:30 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2017/04/18 13:52:27 mef Exp $
 
 DISTNAME=      SQL-Translator-0.11021
 PKGNAME=       p5-${DISTNAME}
@@ -40,6 +40,8 @@ DEPENDS+=     p5-YAML>=0.66:../../textproc/p
 BUILD_DEPENDS+=        p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-XML-Writer>=0.500:../../textproc/p5-XML-Writer
+# for make test
+BUILD_DEPENDS+=        p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
 
 USE_LANGUAGES= # empty
 PERL5_MODULE_TYPE= Module::Install::Bundled



Home | Main Index | Thread Index | Old Index