From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 28 15:20:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 BC3D016A4E0 for ; Fri, 28 Jul 2006 15:20:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 873AA43D77 for ; Fri, 28 Jul 2006 15:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6SFKGW9077151 for ; Fri, 28 Jul 2006 15:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6SFKG3G077145; Fri, 28 Jul 2006 15:20:16 GMT (envelope-from gnats) Resent-Date: Fri, 28 Jul 2006 15:20:16 GMT Resent-Message-Id: <200607281520.k6SFKG3G077145@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, Radim Kolar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE3516A4DF for ; Fri, 28 Jul 2006 15:12:27 +0000 (UTC) (envelope-from hsn@netmag.cz) Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A14943D68 for ; Fri, 28 Jul 2006 15:12:17 +0000 (GMT) (envelope-from hsn@netmag.cz) Received: from antivir4.iol.cz (avir4 [192.168.30.209]) by smtp-out4.iol.cz (Postfix) with ESMTP id 9D4AB1F957D for ; Fri, 28 Jul 2006 17:12:12 +0200 (CEST) Received: from localhost (antivir4.iol.cz [127.0.0.1]) by antivir4.iol.cz (Postfix) with ESMTP id 8FD1024002E for ; Fri, 28 Jul 2006 17:12:12 +0200 (CEST) Received: from smtp-out4.iol.cz (smtp-out-4.iplanet.iol.cz [192.168.30.31]) by antivir4.iol.cz (Postfix) with ESMTP id 7DE0324002D for ; Fri, 28 Jul 2006 17:12:12 +0200 (CEST) Received: from sanatana.dharma (96.219.broadband3.iol.cz [85.70.219.96]) by smtp-out4.iol.cz (Postfix) with ESMTP id 6558422AF6F for ; Fri, 28 Jul 2006 17:12:12 +0200 (CEST) Received: from hsn@localhost by sanatana.dharma (Exim 4.62_0 FreeBSD) id 1G6U0W-0001Y6-2A ; Fri, 28 Jul 2006 17:12:08 +0200 Message-Id: Date: Fri, 28 Jul 2006 17:12:08 +0200 From: Radim Kolar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: x@Vex.Net, hsn@localhost.iol.cz Subject: ports/100988: [PATCH] irc/py-supybot: update to 0.83.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 15:20:24 -0000 >Number: 100988 >Category: ports >Synopsis: [PATCH] irc/py-supybot: update to 0.83.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 28 15:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 6.1-STABLE i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD sanatana.dharma 6.1-STABLE FreeBSD 6.1-STABLE #2: Tue Jun 27 10:46:03 CEST 2006 >Description: - Update to 0.83.2 A few of the more important changes are changing the default network driver from Twisted to Socket and fixing the crash bug with the Karma plugin. Port maintainer (x@Vex.Net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-supybot-0.83.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/py-supybot/Makefile /home/hsn/hacked/py-supybot/Makefile --- /usr/ports/irc/py-supybot/Makefile Fri May 19 16:10:05 2006 +++ /home/hsn/hacked/py-supybot/Makefile Fri Jul 28 17:05:10 2006 @@ -6,7 +6,7 @@ # PORTNAME= supybot -PORTVERSION= 0.83.1 +PORTVERSION= 0.83.2 CATEGORIES= irc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= supybot diff -ruN --exclude=CVS /usr/ports/irc/py-supybot/distinfo /home/hsn/hacked/py-supybot/distinfo --- /usr/ports/irc/py-supybot/distinfo Fri May 19 16:10:05 2006 +++ /home/hsn/hacked/py-supybot/distinfo Fri Jul 28 17:05:49 2006 @@ -1,3 +1,3 @@ -MD5 (Supybot-0.83.1.tar.bz2) = c73e71b8b49478f2c4cb9f176b22f3fe -SHA256 (Supybot-0.83.1.tar.bz2) = 6b3c14a72873e3dc1afdafa21c8d96041ad8d81af02c7057e778cdbd8a6260b3 -SIZE (Supybot-0.83.1.tar.bz2) = 346076 +MD5 (Supybot-0.83.2.tar.bz2) = 514c23a3388b65da81b9b6f1990a1912 +SHA256 (Supybot-0.83.2.tar.bz2) = 205ae6df58f70679373d81b8d4ddb634257665de6601eb9a0c2092c4d68ccd6b +SIZE (Supybot-0.83.2.tar.bz2) = 376652 --- py24-supybot-0.83.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: