From owner-freebsd-ports Fri Feb 26 10:11:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6AC814FB8 for ; Fri, 26 Feb 1999 10:10:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA00967; Fri, 26 Feb 1999 10:10:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from area51.fremont.ca.us (d60-054.leach.ucdavis.edu [169.237.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 0AD1214EE6 for ; Fri, 26 Feb 1999 02:39:39 -0800 (PST) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id CAA51166; Fri, 26 Feb 1999 02:39:38 -0800 (PST) (envelope-from mharo) Message-Id: <199902261039.CAA51166@area51.fremont.ca.us> Date: Fri, 26 Feb 1999 02:39:38 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10275: Update: www/checkbot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10275 >Category: ports >Synopsis: Update: www/checkbot >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 26 10:10:06 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Updated version of checkbot. Also removes the patch, no longer needed, and makes a slight change to the makefile to fix dependancies I'm not sure if the PLIST patch is needed or not. This is my first PR which deals with a perl5 port. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/www/checkbot/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1999/02/24 23:26:23 1.7 +++ Makefile 1999/02/26 10:35:36 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.7 1999/02/24 23:26:23 wosch Exp $ # -DISTNAME= checkbot-1.51 +DISTNAME= checkbot-1.54 CATEGORIES= www perl5 MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ @@ -14,7 +14,7 @@ site_perl=${PREFIX}/lib/perl5/site_perl/${PERL_VER} BUILD_DEPENDS= \ - ${site_perl}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ + ${site_perl}/${ARCH}-freebsd/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/www/checkbot/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1998/03/02 19:11:48 1.1.1.1 +++ md5 1999/02/26 03:08:49 @@ -1 +1 @@ -MD5 (checkbot-1.51.tar.gz) = c6fd8b48c7be5d872976e2a5726a4274 +MD5 (checkbot-1.54.tar.gz) = e0956eb3f885d2e2f20f5bec9dceaa02 cvs diff: patches/patch-aa was removed, no comparison available Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/www/checkbot/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/08/19 20:55:53 1.2 +++ PLIST 1999/02/26 09:32:05 @@ -1 +1,3 @@ bin/checkbot +lib/perl5/site_perl/5.005/i386-freebsd/auto/checkbot/.packlist +@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/checkbot >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message