diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2022-01-30 01:23:58 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2022-01-30 01:23:58 +0000 |
commit | c9f6487e45f917cc8fe50a50fd364d43a4407068 (patch) | |
tree | 1d3730f4117007c120062610569427e08e32116f /net | |
parent | d62667622c8d99cf66b634f79d8b76998bd78170 (diff) | |
download | pkgsrc-c9f6487e45f917cc8fe50a50fd364d43a4407068.tar.gz |
mikutter: update to 5.0.4
Upstream changes:
mikutter 5.0.4
https://mikutter.hatenablog.com/entry/2022/01/30/092542
* crash on ruby 2.7.5 due to lack of YAML.safe_load_file
on changes to handle YAML.load behavior changes of ruby 3.1
mikutter 5.0.3
https://mikutter.hatenablog.com/entry/2022/01/16/151907
* explicitly specify gettext version 3.4.1 otherwise en messages are used
even on ja environments
* crash on the extract tab if "client application name used on the post"
is specified as "includes" in the criteria
* [miku] crash on macro-expand-all if expaneded results are macro calls
* Ruby 3.1 support: add prime to dependency of uitranslator
Diffstat (limited to 'net')
-rw-r--r-- | net/mikutter/Makefile | 4 | ||||
-rw-r--r-- | net/mikutter/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 805d728a3f1..59300c4f8c0 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.205 2022/01/08 15:17:54 tsutsui Exp $ +# $NetBSD: Makefile,v 1.206 2022/01/30 01:23:58 tsutsui Exp $ # -DISTNAME= mikutter-5.0.2 +DISTNAME= mikutter-5.0.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= https://mikutter.hachune.net/bin/ diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo index ec9fc1957a1..e779453511e 100644 --- a/net/mikutter/distinfo +++ b/net/mikutter/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.183 2022/01/08 15:17:54 tsutsui Exp $ +$NetBSD: distinfo,v 1.184 2022/01/30 01:23:58 tsutsui Exp $ -BLAKE2s (mikutter-5.0.2.tar.gz) = c584ab1a3bd07645cb2bfc4bd74539a2e731dbb314e77428a61c50ba72d39275 -SHA512 (mikutter-5.0.2.tar.gz) = 56bc641daccaa53dbd66cc8a4e3664f5ad018c11643f0362880a3335883b410461b6e0df9cac05f938f6aa60dceb91da34e2519b7f1121a4a55543e96e569739 -Size (mikutter-5.0.2.tar.gz) = 2378939 bytes +BLAKE2s (mikutter-5.0.4.tar.gz) = 9d858c23cdd673139c1dc7f4144327a0ab1a881d9b36612dbcf5baf6f1a6fdfb +SHA512 (mikutter-5.0.4.tar.gz) = 30e8b24af56e38fabeb454d4ea3f6a20b11e7836527f68e61f26f164fed0c2028b29db20c21397b2203fe23fceaef2e92a481d734692da3869dfcedcae2a58e0 +Size (mikutter-5.0.4.tar.gz) = 2378972 bytes SHA1 (patch-core_config.rb) = a3167ba101f840983d9d27ea36252ec5e0b0435d SHA1 (patch-mikutter.rb) = f3cc7f0226ab6041e8ad0080a33371041a6bdf85 |