From nobody@FreeBSD.org  Sun Nov 22 17:02:40 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DF57C106568B
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <jdunn@aquezada.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: MAINTAINER UPDATE: net-im/ttytter to 0.99
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140779
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: net-im/ttytter to 0.99
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 22 17:10:01 UTC 2009
>Closed-Date:    Thu Nov 26 14:22:21 UTC 2009
>Last-Modified:  Thu Nov 26 14:30:06 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Nov 22 18:31:25 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140779 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Nov 26 14:22:21 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140779 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140779: commit references a PR
Date: Thu, 26 Nov 2009 14:22:28 +0000 (UTC)

 miwi        2009-11-26 14:22:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/ttytter       Makefile distinfo 
   Log:
   - Update to 0.9.9
   
   PR:             140779
   Submitted by:   Julian Dunn <jdunn@aquezada.com> (maintainer)
   
   Revision  Changes    Path
   1.6       +1 -1      ports/net-im/ttytter/Makefile
   1.6       +3 -3      ports/net-im/ttytter/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
