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
Responsible Changed From-To: freebsd-ports-bugs->xride I'll take it
xride 2006-10-05 16:15:35 UTC FreeBSD ports repository Modified files: www/checkbot Makefile distinfo Log: PR: 103987 Submitted by: maintainer Approved by: tmclaugh (mentor) Revision Changes Path 1.37 +11 -3 ports/www/checkbot/Makefile 1.15 +3 -3 ports/www/checkbot/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
xride 2006-10-05 17:14:20 UTC FreeBSD ports repository Modified files: www/checkbot Makefile distinfo Log: Forced commit: Previous checkin to update to 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 PR: 103987 Submitted by: maintainer Approved by: tmclaugh (mentor) Revision Changes Path 1.38 +0 -0 ports/www/checkbot/Makefile 1.16 +0 -0 ports/www/checkbot/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with minor changes. Thanks.