Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2009 17:02:40 GMT
From:      Julian Dunn <jdunn@aquezada.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140779: MAINTAINER UPDATE: net-im/ttytter to 0.99
Message-ID:  <200911221702.nAMH2esU071467@www.freebsd.org>
Resent-Message-ID: <200911221710.nAMHA2YN099493@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911221702.nAMH2esU071467>