Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2009 05:11:23 GMT
From:      Julian Dunn <jdunn@aquezada.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135587: maintainer update: net-im/ttytter
Message-ID:  <200906150511.n5F5BNRh057452@www.freebsd.org>
Resent-Message-ID: <200906150520.n5F5K1kH072369@freefall.freebsd.org>

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

>Number:         135587
>Category:       ports
>Synopsis:       maintainer update: net-im/ttytter
>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:   Mon Jun 15 05:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Julian Dunn
>Release:        7.2-PRERELEASE
>Organization:
>Environment:
FreeBSD aphrodite.acf.aquezada.com 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #13: Wed Apr 15 08:36:21 EDT 2009     jdunn@aphrodite.acf.aquezada.com:/usr/obj/usr/src/sys/APHRODITE  i386
>Description:
Maintainer update of net-im/ttytter. Change log:

Changes in version 0.9.6:

    * Direct message selection, analogous to tweet selection, which also supports /delete, /url and /reply for a nice almost-orthogonal interface.
    * /retweet and /eretweet, previously undocumented in 0.9.5 due to inadequate testing, are now officially supported and properly thread in-reply-to fields.
    * Large internal change to subprocess management for easier future expansion, along with more changes to $authenticate. This internal reworking will continue up until the OAuth-based TTYtter, so people hacking on the core should beware.
    * /track should not throw pagination errors on common or popular search terms. I disagree with the way Twitter has implemented this warning, but this version includes a workaround (thanks @johndalton).
    * /ruler once again lines up properly with the prompt (thanks @vkoser, @jazzychad and others of the Brotherhood of the Ruler).
    * Search results now are properly coloured in anonymous mode.
    * GNU screen printed bold characters as inverse text. ANSI sequence tweaked for wider compatibility (thanks @arsatiki).
    * Unicode code point 0x2028 needed to be seen as a newline, and subject to -newline (or not). Fixed.
    * -noratelimit does not work when it is changed dynamically, so it is simply made a startup-option only.
    * -filter didn't handle quote-wrapped arguments (thanks @augmentedfourth). Fixed.
    * -wrap sometimes overindented following lines (thanks again @augmentedfourth). Fixed.
    * Not all legal characters for URLs were accepted by /url. Fixed.
    * /search did not call $conclude, so -filter counts got out of sync. Fixed. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur ttytter/Makefile ttytter-0.9.6/Makefile
--- ttytter/Makefile	2009-05-04 18:55:44.000000000 -0400
+++ ttytter-0.9.6/Makefile	2009-06-15 01:06:51.000000000 -0400
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/net-im/ttytter/Makefile,v 1.2 2009/05/04 22:55:44 miwi Exp $
 
 PORTNAME=	ttytter
-PORTVERSION=	0.9.5
+PORTVERSION=	0.9.6
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.floodgap.com/software/ttytter/
 DISTFILES=	${PORTNAME}.txt
diff -Nur ttytter/distinfo ttytter-0.9.6/distinfo
--- ttytter/distinfo	2009-05-04 18:55:44.000000000 -0400
+++ ttytter-0.9.6/distinfo	2009-06-15 01:07:42.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (ttytter.txt) = 6755cbd7b512f5c01e38472a24eac3c9
-SHA256 (ttytter.txt) = d70438d247134687f13d54928c9b05a8e46989d1ad18f41f250aaf217d706fd9
-SIZE (ttytter.txt) = 76642
+MD5 (ttytter.txt) = 95ea93fdf0f240541d2c23a865f26e36
+SHA256 (ttytter.txt) = 57a52c5fdc99ab861a84c0a65e76adbcaf58629844f5f484f0bd8474909ffd49
+SIZE (ttytter.txt) = 81724


>Release-Note:
>Audit-Trail:
>Unformatted:



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