diff options
author | pi <pi@FreeBSD.org> | 2016-05-26 17:04:47 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-26 17:04:47 +0800 |
commit | fd1fb66a6385e5670821918381e5ae13d1b426e4 (patch) | |
tree | bb673a8789eded5f5022bd641e8ec4bf07528d7b | |
parent | a52c75416610e91ff9eec7e89b34f390b6dd8fe8 (diff) | |
download | freebsd-ports-gnome-fd1fb66a6385e5670821918381e5ae13d1b426e4.tar.gz freebsd-ports-gnome-fd1fb66a6385e5670821918381e5ae13d1b426e4.tar.zst freebsd-ports-gnome-fd1fb66a6385e5670821918381e5ae13d1b426e4.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
-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 |