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: Fri Mar 9 14:37:02 UTC 2018
Modified Files:
pkgsrc/net/mikutter: Makefile distinfo
pkgsrc/net/mikutter/patches:
patch-core_plugin_photo__support_photo__support.rb
Removed Files:
pkgsrc/net/mikutter/patches: patch-core_mui_gtk__inneruserlist.rb
patch-core_mui_gtk__userlist.rb
patch-core_plugin_twitter_mikutwitter_api__shortcuts.rb
Log Message:
mikutter: update to 3.6.5.
pkgsrc changes:
* explicitly depends on json_pure gem as per Gemfile
* remove patches that has been integrated in upstream
Upstream changes:
mikutter 3.6.5
* world: on serializing World Model, change format to JSON to use
functions of Diva
* show an active account name in tooltip when mouse hovers on
World Shifter icon
* logo image in Form DSL about dialog widget was not shown in some case
* avoid warning caused by use of a deprecated constant
* follows and followers are not taken properly so that notifications
of follow and remove didn't work
* form DLS options were not in order
* Twitter: time of direct messages in the Activity tab was shown in UTC
* clear search timeline if blank is specified in the search box
* update description of requirements in README by assuming use of bundler
* twitpic images were not shown in some case
To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/net/mikutter/Makefile
cvs rdiff -u -r1.140 -r1.141 pkgsrc/net/mikutter/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/net/mikutter/patches/patch-core_mui_gtk__inneruserlist.rb \
pkgsrc/net/mikutter/patches/patch-core_mui_gtk__userlist.rb \
pkgsrc/net/mikutter/patches/patch-core_plugin_twitter_mikutwitter_api__shortcuts.rb
cvs rdiff -u -r1.4 -r1.5 \
pkgsrc/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.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.156 pkgsrc/net/mikutter/Makefile:1.157
--- pkgsrc/net/mikutter/Makefile:1.156 Sun Feb 25 02:15:19 2018
+++ pkgsrc/net/mikutter/Makefile Fri Mar 9 14:37:02 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.156 2018/02/25 02:15:19 tsutsui Exp $
+# $NetBSD: Makefile,v 1.157 2018/03/09 14:37:02 tsutsui Exp $
#
-DISTNAME= mikutter.3.6.4
+DISTNAME= mikutter.3.6.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
CATEGORIES= net
MASTER_SITES= http://mikutter.hachune.net/bin/
@@ -17,6 +17,7 @@ RUBY_VERSIONS_ACCEPTED= 23 24
DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid>=1.1.1:../../net/ruby-pluggaloid
DEPENDS+= ${RUBY_PKGPREFIX}-diva>=0.3.1:../../devel/ruby-diva
+DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.8:../../textproc/ruby-json-pure
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=3.2.0:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext
DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.1:../../security/ruby-oauth
Index: pkgsrc/net/mikutter/distinfo
diff -u pkgsrc/net/mikutter/distinfo:1.140 pkgsrc/net/mikutter/distinfo:1.141
--- pkgsrc/net/mikutter/distinfo:1.140 Sun Feb 25 02:15:19 2018
+++ pkgsrc/net/mikutter/distinfo Fri Mar 9 14:37:02 2018
@@ -1,13 +1,10 @@
-$NetBSD: distinfo,v 1.140 2018/02/25 02:15:19 tsutsui Exp $
+$NetBSD: distinfo,v 1.141 2018/03/09 14:37:02 tsutsui Exp $
-SHA1 (mikutter.3.6.4.tar.gz) = aa6c9c4a1e591903b571821a1230d8ba279d6318
-RMD160 (mikutter.3.6.4.tar.gz) = 411ece5c9cbf78d24cfaa47ada4cc538aba4a3ab
-SHA512 (mikutter.3.6.4.tar.gz) = 0d370fd41a3c622cdeb00cc9b65d9094430f0590587a18b198f3fc8de44d7a476bb15ae810377e778aea17f932ebb31dd22362231bee7e698e026e92ea2a05a0
-Size (mikutter.3.6.4.tar.gz) = 2902010 bytes
-SHA1 (patch-core_mui_gtk__inneruserlist.rb) = 552338b5029ca6236993b2c75f892a2b9fd64d2d
-SHA1 (patch-core_mui_gtk__userlist.rb) = fc7a2d850e7e9ab4d5716c2534f991afbda88a7e
+SHA1 (mikutter.3.6.5.tar.gz) = fd0b7d64c599af5eba6413122c03b81ef31421e5
+RMD160 (mikutter.3.6.5.tar.gz) = 5645f4b995a5ae38502078c2d6e261013a493381
+SHA512 (mikutter.3.6.5.tar.gz) = d7f11c4c107980d2958f8a4ea965cbb14a06f9fab15d8a044ef6a7ddd671a6b5374b91d1a1833eb849b17724c426997e1760a3843e3ea7246ce4edbbfb056411
+Size (mikutter.3.6.5.tar.gz) = 2903668 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) = 182135fc0b46035c343c746ddba091d71cdc81f4
-SHA1 (patch-core_plugin_twitter_mikutwitter_api__shortcuts.rb) = 3742017931e18e4e1c97154b919cf00ddaed474f
+SHA1 (patch-core_plugin_photo__support_photo__support.rb) = 2d10f907d278000168210c5325e7d41c5dd2ca08
SHA1 (patch-mikutter.rb) = 061d1b5d4fcf9296bc111a5da1e34a3d622c62a1
Index: pkgsrc/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb
diff -u pkgsrc/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb:1.4 pkgsrc/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb:1.5
--- pkgsrc/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb:1.4 Sat Jun 10 09:45:33 2017
+++ pkgsrc/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb Fri Mar 9 14:37:02 2018
@@ -1,8 +1,6 @@
-$NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.4 2017/06/10 09:45:33 tsutsui Exp $
+$NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.5 2018/03/09 14:37:02 tsutsui Exp $
- temporary workaround to skip totorijp gems (sorry, @toshi_a)
-- pull fixes for upstream ticket #1031
- https://dev.mikutter.hachune.net/issues/1031
--- core/plugin/photo_support/photo_support.rb.orig 2017-06-10 01:11:51.000000000 +0000
+++ core/plugin/photo_support/photo_support.rb
@@ -15,18 +13,7 @@ $NetBSD: patch-core_plugin_photo__suppor
module Plugin::PhotoSupport
INSTAGRAM_PATTERN = %r{\Ahttps?://(?:instagr\.am|(?:www\.)?instagram\.com)/p/([a-zA-Z0-9_\-]+)/}
-@@ -25,8 +25,9 @@ end
-
- Plugin.create :photo_support do
- # twitpic
-- defimageopener('twitpic', %r<^http://twitpic\.com/[a-zA-Z0-9]+>) do |display_url|
-+ defimageopener('twitpic', %r<^https?://twitpic\.com/[a-zA-Z0-9]+>) do |display_url|
- connection = HTTPClient.new
-+ connection.transparent_gzip_decompression = true
- page = connection.get_content(display_url)
- next nil if page.empty?
- doc = Nokogiri::HTML(page)
-@@ -181,9 +182,14 @@ Plugin.create :photo_support do
+@@ -181,9 +181,14 @@ Plugin.create :photo_support do
# totori.dip.jp
defimageopener('totori.dip.jp', %r#\Ahttp://totori\.dip\.jp/?\Z#) do |display_url|
Home |
Main Index |
Thread Index |
Old Index