From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 29 00:40:13 2003 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 28ACC37B401 for ; Tue, 29 Apr 2003 00:40:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F6843FB1 for ; Tue, 29 Apr 2003 00:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3T7eCUp005626 for ; Tue, 29 Apr 2003 00:40:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3T7eCnj005624; Tue, 29 Apr 2003 00:40:12 -0700 (PDT) Date: Tue, 29 Apr 2003 00:40:12 -0700 (PDT) Message-Id: <200304290740.h3T7eCnj005624@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tim Bishop Subject: Re: ports/51440: Update port: irc/pircbot (maintainer) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Bishop List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 07:40:13 -0000 The following reply was made to PR ports/51440; it has been noted by GNATS. From: Tim Bishop To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net, paul@jibble.org Subject: Re: ports/51440: Update port: irc/pircbot (maintainer) Date: Tue, 29 Apr 2003 08:31:18 +0100 pircbot has now been updated to 1.0.5. The original patch should now be disregarded, and the one given below used instead. Thanks! --- pircbot-1.0.5.diff begins here --- diff -ruN pircbot.bak/Makefile pircbot/Makefile --- pircbot.bak/Makefile Fri Feb 21 12:17:15 2003 +++ pircbot/Makefile Tue Apr 29 08:24:32 2003 @@ -6,7 +6,7 @@ # PORTNAME= pircbot -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.5 CATEGORIES= irc java MASTER_SITES= http://www.jibble.org/files/ \ http://www.i-scream.org.uk/downloads/other/ diff -ruN pircbot.bak/distinfo pircbot/distinfo --- pircbot.bak/distinfo Thu Jan 30 05:19:12 2003 +++ pircbot/distinfo Tue Apr 29 08:24:45 2003 @@ -1 +1 @@ -MD5 (pircbot-1.0.3.zip) = eb38bd1345694674e0a696cb06f52aa0 +MD5 (pircbot-1.0.5.zip) = 9e1da0ec81906e974849c947f7cc463e --- pircbot-1.0.5.diff ends here ---