pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mikutter
Module Name: pkgsrc
Committed By: tsutsui
Date: Sat Mar 16 07:01:26 UTC 2024
Modified Files:
pkgsrc/net/mikutter: Makefile PLIST distinfo
pkgsrc/net/mikutter/patches: patch-mikutter.rb
Log Message:
mikutter: update to 5.0.6.
Upstream changes:
https://mikutter.hatenablog.com/entry/2024/03/16/150527
mikutter 5.0.6
* lint by rubocop against newer sources and reorganize sources
* remove twitter_api_keys plugin
* thanks Izumi Tsutsui
* use gtk3 4.2.1
* thanks Izumi Tsutsui
* thumbnails of niconico-video were not shown
* thanks Izumi Tsutsui
* remove unused oauth gem from Gemfile
* thanks Izumi Tsutsui
To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 pkgsrc/net/mikutter/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/mikutter/PLIST
cvs rdiff -u -r1.187 -r1.188 pkgsrc/net/mikutter/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/mikutter/patches/patch-mikutter.rb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/mikutter/Makefile
diff -u pkgsrc/net/mikutter/Makefile:1.217 pkgsrc/net/mikutter/Makefile:1.218
--- pkgsrc/net/mikutter/Makefile:1.217 Thu Nov 23 13:29:53 2023
+++ pkgsrc/net/mikutter/Makefile Sat Mar 16 07:01:26 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.217 2023/11/23 13:29:53 tsutsui Exp $
+# $NetBSD: Makefile,v 1.218 2024/03/16 07:01:26 tsutsui Exp $
-DISTNAME= mikutter-5.0.5
+DISTNAME= mikutter-5.0.6
DIST_SUBDIR= ${DISTNAME} # for a pending patch in upstream Redmine
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= https://mikutter.hachune.net/bin/
@@ -27,7 +26,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-httpclient>=
DEPENDS+= ${RUBY_PKGPREFIX}-memoist>=0.16.2:../../devel/ruby-memoist
DEPENDS+= ${RUBY_PKGPREFIX}-moneta-[0-9]*:../../databases/ruby-moneta
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
-DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.8:../../security/ruby-oauth
DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid>=1.7.0:../../net/ruby-pluggaloid
DEPENDS+= ${RUBY_PKGPREFIX}-typed-array>=0.1.2:../../misc/ruby-typed-array
Index: pkgsrc/net/mikutter/PLIST
diff -u pkgsrc/net/mikutter/PLIST:1.53 pkgsrc/net/mikutter/PLIST:1.54
--- pkgsrc/net/mikutter/PLIST:1.53 Thu Nov 23 13:29:53 2023
+++ pkgsrc/net/mikutter/PLIST Sat Mar 16 07:01:26 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.53 2023/11/23 13:29:53 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.54 2024/03/16 07:01:26 tsutsui Exp $
bin/mikutter
share/applications/mikutter.desktop
share/doc/mikutter/README
@@ -166,6 +166,7 @@ share/mikutter/core/skin/data/tab-bg.png
share/mikutter/core/skin/data/timeline.png
share/mikutter/core/skin/data/underconstruction.png
share/mikutter/core/skin/data/unfav.png
+share/mikutter/core/skin/data/unlisted.png
share/mikutter/core/skin/data/verified.png
share/mikutter/core/system/message.rb
share/mikutter/core/system/system.rb
@@ -214,6 +215,7 @@ share/mikutter/plugin/activity/po/zh_CN/
share/mikutter/plugin/activity/po/zh_TW/activity.po
share/mikutter/plugin/activity_gtk/.mikutter.yml
share/mikutter/plugin/activity_gtk/activity_gtk.rb
+share/mikutter/plugin/activity_gtk/activity_view.rb
share/mikutter/plugin/activity_gtk/model_selector.rb
share/mikutter/plugin/activity_gtk/po/ar/activity_gtk.po
share/mikutter/plugin/activity_gtk/po/de/activity_gtk.po
@@ -513,14 +515,6 @@ share/mikutter/plugin/mastodon_account_v
share/mikutter/plugin/mastodon_custom_post/.mikutter.yml
share/mikutter/plugin/mastodon_custom_post/mastodon_custom_post.rb
share/mikutter/plugin/mastodon_gtk/.mikutter.yml
-share/mikutter/plugin/mastodon_gtk/icon/bot.png
-share/mikutter/plugin/mastodon_gtk/icon/direct.png
-share/mikutter/plugin/mastodon_gtk/icon/libre-gui-email.svg
-share/mikutter/plugin/mastodon_gtk/icon/libre-gui-lock.svg
-share/mikutter/plugin/mastodon_gtk/icon/libre-gui-unlock.svg
-share/mikutter/plugin/mastodon_gtk/icon/pin.png
-share/mikutter/plugin/mastodon_gtk/icon/private.png
-share/mikutter/plugin/mastodon_gtk/icon/unlisted.png
share/mikutter/plugin/mastodon_gtk/mastodon_gtk.rb
share/mikutter/plugin/mastodon_gtk/patch.rb
share/mikutter/plugin/mastodon_gtk/subparts_status_info.rb
@@ -805,8 +799,6 @@ share/mikutter/plugin/sub_parts_voter_up
share/mikutter/plugin/tco/.mikutter.yml
share/mikutter/plugin/tco/tco.rb
share/mikutter/plugin/template
-share/mikutter/plugin/twitter_api_keys/.mikutter.yml
-share/mikutter/plugin/twitter_api_keys/twitter_api_keys.rb
share/mikutter/plugin/uitranslator/.mikutter.yml
share/mikutter/plugin/uitranslator/Gemfile
share/mikutter/plugin/uitranslator/uitranslator.rb
Index: pkgsrc/net/mikutter/distinfo
diff -u pkgsrc/net/mikutter/distinfo:1.187 pkgsrc/net/mikutter/distinfo:1.188
--- pkgsrc/net/mikutter/distinfo:1.187 Thu Nov 23 13:29:53 2023
+++ pkgsrc/net/mikutter/distinfo Sat Mar 16 07:01:26 2024
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.187 2023/11/23 13:29:53 tsutsui Exp $
+$NetBSD: distinfo,v 1.188 2024/03/16 07:01:26 tsutsui Exp $
-BLAKE2s (mikutter-5.0.5/1585-use-own-blowfish-impl.patch) = bee8637c9af366dec49855cc26ac22d3127a29e4a9a53da5113fb30395b30e74
-SHA512 (mikutter-5.0.5/1585-use-own-blowfish-impl.patch) = cddab2449c16b64bc12d272b9302eba01d3e80dfa1d9ade9b125d46508bdc49eb1b4990b25f43c915f76d3e3d4b669a9d5a6b09fbfb6e845690b39d336f120a0
-Size (mikutter-5.0.5/1585-use-own-blowfish-impl.patch) = 41698 bytes
-BLAKE2s (mikutter-5.0.5/mikutter-5.0.5.tar.gz) = 48e7289412146b48876a6233d9c18c1acc9571c94642d6d480a425bf8a9b7004
-SHA512 (mikutter-5.0.5/mikutter-5.0.5.tar.gz) = 8b7d178400b0d7cb674297f9109832e1a19563d35e985636a42028df2414973819ef49b39f80e1a51cf1964634062656dc2071ba8d934083ce327e0a9f3adf28
-Size (mikutter-5.0.5/mikutter-5.0.5.tar.gz) = 2379037 bytes
+BLAKE2s (mikutter-5.0.6/1585-use-own-blowfish-impl.patch) = bee8637c9af366dec49855cc26ac22d3127a29e4a9a53da5113fb30395b30e74
+SHA512 (mikutter-5.0.6/1585-use-own-blowfish-impl.patch) = cddab2449c16b64bc12d272b9302eba01d3e80dfa1d9ade9b125d46508bdc49eb1b4990b25f43c915f76d3e3d4b669a9d5a6b09fbfb6e845690b39d336f120a0
+Size (mikutter-5.0.6/1585-use-own-blowfish-impl.patch) = 41698 bytes
+BLAKE2s (mikutter-5.0.6/mikutter-5.0.6.tar.gz) = 939706504acd7ded7f69d860e950b4659afd4b4a8d65971357637d2246d16440
+SHA512 (mikutter-5.0.6/mikutter-5.0.6.tar.gz) = 6ea4b8677069e993ede27a9ef110fd8b64587c8fc8b773f027ab1515e532e31d4d5e8ac1818f60ddb1921b064a0e22a5f95385a4ddfb0cf4ca2877ce5e8e1f70
+Size (mikutter-5.0.6/mikutter-5.0.6.tar.gz) = 2372713 bytes
SHA1 (patch-core_config.rb) = a3167ba101f840983d9d27ea36252ec5e0b0435d
-SHA1 (patch-mikutter.rb) = f3cc7f0226ab6041e8ad0080a33371041a6bdf85
+SHA1 (patch-mikutter.rb) = e9ce3b1ef7e31fb97f10c55384541343aa138d8a
Index: pkgsrc/net/mikutter/patches/patch-mikutter.rb
diff -u pkgsrc/net/mikutter/patches/patch-mikutter.rb:1.10 pkgsrc/net/mikutter/patches/patch-mikutter.rb:1.11
--- pkgsrc/net/mikutter/patches/patch-mikutter.rb:1.10 Sat Jan 8 15:17:54 2022
+++ pkgsrc/net/mikutter/patches/patch-mikutter.rb Sat Mar 16 07:01:26 2024
@@ -1,9 +1,9 @@
-$NetBSD: patch-mikutter.rb,v 1.10 2022/01/08 15:17:54 tsutsui Exp $
+$NetBSD: patch-mikutter.rb,v 1.11 2024/03/16 07:01:26 tsutsui Exp $
- pkgsrc can handle location of ruby binary
https://dev.mikutter.hachune.net/issues/889
---- mikutter.rb.orig 2021-12-31 15:11:57.000000000 +0000
+--- mikutter.rb.orig 2024-03-16 05:31:35.000000000 +0000
+++ mikutter.rb
@@ -1,7 +1,5 @@
-#!/bin/sh
@@ -13,4 +13,4 @@ $NetBSD: patch-mikutter.rb,v 1.10 2022/0
-#!ruby
=begin rdoc
= mikutter - simple, powerful and moeful Mastodon client
- Copyright (C) 2009-2022 Toshiaki Asai
+ Copyright (C) 2009-2024 Toshiaki Asai
Home |
Main Index |
Thread Index |
Old Index