ports/103987: [UPDATE]: www/checkbot: Update to version 1.78.
Frank J. Laszlo
laszlof at vonostingroup.com
Wed Oct 4 18:43:05 UTC 2006
>Number: 103987
>Category: ports
>Synopsis: [UPDATE]: www/checkbot: Update to version 1.78.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Oct 04 18:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Frank J. Laszlo
>Release: FreeBSD 5.4-RELEASE-p18 i386
>Organization:
>Environment:
System: FreeBSD main.vonostingroup.com 5.4-RELEASE-p18 FreeBSD 5.4-RELEASE-p18 #1: Sat Sep 16 18:56:42 UTC 2006 laszlof at main.vonostingroup.com:/usr/obj/usr/src/sys/MAIN i386
>Description:
This patch will update www/checkbot to version 1.78. This version fixes the following bugs:
* Don't throw errors for links that cannot be expected to be valid all the time (e.g. the classid attribute
of an object element)
* Better fallbacks for some cases where the HEAD request does not work
* Add more classes and ids to allow more styling of results pages (including example CSS file)
* Ensure XHTML compliance
* Better checks for optional dependencies
>How-To-Repeat:
>Fix:
--- checkbot-1.78.diff begins here ---
diff -NrU3 checkbot.orig/Makefile checkbot/Makefile
--- checkbot.orig/Makefile Wed Oct 4 12:03:11 2006
+++ checkbot/Makefile Wed Oct 4 12:18:30 2006
@@ -6,7 +6,7 @@
#
PORTNAME= checkbot
-PORTVERSION= 1.77
+PORTVERSION= 1.78
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://degraaff.org/checkbot/ \
@@ -16,7 +16,7 @@
MAINTAINER= laszlof at vonostingroup.com
COMMENT= A WWW link verifier, similar to momspider
-RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+BUILD_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 \
@@ -28,7 +28,7 @@
MAN1= checkbot.1
PERL_CONFIGURE= yes
-PLIST_FILES= bin/checkbot ${SITE_PERL:S!${PREFIX}/!!}/${PERL_ARCH}/auto/checkbot/.packlist
-PLIST_DIRS= ${SITE_PERL:S!${PREFIX}/!!}/${PERL_ARCH}/auto/checkbot
+PLIST_FILES= bin/checkbot ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot/.packlist
+PLIST_DIRS= ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot
.include <bsd.port.mk>
diff -NrU3 checkbot.orig/distinfo checkbot/distinfo
--- checkbot.orig/distinfo Wed Oct 4 12:03:11 2006
+++ checkbot/distinfo Wed Oct 4 12:27:18 2006
@@ -1,3 +1,3 @@
-MD5 (checkbot-1.77.tar.gz) = b1944cef378080cecd85cc915cc0d2a1
-SHA256 (checkbot-1.77.tar.gz) = 661b3c4e8f51940165ad883de0fef67caf1e2604cba49a65412ba0373bd7736f
-SIZE (checkbot-1.77.tar.gz) = 37204
+MD5 (checkbot-1.78.tar.gz) = 69684a888dcef19e90cbb95518c1b8c4
+SHA256 (checkbot-1.78.tar.gz) = c15b1f63351e498691a1243967badd6c9ebe7b63928cebc0ee2ade5b28a9a72b
+SIZE (checkbot-1.78.tar.gz) = 34914
--- checkbot-1.78.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list