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.5.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37323d2dec8e
branches:  trunk
changeset: 360544:37323d2dec8e
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Apr 01 12:35:26 2017 +0000

description:
Update mikutter to 3.5.6.

Upstream changes:

mikutter 3.5.6

* crash when icons for extract tabs could not be accessed (thanks ahiru3net)
* remove unused code (thanks ahiru3net)
* support files with .jpeg extentions in image viewer (thanks moguno)
* change timing of argument evaluation on startup (thanks ahiru3net)
* fix warnings (thanks ahiru3net)

diffstat:

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

diffs (55 lines):

diff -r 2942dedb15c7 -r 37323d2dec8e net/mikutter/Makefile
--- a/net/mikutter/Makefile     Sat Apr 01 06:31:50 2017 +0000
+++ b/net/mikutter/Makefile     Sat Apr 01 12:35:26 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.138 2017/03/19 14:22:56 tsutsui Exp $
+# $NetBSD: Makefile,v 1.139 2017/04/01 12:35:26 tsutsui Exp $
 #
 
-DISTNAME=      mikutter.3.5.5
+DISTNAME=      mikutter.3.5.6
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
 CATEGORIES=    net
 MASTER_SITES=  http://mikutter.hachune.net/bin/
diff -r 2942dedb15c7 -r 37323d2dec8e net/mikutter/distinfo
--- a/net/mikutter/distinfo     Sat Apr 01 06:31:50 2017 +0000
+++ b/net/mikutter/distinfo     Sat Apr 01 12:35:26 2017 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.124 2017/03/19 14:22:56 tsutsui Exp $
+$NetBSD: distinfo,v 1.125 2017/04/01 12:35:26 tsutsui Exp $
 
-SHA1 (mikutter.3.5.5.tar.gz) = 304ebc3b1fb12a18c956523289d5c07391d09574
-RMD160 (mikutter.3.5.5.tar.gz) = debea4613ab1cfc481398fe3e869fbe25682c265
-SHA512 (mikutter.3.5.5.tar.gz) = cef76b7988dc56f300c776ba70f27a37273ead3ef3c62030f72dd90b5ace89272c9b777ef89621371ea2fd2ace2f70ae5e951940ec18d79ef22ada35a80ec826
-Size (mikutter.3.5.5.tar.gz) = 3744043 bytes
+SHA1 (mikutter.3.5.6.tar.gz) = ff69a0733874dc4bf618248c1e4c19ec6ee02cde
+RMD160 (mikutter.3.5.6.tar.gz) = b7d14351816c42768845926b03fda4e9c11deba7
+SHA512 (mikutter.3.5.6.tar.gz) = d3eeef4a8daf648cf2f12a8279f4f000b04f76c02cef682e8a80e4dde208a1cf39e558b93862f324b532857a9dd45bb0e638d58a8ac0ed49d06a9325d95a61f1
+Size (mikutter.3.5.6.tar.gz) = 3743937 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) = d119209d4de835e6d47d85c8ca5209d1f199bd9e
-SHA1 (patch-mikutter.rb) = 0dc9d91b3eb558b0c0f1c88a1cece430b261bf03
+SHA1 (patch-mikutter.rb) = 637987302bfbf2903e59712df732e3bdc57768ee
diff -r 2942dedb15c7 -r 37323d2dec8e net/mikutter/patches/patch-mikutter.rb
--- a/net/mikutter/patches/patch-mikutter.rb    Sat Apr 01 06:31:50 2017 +0000
+++ b/net/mikutter/patches/patch-mikutter.rb    Sat Apr 01 12:35:26 2017 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-mikutter.rb,v 1.2 2017/01/08 14:20:05 tsutsui Exp $
+$NetBSD: patch-mikutter.rb,v 1.3 2017/04/01 12:35:26 tsutsui Exp $
 
 - pkgsrc can handle location of ruby binary
  http://dev.mikutter.hachune.net/issues/889
 
---- mikutter.rb.orig   2016-12-11 07:54:54.000000000 +0000
+--- mikutter.rb.orig   2017-04-01 08:55:38.000000000 +0000
 +++ mikutter.rb
 @@ -1,7 +1,5 @@
 -#!/bin/sh
 +#! /usr/bin/ruby
  # -*- coding: utf-8 -*-
--exec ruby -x "$0" "$@" 
+-exec ruby -x "$0" "$@"
 -#!ruby
  =begin rdoc
  = mikutter - the moest twitter client



Home | Main Index | Thread Index | Old Index