From larse@nik.isi.edu  Mon Jun 23 15:16:57 2003
Return-Path: <larse@nik.isi.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 32D2F37B401; Mon, 23 Jun 2003 15:16:57 -0700 (PDT)
Received: from nik.isi.edu (nik.isi.edu [128.9.168.58])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4C61343F93; Mon, 23 Jun 2003 15:16:56 -0700 (PDT)
	(envelope-from larse@nik.isi.edu)
Received: from nik.isi.edu (localhost [127.0.0.1])
	by nik.isi.edu (8.12.9/8.12.9) with ESMTP id h5NMGtQo065164;
	Mon, 23 Jun 2003 15:16:55 -0700 (PDT)
	(envelope-from larse@nik.isi.edu)
Received: (from larse@localhost)
	by nik.isi.edu (8.12.9/8.12.9/Submit) id h5NMGt7C065163;
	Mon, 23 Jun 2003 15:16:55 -0700 (PDT)
Message-Id: <200306232216.h5NMGt7C065163@nik.isi.edu>
Date: Mon, 23 Jun 2003 15:16:55 -0700 (PDT)
From: Lars Eggert <larse@isi.edu>
Reply-To: Lars Eggert <larse@nik.isi.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: wosch@freebsd.org
Subject: Updated port: www/checkbot to 1.72
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53654
>Category:       ports
>Synopsis:       Updated port: www/checkbot to 1.72
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wosch
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 23 15:20:13 PDT 2003
>Closed-Date:    Wed Jul 16 03:59:17 PDT 2003
>Last-Modified:  Wed Jul 16 03:59:17 PDT 2003
>Originator:     Lars Eggert
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD nik.isi.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Mon Jun 23 11:16:42 PDT 2003 root@nik.isi.edu:/usr/obj/usr/src/sys/KERNEL-1.24 i386


	
>Description:
Patch below updates www/checkbot to latest 1.72.
	
>How-To-Repeat:
	
>Fix:
diff -u checkbot/Makefile cbnew/Makefile
--- checkbot/Makefile	Mon Jun 23 15:13:24 2003
+++ cbnew/Makefile	Mon Jun 23 15:13:26 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	checkbot
-PORTVERSION=	1.71
+PORTVERSION=	1.72
 CATEGORIES=	www perl5
 MASTER_SITES=	http://degraaff.org/checkbot/ \
 		http://www.de.freebsd.org/~wosch/src/
@@ -14,22 +14,18 @@
 MAINTAINER=	wosch@FreeBSD.org
 COMMENT=	A WWW link verifier, similar like momspider
 
-SITE_PERL=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}
-
-BUILD_DEPENDS=  	\
+RUN_DEPENDS=	\
 		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
  		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
 		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
 		${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
 		${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
+		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
 
-RUN_DEPENDS=    ${BUILD_DEPENDS}
-
+MAN1PREFIX=	${PREFIX}/share
 MAN1=		checkbot.1
 USE_PERL5=	YES
-
-do-configure:
-	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
-		PREFIX=${PREFIX}
+PERL_CONFIGURE=	yes
 
 .include <bsd.port.mk>
diff -u checkbot/distinfo cbnew/distinfo
--- checkbot/distinfo	Tue Mar  4 04:45:03 2003
+++ cbnew/distinfo	Mon Jun 23 14:27:41 2003
@@ -1 +1 @@
-MD5 (checkbot-1.71.tar.gz) = b2152d3f9da604bd85fd0e3a0c5fd640
+MD5 (checkbot-1.72.tar.gz) = f485fa5c4c513d9fd0421c28f43f03df
diff -u checkbot/pkg-plist cbnew/pkg-plist
--- checkbot/pkg-plist	Tue Mar  4 04:45:03 2003
+++ cbnew/pkg-plist	Mon Jun 23 15:14:40 2003
@@ -1,4 +1,3 @@
 bin/checkbot
-man/man1/checkbot.1.gz
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/checkbot/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/checkbot
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot
Only in cbnew: work
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wosch 
Responsible-Changed-By: foxfair 
Responsible-Changed-When: Mon Jun 23 18:33:57 PDT 2003 
Responsible-Changed-Why:  
over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53654 
State-Changed-From-To: open->closed 
State-Changed-By: wosch 
State-Changed-When: Wed Jul 16 03:58:54 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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