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.) Fix: Apply attached trivial patch. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->decke I'll take it.
decke 2010-09-16 17:52:28 UTC FreeBSD ports repository Modified files: net-im/ttytter Makefile distinfo Log: - Update to 1.1.5 PR: ports/150627 Submitted by: Julian Dunn <jdunn at aquezada dot com> (maintainer) Approved by: beat (co-mentor, implicit) Revision Changes Path 1.14 +2 -2 ports/net-im/ttytter/Makefile 1.14 +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"
State Changed From-To: open->closed Committed. Thanks!