From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 22 17:10:02 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 4AC071065672 for ; Sun, 22 Nov 2009 17:10:02 +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 282558FC21 for ; Sun, 22 Nov 2009 17:10:02 +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 nAMHA2Pe099494 for ; Sun, 22 Nov 2009 17:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAMHA2YN099493; Sun, 22 Nov 2009 17:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 22 Nov 2009 17:10:02 GMT Resent-Message-Id: <200911221710.nAMHA2YN099493@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 DF57C106568B for ; Sun, 22 Nov 2009 17:02:40 +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 B4F638FC08 for ; Sun, 22 Nov 2009 17:02:40 +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 nAMH2exT071468 for ; Sun, 22 Nov 2009 17:02:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nAMH2esU071467; Sun, 22 Nov 2009 17:02:40 GMT (envelope-from nobody) Message-Id: <200911221702.nAMH2esU071467@www.freebsd.org> Date: Sun, 22 Nov 2009 17:02:40 GMT From: Julian Dunn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140779: MAINTAINER UPDATE: net-im/ttytter to 0.99 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: Sun, 22 Nov 2009 17:10:02 -0000 >Number: 140779 >Category: ports >Synopsis: MAINTAINER UPDATE: net-im/ttytter to 0.99 >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: Sun Nov 22 17:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Julian Dunn >Release: 7.2-STABLE >Organization: Aquezada Productions >Environment: FreeBSD aphrodite.acf.aquezada.com 7.2-STABLE FreeBSD 7.2-STABLE #14: Sun Jun 28 12:44:56 EDT 2009 jdunn@aphrodite.acf.aquezada.com:/usr/obj/usr/src/sys/APHRODITE i386 >Description: Maintainer update of net-im/ttytter to 0.9.9 Changes in version 0.9.9 (bug fixes and critical improvements only): * Tweets with geolocation information no longer cause the JSON parser to panic. * If -autosplit=word fails, fall back on =char instead of completely destroying the tweet. * /vre no longer threads the reply, as API changes have caused threaded tweets to be only visible to the one replied to. * The planned conversion of 140 bytes to 140 characters as the tweet length could not be implemented in this version as the Twitter API does not correctly accept them yet. >How-To-Repeat: N/A >Fix: See attached patch Patch attached with submission follows: diff -Nur ttytter.bak/Makefile ttytter/Makefile --- ttytter.bak/Makefile 2009-09-30 09:03:15.000000000 -0400 +++ ttytter/Makefile 2009-11-22 11:57:49.000000000 -0500 @@ -5,7 +5,7 @@ # $FreeBSD: ports/net-im/ttytter/Makefile,v 1.5 2009/09/30 13:03:15 miwi Exp $ PORTNAME= ttytter -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= net-im MASTER_SITES= http://www.floodgap.com/software/ttytter/ DISTFILES= ${PORTNAME}.txt diff -Nur ttytter.bak/distinfo ttytter/distinfo --- ttytter.bak/distinfo 2009-09-30 09:03:15.000000000 -0400 +++ ttytter/distinfo 2009-11-22 11:58:21.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (ttytter.txt) = 2eab4bc29785dd7adea64e6950093594 -SHA256 (ttytter.txt) = 7011d0c57262bc4ecd924b3d9c79d615a1361834cd50fa44a3ee16522a899ccb -SIZE (ttytter.txt) = 92515 +MD5 (ttytter.txt) = dbeb04464aa12ce956edde8310bbf1d1 +SHA256 (ttytter.txt) = 6d33f869252aeed3e8aee8c5ea7e9880376e37c33a76c8b03af22114966cf635 +SIZE (ttytter.txt) = 92806 >Release-Note: >Audit-Trail: >Unformatted: