diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2017-04-01 12:35:26 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2017-04-01 12:35:26 +0000 |
commit | 0dc338f16a2c91bd9aa71f9983fc46701ac3aef6 (patch) | |
tree | 6a179e2abc4dce9ffd36a68028f3653cd3c6a9be /net | |
parent | 7176735a472671aab300f8749cf8b24c1f375a00 (diff) | |
download | pkgsrc-0dc338f16a2c91bd9aa71f9983fc46701ac3aef6.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/mikutter/Makefile | 4 | ||||
-rw-r--r-- | net/mikutter/distinfo | 12 | ||||
-rw-r--r-- | net/mikutter/patches/patch-mikutter.rb | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 5b3df0ed3b8..026212b563b 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -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 --git a/net/mikutter/distinfo b/net/mikutter/distinfo index 8545f9be05e..4e08992d987 100644 --- a/net/mikutter/distinfo +++ b/net/mikutter/distinfo @@ -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 --git a/net/mikutter/patches/patch-mikutter.rb b/net/mikutter/patches/patch-mikutter.rb index 3ad8980eb5c..577c7613f06 100644 --- a/net/mikutter/patches/patch-mikutter.rb +++ b/net/mikutter/patches/patch-mikutter.rb @@ -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 |