pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/checkbot Clarify dependency versions



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b22265ce6f87
branches:  trunk
changeset: 483656:b22265ce6f87
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Nov 16 19:48:24 2004 +0000

description:
Clarify dependency versions

diffstat:

 www/checkbot/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r f46742ceefd3 -r b22265ce6f87 www/checkbot/Makefile
--- a/www/checkbot/Makefile     Tue Nov 16 19:47:37 2004 +0000
+++ b/www/checkbot/Makefile     Tue Nov 16 19:48:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/11/16 19:44:45 abs Exp $
+# $NetBSD: Makefile,v 1.19 2004/11/16 19:48:24 abs Exp $
 #
 
 DISTNAME=      checkbot-1.75
@@ -9,10 +9,10 @@
 HOMEPAGE=      http://degraaff.org/checkbot/
 COMMENT=       Verify links on a set of HTML pages
 
-DEPENDS+=      p5-MailTools-[0-9]*:../../mail/p5-MailTools
+DEPENDS+=      p5-MailTools>=1.03:../../mail/p5-MailTools
 DEPENDS+=      p5-Net-[0-9]*:../../net/p5-Net
-DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
-DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=      p5-URI>=1.10:../../www/p5-URI
+DEPENDS+=      p5-libwww>=5.76:../../www/p5-libwww
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 



Home | Main Index | Thread Index | Old Index