diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2018-06-11 14:09:11 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2018-06-11 14:09:11 +0000 |
commit | 0866369c5f196e1811ffca84c2c174f624a5f649 (patch) | |
tree | 3ac5e251ae39d989cd56a8a28d617dd033217b76 /net | |
parent | f2a6b5460d6dffd9406eae13a68967c9aa6ce95d (diff) | |
download | pkgsrc-0866369c5f196e1811ffca84c2c174f624a5f649.tar.gz |
mikutter: update to 3.7.2.
pkgsrc changes:
* drop json_pure dependency
https://dev.mikutter.hachune.net/issues/1246
Upstream changes:
mikutter 3.7.2
* add a setting to disable extracting custom emoji
* handle a case that Twitter API returns non-URL strings as an entity
* thanks cob odo
* unify options of remain_charcount with compose spell
* thanks Shibafu Midorino
* stack overflow when strings which include URL are entered
* thanks Shibafu Midorino
* import https://github.com/cobodo/photo_support_extra
* thanks cob odo
* remain_charcount Spell
* thanks Shibafu Midorino
* not enough height of a list in the extract tab's setting window
in some case
* thanks Yuto Tokunaga
Fixed several crash bugs.
Diffstat (limited to 'net')
-rw-r--r-- | net/mikutter/Makefile | 5 | ||||
-rw-r--r-- | net/mikutter/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index bd342286977..dea4cca1024 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.160 2018/05/27 05:17:40 tsutsui Exp $ +# $NetBSD: Makefile,v 1.161 2018/06/11 14:09:11 tsutsui Exp $ # -DISTNAME= mikutter.3.7.1 +DISTNAME= mikutter.3.7.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} CATEGORIES= net MASTER_SITES= https://mikutter.hachune.net/bin/ @@ -17,7 +17,6 @@ RUBY_VERSIONS_ACCEPTED= 23 24 DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid>=1.1.1:../../net/ruby-pluggaloid DEPENDS+= ${RUBY_PKGPREFIX}-diva>=0.3.2:../../devel/ruby-diva -DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.8:../../textproc/ruby-json-pure DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=3.2.4nb2:../../x11/ruby-gnome2-gtk DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.1:../../security/ruby-oauth diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo index a62fbc7ea4a..28a61b8938c 100644 --- a/net/mikutter/distinfo +++ b/net/mikutter/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.144 2018/05/27 05:17:40 tsutsui Exp $ +$NetBSD: distinfo,v 1.145 2018/06/11 14:09:11 tsutsui Exp $ -SHA1 (mikutter.3.7.1.tar.gz) = 4e3496cbeee45fcefac2f6ec17831775198b9a5a -RMD160 (mikutter.3.7.1.tar.gz) = e9bc15b166ec5f83d520b45397cdc930408b5963 -SHA512 (mikutter.3.7.1.tar.gz) = c88a0c10f75a863b0b6b8669ecf63af5d4bb4c2b8b5835a82cee5b805aaf3f094c0f2fa817d1178b72efb3e383d1e7a4350fa70e01be10046906d0091b00f6dc -Size (mikutter.3.7.1.tar.gz) = 2908736 bytes +SHA1 (mikutter.3.7.2.tar.gz) = 21b823c752ae4fa49de226f196dadcda5d224aec +RMD160 (mikutter.3.7.2.tar.gz) = 13bca59a3040d40ee0cc885a31a5f7bfe072e71c +SHA512 (mikutter.3.7.2.tar.gz) = 58b8fc4734aafa32bfa616c32f1f72c1ce484c56ba52f46c1eb9aeec462853a1a66f2af31db7544dd0ee74f78833444fab8a2041eac0a1e7767bddf2f17788d8 +Size (mikutter.3.7.2.tar.gz) = 2908984 bytes SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17 SHA1 (patch-core_plugin_photo__support_Gemfile) = 754b96024904e2e2f55c83e88fd3c763eecf723c SHA1 (patch-core_plugin_photo__support_photo__support.rb) = 2d10f907d278000168210c5325e7d41c5dd2ca08 |