Bug 150627 - maintainer update: net-im/ttytter to 1.1.5
Summary: maintainer update: net-im/ttytter to 1.1.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-16 14:00 UTC by jdunn
Modified: 2010-09-16 19:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1021 bytes, patch)
2010-09-16 14:00 UTC, jdunn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jdunn 2010-09-16 14:00:02 UTC
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:
Comment 1 Bernhard Froehlich freebsd_committer freebsd_triage 2010-09-16 14:52:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-16 18:52:33 UTC
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"
Comment 3 Bernhard Froehlich freebsd_committer freebsd_triage 2010-09-16 19:00:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!