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 Feb 15 22:23:53 UTC 2019
Modified Files:
pkgsrc/net/mikutter: distinfo
pkgsrc/net/mikutter/patches:
patch-core_plugin_photo__support_photo__support.rb
Log Message:
mikutter: fix build (a missed patch in previous).
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 pkgsrc/net/mikutter/distinfo
cvs rdiff -u -r1.6 -r1.7 \
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/distinfo
diff -u pkgsrc/net/mikutter/distinfo:1.154 pkgsrc/net/mikutter/distinfo:1.155
--- pkgsrc/net/mikutter/distinfo:1.154 Tue Feb 12 17:21:18 2019
+++ pkgsrc/net/mikutter/distinfo Fri Feb 15 22:23:53 2019
@@ -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 @@ SHA512 (mikutter.3.8.5.tar.gz) = 2316eb2
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
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.6 pkgsrc/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb:1.7
--- pkgsrc/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb:1.6 Sun Oct 28 06:47:31 2018
+++ pkgsrc/net/mikutter/patches/patch-core_plugin_photo__support_photo__support.rb Fri Feb 15 22:23:53 2019
@@ -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 @@ $NetBSD: patch-core_plugin_photo__suppor
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