Date: Fri, 26 Feb 1999 02:39:38 -0800 (PST) From: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10275: Update: www/checkbot Message-ID: <199902261039.CAA51166@area51.fremont.ca.us>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902261039.CAA51166>