pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Digest-Nilsimsa Remove dependency on "perl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/279037d27547
branches:  trunk
changeset: 483894:279037d27547
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Nov 21 14:27:12 2004 +0000

description:
Remove dependency on "perl>=5.6.1" since that fails on perl-thread etc.
(The comment on that dependency says that >=5.6.1 is required because
the software has not been tested with perl<5.6.1, so this dependency
was probably overly conservative anyway...)

diffstat:

 security/p5-Digest-Nilsimsa/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r ae3ac2111a10 -r 279037d27547 security/p5-Digest-Nilsimsa/Makefile
--- a/security/p5-Digest-Nilsimsa/Makefile      Sun Nov 21 14:16:49 2004 +0000
+++ b/security/p5-Digest-Nilsimsa/Makefile      Sun Nov 21 14:27:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/21 14:27:12 kristerw Exp $
 #
 
 DISTNAME=      Digest-Nilsimsa-0.06
@@ -11,9 +11,6 @@
 HOMEPAGE=      http://search.cpan.org/dist/Digest-Nilsimsa/
 COMMENT=       Perl5 extension module for Nilsimsa signatures
 
-# _might_ work with earlier version but author says, it was only tested
-# with 5.6.1 :-/
-BUILDLINK_DEPENDS.perl=        perl>=5.6.1
 USE_BUILDLINK3=                YES
 
 PERL5_CONFIGURE=       YES



Home | Main Index | Thread Index | Old Index