pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mikutter mikutter: fix build (a missed patch in pr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18ea8bfc44b2
branches:  trunk
changeset: 319602:18ea8bfc44b2
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Fri Feb 15 22:23:53 2019 +0000

description:
mikutter: fix build (a missed patch in previous).

diffstat:

 net/mikutter/distinfo                                                   |  4 ++--
 net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 95dbd47735c7 -r 18ea8bfc44b2 net/mikutter/distinfo
--- a/net/mikutter/distinfo     Fri Feb 15 20:38:56 2019 +0000
+++ b/net/mikutter/distinfo     Fri Feb 15 22:23:53 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.154 2019/02/12 17:21:18 tsutsui Exp $
+$NetBSD: distinfo,v 1.155 2019/02/15 22:23:53 tsutsui Exp $
 
 SHA1 (mikutter.3.8.5.tar.gz) = 65c6d07d95706d8bc175102265f2d5179873ac1a
 RMD160 (mikutter.3.8.5.tar.gz) = 4b8c7bdd86a5fc6252c643074ade03b2c86986fb
@@ -6,5 +6,5 @@
 Size (mikutter.3.8.5.tar.gz) = 2941440 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) = c338c33108987c5dfd7edb4cd9f178cb1d0e63e7
+SHA1 (patch-core_plugin_photo__support_photo__support.rb) = 910924ef121680a931e036ee1bc32bb713066eeb
 SHA1 (patch-mikutter.rb) = 34f3ae812c5db53b448111ff0d7c36100e93adce
diff -r 95dbd47735c7 -r 18ea8bfc44b2 net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb
--- a/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb   Fri Feb 15 20:38:56 2019 +0000
+++ b/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb   Fri Feb 15 22:23:53 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.6 2018/10/28 06:47:31 tsutsui Exp $
+$NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.7 2019/02/15 22:23:53 tsutsui Exp $
 
 - temporary workaround to skip totorijp gems (sorry, @toshi_a)
 
@@ -10,9 +10,9 @@
  require 'httpclient'
 -require 'totoridipjp'
 +#require 'totoridipjp'
+ require 'json'
  
  module Plugin::PhotoSupport
-   SUPPORTED_IMAGE_FORMATS = GdkPixbuf::Pixbuf.formats.flat_map{|f| f.extensions }.freeze
 @@ -172,9 +172,14 @@ Plugin.create :photo_support do
  
    # totori.dip.jp



Home | Main Index | Thread Index | Old Index