Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  2 Jan 2000 11:32:06 -0800 (PST)
From:      bruth@wmht.org
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15844: www/checkbot fix and update to 1.58
Message-ID:  <20000102193206.94FEF14E11@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15844
>Category:       ports
>Synopsis:       www/checkbot fix and update to 1.58
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan  2 11:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Brian RUth
>Release:        FreeBSD-STABLE (12/27/99)
>Organization:
WMHT Educational Telecommunications
>Environment:
FreeBSD ernie.wmht.org 3.4-STABLE FreeBSD 3.4-STABLE #0: Mon Dec 27 11:02:12 EST 1999     bruth@ernie.wmht.org:/world/src/sys/compile/ernie  i386

>Description:
There appears to be a typo from PR 15794. The dependency to p5-URI was
spelled URL which causes the URI port to be installed even if it exists.

I also have included patches to update to the latest version 1.58. 

>How-To-Repeat:
Install, deinstall, then reinstall 1.57.
>Fix:
diff -urN /usr/ports/www/checkbot/Makefile Makefile
--- /usr/ports/www/checkbot/Makefile    Sat Jan  1 08:16:44 2000
+++ Makefile    Sun Jan  2 14:20:32 2000
@@ -1,12 +1,12 @@
 # New ports collection makefile for:   checkbot
-# Version required:                    1.57
+# Version required:                    1.58
 # Date created:                                2. Feb 1998
 # Whom:                                        wosch@FreeBSD.org
 #
 # $FreeBSD: ports/www/checkbot/Makefile,v 1.15 1999/12/31 20:07:38 steve Exp $
 #
 
-DISTNAME=      checkbot-1.57
+DISTNAME=      checkbot-1.58
 CATEGORIES=    www perl5
 MASTER_SITES=  http://www.xs4all.nl/~graaff/checkbot/ \
                http://www.de.freebsd.org/~wosch/src/
@@ -18,7 +18,7 @@
                ${site_perl}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
                ${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
                ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
-               ${site_perl}/URL.pm:${PORTSDIR}/net/p5-URI
+               ${site_perl}/URI.pm:${PORTSDIR}/net/p5-URI
 
 FETCH_BEFORE_ARGS=     -b

diff -urN /usr/ports/www/checkbot/files/md5  files/md5 
--- /usr/ports/www/checkbot/files/md5   Wed Dec 29 18:23:35 1999
+++ files/md5   Sun Jan  2 14:18:08 2000
@@ -1 +1 @@
-MD5 (checkbot-1.57.tar.gz) = d87dbf0e6afd16b6dacf1c33c59f73e8
+MD5 (checkbot-1.58.tar.gz) = a65c07482a3dd38d4eafe6f9b801fe10

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000102193206.94FEF14E11>