summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2016-02-27 02:30:24 +0000
committertsutsui <tsutsui@pkgsrc.org>2016-02-27 02:30:24 +0000
commitab46221d8c2a76f40573701270d25bb839fd753f (patch)
tree14f3a8f3c6b57b95e4542c87eb4c44fba529504a /net
parentef1c7f67a1c118fb30a7790b520910dd03b4759b (diff)
downloadpkgsrc-ab46221d8c2a76f40573701270d25bb839fd753f.tar.gz
Update mikutter to 3.3.8.
Upstream changes: * cannot preview instagram pictures * twitter authentication on the first startup didn't work with some library version Remarks: OAuth::RequestToken#build_authorize_url is broken in the latest oauth gem 0.5.0: https://github.com/oauth-xx/oauth-ruby/pull/108
Diffstat (limited to 'net')
-rw-r--r--net/mikutter/Makefile6
-rw-r--r--net/mikutter/distinfo12
-rw-r--r--net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb8
3 files changed, 13 insertions, 13 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile
index 38b86450378..f7e82515a8e 100644
--- a/net/mikutter/Makefile
+++ b/net/mikutter/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.114 2016/02/21 05:49:57 tsutsui Exp $
+# $NetBSD: Makefile,v 1.115 2016/02/27 02:30:24 tsutsui Exp $
#
-DISTNAME= mikutter.3.3.7
+DISTNAME= mikutter.3.3.8
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
CATEGORIES= net
MASTER_SITES= http://mikutter.hachune.net/bin/
@@ -16,7 +16,7 @@ LICENSE= mit AND cc-by-sa-v3.0
DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid-[0-9]*:../../net/ruby-pluggaloid
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=3.0.7:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext
-DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4:../../security/ruby-oauth
+DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4<0.5:../../security/ruby-oauth
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3:../../net/ruby-addressable
DEPENDS+= ${RUBY_PKGPREFIX}-memoist-[0-9]*:../../devel/ruby-memoist
DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4:../../security/ruby-hmac
diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo
index 2a029c48ec8..df4ba01f377 100644
--- a/net/mikutter/distinfo
+++ b/net/mikutter/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.101 2016/02/21 05:49:57 tsutsui Exp $
+$NetBSD: distinfo,v 1.102 2016/02/27 02:30:24 tsutsui Exp $
-SHA1 (mikutter.3.3.7.tar.gz) = c879cbb992977385ed09ea1d11339f63188648fe
-RMD160 (mikutter.3.3.7.tar.gz) = 0d2f56cc83eff40e5c2da4498b3356f4a6cabd89
-SHA512 (mikutter.3.3.7.tar.gz) = d023366aecb64ca86150f0c08ec2d7a96d0045abb9b4b35d2cb66276e70cf800991dc13a5aadaa3c54709af684688c1d33b5b26f2d6662877375c13f3ee07aa7
-Size (mikutter.3.3.7.tar.gz) = 2789718 bytes
+SHA1 (mikutter.3.3.8.tar.gz) = 9b2428ca94af8fc8d2cd94557133a8721a623bca
+RMD160 (mikutter.3.3.8.tar.gz) = 1d4b49993df603b0c69c1423feabcf6f8a1de040
+SHA512 (mikutter.3.3.8.tar.gz) = b23e2087d6a8543f782d38f1722c0cddc3259779d99767a44fc3d6cf33bd01d13253c7daf80f7e5ccd220ed47bc392c9530f606ab759ab644fdc21cc6f4468c7
+Size (mikutter.3.3.8.tar.gz) = 2789675 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) = f8183a69ff36bd9c7da8c57d0b720ceade210ea3
+SHA1 (patch-core_plugin_photo__support_photo__support.rb) = d6e1e288ee0914d0d494e344c1614634ea250ad9
diff --git a/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb b/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb
index 12e83907271..ddc56c9b09e 100644
--- a/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb
+++ b/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb
@@ -1,8 +1,8 @@
-$NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.1 2016/01/09 19:36:12 tsutsui Exp $
+$NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.2 2016/02/27 02:30:24 tsutsui Exp $
- temporary workaround to skip totorijp gems (sorry, @toshi_a)
---- core/plugin/photo_support/photo_support.rb.orig 2015-12-27 21:42:08.000000000 +0000
+--- core/plugin/photo_support/photo_support.rb.orig 2016-02-26 09:02:04.000000000 +0000
+++ core/plugin/photo_support/photo_support.rb
@@ -1,7 +1,7 @@
# coding: utf-8
@@ -12,8 +12,8 @@ $NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.1 2016/01/09 19:
+#require 'totoridipjp'
module Plugin::PhotoSupport
- INSTAGRAM_PATTERN = %r{^https?://(?:instagr\.am|instagram\.com)/p/([a-zA-Z0-9_\-]+)}
-@@ -178,9 +178,14 @@ Plugin.create :photo_support do
+ INSTAGRAM_PATTERN = %r{\Ahttps?://(?:instagr\.am|(?:www\.)?instagram\.com)/p/([a-zA-Z0-9_\-]+)/}
+@@ -182,9 +182,14 @@ Plugin.create :photo_support do
# totori.dip.jp
defimageopener('totori.dip.jp', %r#\Ahttp://totori\.dip\.jp/?\Z#) do |display_url|