From nobody@FreeBSD.ORG  Sun Jan  2 11:32:06 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 94FEF14E11; Sun,  2 Jan 2000 11:32:06 -0800 (PST)
Message-Id: <20000102193206.94FEF14E11@hub.freebsd.org>
Date: Sun,  2 Jan 2000 11:32:06 -0800 (PST)
From: bruth@wmht.org
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: www/checkbot fix and update to 1.58
X-Send-Pr-Version: www-1.0

>Number:         15844
>Category:       ports
>Synopsis:       www/checkbot fix and update to 1.58
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wosch
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan  2 11:40:01 PST 2000
>Closed-Date:    Thu Jun 8 22:20:02 PDT 2000
>Last-Modified:  Thu Jun 08 22:20:47 PDT 2000
>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:
Responsible-Changed-From-To: freebsd-ports->wosch 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sun Jan 2 11:45:06 PST 2000 
Responsible-Changed-Why:  
Over to port's maintainer. 

From: Will Andrews <andrews@TECHNOLOGIST.COM>
To: bruth@wmht.org
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: RE: ports/15844: www/checkbot fix and update to 1.58
Date: Sun, 02 Jan 2000 15:20:54 -0500 (EST)

 On 02-Jan-00 bruth@wmht.org wrote:
 > 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. 
 >
 > -               ${site_perl}/URL.pm:${PORTSDIR}/net/p5-URI
 > +               ${site_perl}/URI.pm:${PORTSDIR}/net/p5-URI
 
 Actually, I meant for this to search for ${site_perl}/URI/URL.pm. ;-)
 
 --
 Will Andrews <andrews@technologist.com>
 GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
 G++>+++ e->++++ h! r-->+++ y?
 
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Thu Jun 8 22:20:02 PDT 2000 
State-Changed-Why:  
Updated to 1.58, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=15844 
>Unformatted:
