From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 13 07:40:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C3116A4F9 for ; Fri, 13 Feb 2004 07:40:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E0443D4C for ; Fri, 13 Feb 2004 07:40:28 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1DFeSbv066847 for ; Fri, 13 Feb 2004 07:40:28 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1DFeST4066846; Fri, 13 Feb 2004 07:40:28 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 13 Feb 2004 07:40:28 -0800 (PST) Resent-Message-Id: <200402131540.i1DFeST4066846@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DE2F16A4CE; Fri, 13 Feb 2004 07:35:31 -0800 (PST) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A8643D1D; Fri, 13 Feb 2004 07:35:30 -0800 (PST) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id DE3263EAA7C; Fri, 13 Feb 2004 23:35:28 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 49528-07; Fri, 13 Feb 2004 23:35:26 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 5F8213EAA7B; Fri, 13 Feb 2004 23:35:26 +0800 (CST) Message-Id: <20040213153526.5F8213EAA7B@utopia.leeym.com> Date: Fri, 13 Feb 2004 23:35:26 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: wosch@FreeBSD.org Subject: ports/62790: update port: www/checkbot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yen-Ming Lee List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 15:40:29 -0000 >Number: 62790 >Category: ports >Synopsis: update port: www/checkbot >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 13 07:40:28 PST 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.2.1-RC i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.2.1-RC FreeBSD 5.2.1-RC #54: Mon Feb 2 05:18:32 CST 2004 root@utopia.leeym.com:/mnt3/obj/usr/src/sys/UTOPIA i386 >Description: update to 1.74, remove wrong MAN1PREFIX, and unbreak this port replace pkg-plist by PLIST_FILES and PLIST_DIRS minor cleanups Cc-ed to the MAINTAINER. >How-To-Repeat: >Fix: --- checkbot.diff begins here --- diff -ruN --exclude CVS /usr/ports/www/checkbot/Makefile checkbot/Makefile --- /usr/ports/www/checkbot/Makefile Sat Feb 7 11:21:19 2004 +++ checkbot/Makefile Fri Feb 13 23:30:35 2004 @@ -6,7 +6,7 @@ # PORTNAME= checkbot -PORTVERSION= 1.73 +PORTVERSION= 1.74 CATEGORIES= www perl5 MASTER_SITES= http://degraaff.org/checkbot/ \ http://wolfram.schneider.org/src/ @@ -22,18 +22,10 @@ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -.include - -.if ${OSVERSION} >= 500000 -MAN1PREFIX= ${PREFIX}/share -.endif - -.if ${OSVERSION} >= 502000 -BROKEN= "Broken pkg-plist" -.endif - MAN1= checkbot.1 -USE_PERL5= YES PERL_CONFIGURE= yes -.include +PLIST_FILES= bin/checkbot ${SITE_PERL:S!${PREFIX}/!!}/${PERL_ARCH}/auto/checkbot/.packlist +PLIST_DIRS= ${SITE_PERL:S!${PREFIX}/!!}/${PERL_ARCH}/auto/checkbot + +.include diff -ruN --exclude CVS /usr/ports/www/checkbot/distinfo checkbot/distinfo --- /usr/ports/www/checkbot/distinfo Wed Oct 29 22:28:08 2003 +++ checkbot/distinfo Fri Feb 13 23:17:39 2004 @@ -1 +1,2 @@ -MD5 (checkbot-1.73.tar.gz) = 31f6ee2c5764a8f0e1c6b51f48060883 +MD5 (checkbot-1.74.tar.gz) = f3d3288ca8ea67b8e1c9c25719057ccb +SIZE (checkbot-1.74.tar.gz) = 33296 diff -ruN --exclude CVS /usr/ports/www/checkbot/pkg-plist checkbot/pkg-plist --- /usr/ports/www/checkbot/pkg-plist Wed Jul 16 22:39:12 2003 +++ checkbot/pkg-plist Thu Jan 1 08:00:00 1970 @@ -1,3 +0,0 @@ -bin/checkbot -%%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot --- checkbot.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: