ports/148165: maintainer update: net-im/ttytter to 1.1.2

Julian Dunn jdunn at aquezada.com
Sat Jun 26 14:20:01 UTC 2010


>Number:         148165
>Category:       ports
>Synopsis:       maintainer update: net-im/ttytter to 1.1.2
>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:   Sat Jun 26 14:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Julian Dunn
>Release:        8.1-RC1
>Organization:
>Environment:
FreeBSD fbsdvbox 8.1-RC1 FreeBSD 8.1-RC1 #0: Mon Jun 14 14:44:53 UTC 2010     root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Maintainer update of net-im/ttytter to 1.1.2. Required for Basic Auth shutdown on 16 August 2010.

Major changes:

Changes in version 1.1.2:

    * -status with UTF-8 characters now works correctly again from the command line (as long as your locale is set correctly, of course). (thanks @jlm314)
    * $shutdown now correctly fires even if a child process was not launched.

Changes in version 1.1.1:

    * Corrected (fingers crossed) OAuth signature bugs and UTF-8 problems. Tested on Ubuntu 10.04, Mac OS X 10.6/10.5/10.4 (PPC and x86), AIX and NetBSD 5 with 5.005 through 5.10.1, so if it doesn't work for you, I'll just find a quiet corner and shoot myself. Yes, it's actually shorter than 1.1.0 due to some efficiencies that were possible. (thanks @j4mie, @dariuus, @seppo0010 and many others for data points)
    * When looking for tools, TTYtter will now check your path first before its built-in locations. (thanks @seppo0010)
    * Better handling for impoverished environments where $HOME may not be defined.
    * New mention in Guinness Book of World Records for quickest replacement of a version of TTYtter. It's in the back somewhere, near record number of hours watching Monty Python while singing from the Hungarian Bongosok.

Changes in version 1.1.0 (this version is an updated form of the public beta, released as is due to the switchover; expect minor bugs, which will be rectified in 1.1.1):

    * Official support for OAuth, which is now the default method of authentication. OAuth requires cURL -- Lynx will not work. Basic Auth is still supported for users of StatusNet and Identi.ca, and still works with Lynx, but you must ask for it with -authtype=basic. After 16 August 2010, only TTYtter 1.1.0 and later will be able to access Twitter due to the Basic Auth shutdown. No earlier version of TTYtter will work! Read the main page for how to get your credentials converted to OAuth. You only have to do this once per account.

    * Foreground menu codes now roll continuously and wrap around instead of resetting with every foreground command (except for /thread, which still uses zz0 to zz9). This is the completion of the menu code change first introduced in 1.0.0.
    * Support for automatically fetching replies with -mentions, even from users you do not follow.
    * /deletelast deletes the most recent tweet you made, if you don't like using proper safety nets like -verify or -slowpost.
    * /doesfollow command (part of 1.0.4, but originated with the aborted 1.1.0 public beta), telling you if a user follows another or if a user follows you.
    * For users requiring -seven, certain single character entities will now be translated from UTF-8 to the nearest ISO-8859-1 equivalent (part of 1.0.4, but originated with the 1.1.0 public beta). This table will expand in the future.
    * Various API changes: -lib and -olib are now removed; new library functions; $getpassword and $shutdown (suggested by @colindean).
    * All bug fixes from 1.0.3 and 1.0.4. 
>How-To-Repeat:
N/A
>Fix:
See attached patch

Patch attached with submission follows:

diff -Nur ttytter.old/Makefile ttytter/Makefile
--- ttytter.old/Makefile	2010-06-21 21:16:38.000000000 -0400
+++ ttytter/Makefile	2010-06-26 09:55:55.000000000 -0400
@@ -5,10 +5,10 @@
 # $FreeBSD: ports/net-im/ttytter/Makefile,v 1.11 2010/06/22 01:16:38 sahil Exp $
 
 PORTNAME=	ttytter
-PORTVERSION=	1.0.4
+PORTVERSION=	1.1.2
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.floodgap.com/software/ttytter/dist1/
-DISTFILES=	1.0.04.txt
+DISTFILES=	1.1.02.txt
 EXTRACT_ONLY=
 
 MAINTAINER=	jdunn at aquezada.com
diff -Nur ttytter.old/distinfo ttytter/distinfo
--- ttytter.old/distinfo	2010-06-21 21:16:38.000000000 -0400
+++ ttytter/distinfo	2010-06-26 09:56:05.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (1.0.04.txt) = fc161c46ad4a139f83a342ff51b0f765
-SHA256 (1.0.04.txt) = 2cd6b19f0724f6dc8115e7f240c65b11fb0665ed03e786e1c7d1bb41e75513a4
-SIZE (1.0.04.txt) = 116485
+MD5 (1.1.02.txt) = 18a5f24ebdc302554b0dbbf33e2472e2
+SHA256 (1.1.02.txt) = 3e6676650daf470efe75e2ecb4b94279aae9f330f8241af76fc44f3f3493be1b
+SIZE (1.1.02.txt) = 136179


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



More information about the freebsd-ports-bugs mailing list