pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-CSV-Hash Disabled the self test, sinc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b63d40ba091
branches:  trunk
changeset: 519437:6b63d40ba091
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 02 23:45:32 2006 +0000

description:
Disabled the self test, since it doesn't work.

diffstat:

 textproc/p5-Text-CSV-Hash/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9e04b5bf562a -r 6b63d40ba091 textproc/p5-Text-CSV-Hash/Makefile
--- a/textproc/p5-Text-CSV-Hash/Makefile        Mon Oct 02 23:41:01 2006 +0000
+++ b/textproc/p5-Text-CSV-Hash/Makefile        Mon Oct 02 23:45:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/08/06 06:19:32 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2006/10/02 23:45:32 rillig Exp $
 
 DISTNAME=              Text-CSV-Hash-0.18
 PKGNAME=               p5-${DISTNAME}
@@ -13,5 +13,8 @@
 
 PERL5_PACKLIST=                auto/Text/CSV/Hash/.packlist
 
+# The provided test.pl is not a unit test.
+TEST_TARGET=           # none
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index