Date: Wed, 21 Dec 2005 09:51:48 -0500 From: Frank Laszlo <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90749: [UPDATE]: www/checkbot: Update to version 1.77. Message-ID: <E1Ep5Jk-000DTX-HT@ritamari.vonostingroup.com> Resent-Message-ID: <200512211500.jBLF0GTW004641@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90749 >Category: ports >Synopsis: [UPDATE]: www/checkbot: Update to version 1.77. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Dec 21 15:00:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Laszlo >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 >Description: This patch will update www/checkbot to version 1.77. The author has moved the project to sourceforge, though it still exists on his original homepage, i'll remove it from MASTER_SITES if this changes. This version fixes the following bugs. - Fix silly build-related problem that prevented checkbot 1.76 from running at all. - Check for presence of robots meta tag and act on it. >How-To-Repeat: >Fix: --- checkbot-1.77.diff begins here --- diff -NrU3 checkbot.orig/Makefile checkbot/Makefile --- checkbot.orig/Makefile Wed Dec 21 08:33:56 2005 +++ checkbot/Makefile Wed Dec 21 08:44:03 2005 @@ -6,12 +6,14 @@ # PORTNAME= checkbot -PORTVERSION= 1.75 +PORTVERSION= 1.77 CATEGORIES= www perl5 -MASTER_SITES= http://degraaff.org/checkbot/ \ +MASTER_SITES= ${MASTER_SITE_SOUREFORGE} \ + http://degraaff.org/checkbot/ \ http://wolfram.schneider.org/src/ +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= A WWW link verifier, similar to momspider RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ @@ -19,6 +21,7 @@ ${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}/Time/Duration.pm:${PORTSDIR}/devel/p5-Time-Duration \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 diff -NrU3 checkbot.orig/distinfo checkbot/distinfo --- checkbot.orig/distinfo Wed Dec 21 08:33:56 2005 +++ checkbot/distinfo Wed Dec 21 08:36:07 2005 @@ -1,3 +1,3 @@ -MD5 (checkbot-1.75.tar.gz) = decc6507226c28984a876487e0255e92 -SHA256 (checkbot-1.75.tar.gz) = 29882294f0ab88ac40e37aec0998d69464c1dc9cab0af70b1f139998eeadcb38 -SIZE (checkbot-1.75.tar.gz) = 34946 +MD5 (checkbot-1.77.tar.gz) = b1944cef378080cecd85cc915cc0d2a1 +SHA256 (checkbot-1.77.tar.gz) = 661b3c4e8f51940165ad883de0fef67caf1e2604cba49a65412ba0373bd7736f +SIZE (checkbot-1.77.tar.gz) = 37204 --- checkbot-1.77.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ep5Jk-000DTX-HT>