From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 16 04:30:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 227BB106566B for ; Wed, 16 Dec 2009 04:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F3DF78FC15 for ; Wed, 16 Dec 2009 04:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBG4U5XH086485 for ; Wed, 16 Dec 2009 04:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBG4U5lv086481; Wed, 16 Dec 2009 04:30:05 GMT (envelope-from gnats) Resent-Date: Wed, 16 Dec 2009 04:30:05 GMT Resent-Message-Id: <200912160430.nBG4U5lv086481@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, Julian Dunn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89646106566C for ; Wed, 16 Dec 2009 04:29:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5FC358FC08 for ; Wed, 16 Dec 2009 04:29:56 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBG4TuYL090246 for ; Wed, 16 Dec 2009 04:29:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nBG4TuYj090245; Wed, 16 Dec 2009 04:29:56 GMT (envelope-from nobody) Message-Id: <200912160429.nBG4TuYj090245@www.freebsd.org> Date: Wed, 16 Dec 2009 04:29:56 GMT From: Julian Dunn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/141665: maintainer update: net-im/ttytter to 0.9.10 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: Wed, 16 Dec 2009 04:30:06 -0000 >Number: 141665 >Category: ports >Synopsis: maintainer update: net-im/ttytter to 0.9.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 16 04:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Julian Dunn >Release: 8.0-STABLE >Organization: >Environment: FreeBSD aphrodite.acf.aquezada.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun Dec 6 16:15:47 EST 2009 jdunn@aphrodite.acf.aquezada.com:/usr/obj/usr/src/sys/APHRODITE i386 >Description: Maintainer update of net-im/ttytter to 0.9.10. Changes: * If the foreground process exits abnormally, it should still clean up the background process. * -script and -verbose should work together better (a more effective fix is in the 1.0.0 beta). * The -slowpost prompt lagged the signal switch ever so slightly, meaning you could hit ^C and kill the process even when it told you it was okay. The prompt is now delayed until after the signal handler change. * -notifytype=0 should work fully now. * -script and -status now correctly ignore -slowpost and -verify. * /vreply format tweaked slightly. >How-To-Repeat: >Fix: Apply patch attached. Patch attached with submission follows: diff -Nur ttytter.old/Makefile ttytter/Makefile --- ttytter.old/Makefile 2009-11-26 09:22:15.000000000 -0500 +++ ttytter/Makefile 2009-12-15 23:26:03.000000000 -0500 @@ -5,7 +5,7 @@ # $FreeBSD: ports/net-im/ttytter/Makefile,v 1.6 2009/11/26 14:22:15 miwi Exp $ PORTNAME= ttytter -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= net-im MASTER_SITES= http://www.floodgap.com/software/ttytter/ DISTFILES= ${PORTNAME}.txt diff -Nur ttytter.old/distinfo ttytter/distinfo --- ttytter.old/distinfo 2009-11-26 09:22:15.000000000 -0500 +++ ttytter/distinfo 2009-12-15 23:26:19.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (ttytter.txt) = dbeb04464aa12ce956edde8310bbf1d1 -SHA256 (ttytter.txt) = 6d33f869252aeed3e8aee8c5ea7e9880376e37c33a76c8b03af22114966cf635 -SIZE (ttytter.txt) = 92806 +MD5 (ttytter.txt) = dd8a20b58c73c4499a072fa467633b3f +SHA256 (ttytter.txt) = a992b67508da94caeb177555e829836b5d81d1e2e702dd45ce6ad951f93bf1f1 +SIZE (ttytter.txt) = 92965 >Release-Note: >Audit-Trail: >Unformatted: