summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2016-06-04 02:28:25 +0000
committertsutsui <tsutsui@pkgsrc.org>2016-06-04 02:28:25 +0000
commit3f6d2fe3949629846c02082f291f68d262eef006 (patch)
tree97d8ac487bdc7bd82f562c4c5cbbcdd8491215e7
parent77b19c5cd7e7e6c954d97d7efca1ca1fe508e77a (diff)
downloadpkgsrc-3f6d2fe3949629846c02082f291f68d262eef006.tar.gz
Update mikutter to 3.4.0-alpha3.
Upstream changes: #mikutter 3.4.0-alpha3 * allow selecting events on clicks of reply and tweet with comments * wrong tweet region size of reply and tweet with comments in some case #mikutter 3.4.0-alpha2 * change place of custom rake task * update po translation files #mikutter 3.4.0-alpha1 See "new functions of mikutter 3.4" for details. http://mikutter.blogspot.jp/2016/04/mikutter-34.html * tweet tab * new in-reply-to format * open video URL using browser * drop Ruby 2.0 support * plugin dependency map * "about" window supports alpha releases
-rw-r--r--net/mikutter/Makefile10
-rw-r--r--net/mikutter/distinfo12
-rw-r--r--net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb6
3 files changed, 14 insertions, 14 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile
index 5b60274b40d..d14d9ff099a 100644
--- a/net/mikutter/Makefile
+++ b/net/mikutter/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.119 2016/05/22 04:32:41 tsutsui Exp $
+# $NetBSD: Makefile,v 1.120 2016/06/04 02:28:25 tsutsui Exp $
#
-DISTNAME= mikutter.3.3.10
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
+DISTNAME= mikutter.3.4.0-alpha3
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-//:S/./-/}
CATEGORIES= net
MASTER_SITES= http://mikutter.hachune.net/bin/
@@ -13,8 +13,8 @@ LICENSE= mit AND cc-by-sa-v3.0
.include "../../lang/ruby/rubyversion.mk"
-DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid-[0-9]*:../../net/ruby-pluggaloid
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=3.0.7:../../x11/ruby-gnome2-gtk
+DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid>=1.1.1:../../net/ruby-pluggaloid
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=3.0.8:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext
DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.1:../../security/ruby-oauth
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3:../../net/ruby-addressable
diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo
index 5222617fa39..34afcfa20d9 100644
--- a/net/mikutter/distinfo
+++ b/net/mikutter/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.104 2016/05/22 04:32:41 tsutsui Exp $
+$NetBSD: distinfo,v 1.105 2016/06/04 02:28:25 tsutsui Exp $
-SHA1 (mikutter.3.3.10.tar.gz) = 3ab0db95ab8f718992fa4be35fdd2d0f0c814145
-RMD160 (mikutter.3.3.10.tar.gz) = e98939269618449289fe97a6bc0c9c8b6743e427
-SHA512 (mikutter.3.3.10.tar.gz) = ae9658d8505d044abc4ca35266f5441f18f3765d9c338196c021194d02222da0ebd96311378b8f5f1f62abf4cc096fb58c5fa5acdf77030efe3d4a3312d3e342
-Size (mikutter.3.3.10.tar.gz) = 2791683 bytes
+SHA1 (mikutter.3.4.0-alpha3.tar.gz) = b52a34d46b77b23abf64936f70c3c33f316c7246
+RMD160 (mikutter.3.4.0-alpha3.tar.gz) = 97bbe67fd85aa2546a0d0ecda2ba3e5c11a3731a
+SHA512 (mikutter.3.4.0-alpha3.tar.gz) = b84fa8e08f15f87037c91b06e6bd603bb60e40162165dd989c69b503ad8857c41337e8e727dd8c1f1282ece57d659f24424a8d9a7565a1a11232ad680612599e
+Size (mikutter.3.4.0-alpha3.tar.gz) = 2806899 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) = d6e1e288ee0914d0d494e344c1614634ea250ad9
+SHA1 (patch-core_plugin_photo__support_photo__support.rb) = d119209d4de835e6d47d85c8ca5209d1f199bd9e
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 ddc56c9b09e..2594bf0503c 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.2 2016/02/27 02:30:24 tsutsui Exp $
+$NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.3 2016/06/04 02:28:25 tsutsui Exp $
- temporary workaround to skip totorijp gems (sorry, @toshi_a)
---- core/plugin/photo_support/photo_support.rb.orig 2016-02-26 09:02:04.000000000 +0000
+--- core/plugin/photo_support/photo_support.rb.orig 2016-05-28 16:42:44.000000000 +0000
+++ core/plugin/photo_support/photo_support.rb
@@ -1,7 +1,7 @@
# coding: utf-8
@@ -13,7 +13,7 @@ $NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.2 2016/02/27 02:
module Plugin::PhotoSupport
INSTAGRAM_PATTERN = %r{\Ahttps?://(?:instagr\.am|(?:www\.)?instagram\.com)/p/([a-zA-Z0-9_\-]+)/}
-@@ -182,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|