pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mikutter Update mikutter to 3.4.0-alpha3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0bdd9092a76
branches:  trunk
changeset: 347937:a0bdd9092a76
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Jun 04 02:28:25 2016 +0000

description:
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

diffstat:

 net/mikutter/Makefile                                                   |  10 ++++----
 net/mikutter/distinfo                                                   |  12 +++++-----
 net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb |   6 ++--
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (68 lines):

diff -r d51f32787fdd -r a0bdd9092a76 net/mikutter/Makefile
--- a/net/mikutter/Makefile     Fri Jun 03 23:14:56 2016 +0000
+++ b/net/mikutter/Makefile     Sat Jun 04 02:28:25 2016 +0000
@@ -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 @@
 
 .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 -r d51f32787fdd -r a0bdd9092a76 net/mikutter/distinfo
--- a/net/mikutter/distinfo     Fri Jun 03 23:14:56 2016 +0000
+++ b/net/mikutter/distinfo     Sat Jun 04 02:28:25 2016 +0000
@@ -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 -r d51f32787fdd -r a0bdd9092a76 net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb
--- a/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb   Fri Jun 03 23:14:56 2016 +0000
+++ b/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb   Sat Jun 04 02:28:25 2016 +0000
@@ -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 @@
  
  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|



Home | Main Index | Thread Index | Old Index