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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0408f36459b9
branches:  trunk
changeset: 357818:0408f36459b9
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Jan 29 08:16:01 2017 +0000

description:
Update mikutter to 3.5.2.

Upstream changes:

# mikutter 3.5.2

* Retriever.URI was not implemented as documented
* fix custom Model related bugs
 * field value dereference via [] where Model method should be called
 * accessor method was not defined when Model field type was array
* multiselect widget wrote unnecessary values each time config window was open
* fix reference of deprecated method in mikutter core
* name attribute of about method in setting DSL was not used
* adjust field values for Twitter related Models

diffstat:

 net/mikutter/Makefile |   6 +++---
 net/mikutter/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r b7384725dd69 -r 0408f36459b9 net/mikutter/Makefile
--- a/net/mikutter/Makefile     Sun Jan 29 08:01:07 2017 +0000
+++ b/net/mikutter/Makefile     Sun Jan 29 08:16:01 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.134 2017/01/08 14:20:05 tsutsui Exp $
+# $NetBSD: Makefile,v 1.135 2017/01/29 08:16:01 tsutsui Exp $
 #
 
-DISTNAME=      mikutter.3.5.1
+DISTNAME=      mikutter.3.5.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
 CATEGORIES=    net
 MASTER_SITES=  http://mikutter.hachune.net/bin/
@@ -14,7 +14,7 @@
 .include "../../lang/ruby/rubyversion.mk"
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-pluggaloid>=1.1.1:../../net/ruby-pluggaloid
-DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gtk>=3.1.0:../../x11/ruby-gnome2-gtk
+DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gtk>=3.1.1:../../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 b7384725dd69 -r 0408f36459b9 net/mikutter/distinfo
--- a/net/mikutter/distinfo     Sun Jan 29 08:01:07 2017 +0000
+++ b/net/mikutter/distinfo     Sun Jan 29 08:16:01 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.120 2017/01/08 14:20:05 tsutsui Exp $
+$NetBSD: distinfo,v 1.121 2017/01/29 08:16:01 tsutsui Exp $
 
-SHA1 (mikutter.3.5.1.tar.gz) = 43b172cb5d303f77055eb348a3b57bb2a2dfd08c
-RMD160 (mikutter.3.5.1.tar.gz) = d4b57f29ab02cb6f30f38c1e708789040c3b0723
-SHA512 (mikutter.3.5.1.tar.gz) = 8a3e3bf6e5afbe97091f13879ec420b8584e54e3fbe9ac75314c46ab2c756fbca575230e7010df290369a5ccf8ea14de4ee978e7e91a154f9e077dfbf7e6003a
-Size (mikutter.3.5.1.tar.gz) = 3736389 bytes
+SHA1 (mikutter.3.5.2.tar.gz) = ba5e07a6aa0a13a4740df3195ddddbf11ca17921
+RMD160 (mikutter.3.5.2.tar.gz) = 0fcb24bd994925077f9a6054131b9f638a4a765f
+SHA512 (mikutter.3.5.2.tar.gz) = 1bad1678c50e6fbb1ca9835b014c6c076d370751cf519ed5a473f8e572242685ea1bd2365dbbf136c5314308b15099727880c46be9d80a23df319b92ea30bc4c
+Size (mikutter.3.5.2.tar.gz) = 3735659 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



Home | Main Index | Thread Index | Old Index