ports/150627: maintainer update: net-im/ttytter to 1.1.5
Julian Dunn
jdunn at aquezada.com
Thu Sep 16 13:00:04 UTC 2010
>Number: 150627
>Category: ports
>Synopsis: maintainer update: net-im/ttytter to 1.1.5
>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: Thu Sep 16 13:00:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Julian Dunn
>Release: 8.1-RELEASE
>Organization:
>Environment:
FreeBSD fbsdvbox 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55: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.5.
Changes in version 1.1.5:
* Backed out select() debugging code due to way too many false positives. It can be re-enabled with -freezebug for testers.
* Small custodial changes in progress.
Changes in version 1.1.4:
* You can now ask for additional tweets to backfill your timeline with -backload=[number]. Careful with this option: Twitter can ignore it, and often does, and loading large amounts of data can dramatically slow TTYtter down. This is a down payment on pagination, to come in the very near future.
* You can now specify multiple arguments to -notifytype, such as =growl,libnotify. You will probably need an extension for your particular notification scheme. (suggested by @stormdragon2976)
* Correctly recognizes the StatusNet "fail whale" (thanks @seppo0010 and @yrvn).
* Adjusted user-agent timeouts for iffier links.
* Rescue code for buggy user-agents that ignore timeouts.
* More HTML entities are deciphered in both regular and -seven modes.
* A platform-inless dependent change of the default keyfile umask for better security (thanks @herrold).
* Gopher URLs are now forwarded to the Floodgap Gopher proxy, since Firefox 4 is dropping Gopher support, unless -urlopen uses lynx as its user agent, and /short on gopher URLs adds the proxy on to get an HTTP URL. (Hey, this is a text client. I have to support gopherspace.)
>How-To-Repeat:
>Fix:
Apply attached trivial patch.
Patch attached with submission follows:
diff -Nu ttytter.old/Makefile ttytter/Makefile
--- ttytter.old/Makefile 2010-08-18 04:09:45.000000000 -0400
+++ ttytter/Makefile 2010-09-15 23:39:38.000000000 -0400
@@ -5,10 +5,10 @@
# $FreeBSD: ports/net-im/ttytter/Makefile,v 1.13 2010/08/18 08:09:45 miwi Exp $
PORTNAME= ttytter
-PORTVERSION= 1.1.3
+PORTVERSION= 1.1.5
CATEGORIES= net-im
MASTER_SITES= http://www.floodgap.com/software/ttytter/dist1/
-DISTFILES= 1.1.03.txt
+DISTFILES= 1.1.05.txt
EXTRACT_ONLY=
MAINTAINER= jdunn at aquezada.com
diff -Nu ttytter.old/distinfo ttytter/distinfo
--- ttytter.old/distinfo 2010-08-18 04:09:45.000000000 -0400
+++ ttytter/distinfo 2010-09-15 23:39:54.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (1.1.03.txt) = e00f3b9cac53f011c7c597af4729b0a5
-SHA256 (1.1.03.txt) = ed8f7430cddaf45c2ae989b07948f76f9dd0542555a12d756b5a78828dae6b60
-SIZE (1.1.03.txt) = 136598
+MD5 (1.1.05.txt) = 354aa87ed02105b800a8dcb9e658f8dd
+SHA256 (1.1.05.txt) = 07882c8ddb4241e3fe6e93f7c561ae48c7fe6bd0089aa56a12e19c916859b5ea
+SIZE (1.1.05.txt) = 138521
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list