pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Harness Add a conflict with perl 5.8.3 a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5518755e5099
branches:  trunk
changeset: 474510:5518755e5099
user:      kim <kim%pkgsrc.org@localhost>
date:      Sat May 01 16:02:49 2004 +0000

description:
Add a conflict with perl 5.8.3 and later.

diffstat:

 devel/p5-Test-Harness/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5978371a28ed -r 5518755e5099 devel/p5-Test-Harness/Makefile
--- a/devel/p5-Test-Harness/Makefile    Sat May 01 13:50:25 2004 +0000
+++ b/devel/p5-Test-Harness/Makefile    Sat May 01 16:02:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/03/31 01:52:04 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/01 16:02:49 kim Exp $
 
 DISTNAME=              Test-Harness-2.40
 PKGNAME=               p5-${DISTNAME}
@@ -10,6 +10,8 @@
 HOMEPAGE=              http://search.cpan.org/dist/Test-Harness/
 COMMENT=               Perl5 module for testing
 
+CONFLICTS=             perl>=5.8.3
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                yes



Home | Main Index | Thread Index | Old Index