diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-26 09:04:47 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-26 09:04:47 +0000 |
commit | beccd9fee7106e588d5d086d44a2be0828e7b4d7 (patch) | |
tree | bb673a8789eded5f5022bd641e8ec4bf07528d7b /net-im | |
parent | ecba6eeea8e67b95c30dd7d8bf50f95519a415b5 (diff) | |
download | ports-beccd9fee7106e588d5d086d44a2be0828e7b4d7.tar.gz ports-beccd9fee7106e588d5d086d44a2be0828e7b4d7.zip |
net-im/oysttyer: 2.6.3 -> 2.7.0
- Adds /edm and /edmreply commands to use $EDITOR for replying to DMs
- Summary of other DM enhancements already added in point releases:
o Add the ability to share tweets via direct message with the
`/qdm` command (Work towards of 2.7 milestone)
o Expand long DMs suring start-up
o Nicely truncate long DMs when using /dump
o Fix a bug where whoami comparison was not lowercased for sent dms
- Add --http1.1 flag to curl to suit versions after 7.47.0
Notes
Notes:
svn path=/head/; revision=415885
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/oysttyer/Makefile | 2 | ||||
-rw-r--r-- | net-im/oysttyer/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-im/oysttyer/Makefile b/net-im/oysttyer/Makefile index f5053014feb5..7d9c256257e0 100644 --- a/net-im/oysttyer/Makefile +++ b/net-im/oysttyer/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oysttyer -PORTVERSION= 2.6.3 +PORTVERSION= 2.7.0 CATEGORIES= net-im MAINTAINER= pi@FreeBSD.org diff --git a/net-im/oysttyer/distinfo b/net-im/oysttyer/distinfo index 344a8d3b7e35..d18adf717d7e 100644 --- a/net-im/oysttyer/distinfo +++ b/net-im/oysttyer/distinfo @@ -1,2 +1,3 @@ -SHA256 (oysttyer-oysttyer-2.6.3_GH0.tar.gz) = 0b019af4dbb6a9cc254e454c57f0dc2ed6896f951f8f372282d4d5846564b9d0 -SIZE (oysttyer-oysttyer-2.6.3_GH0.tar.gz) = 104134 +TIMESTAMP = 1464251832 +SHA256 (oysttyer-oysttyer-2.7.0_GH0.tar.gz) = 6b944413423871c6366a3bafd08a79579bce01c6b254df7ebed3394d48c2bb60 +SIZE (oysttyer-oysttyer-2.7.0_GH0.tar.gz) = 105256 |