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:           Sun Jan 29 08:16:01 UTC 2017

Modified Files:
        pkgsrc/net/mikutter: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/net/mikutter/Makefile
cvs rdiff -u -r1.120 -r1.121 pkgsrc/net/mikutter/distinfo

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/Makefile
diff -u pkgsrc/net/mikutter/Makefile:1.134 pkgsrc/net/mikutter/Makefile:1.135
--- pkgsrc/net/mikutter/Makefile:1.134  Sun Jan  8 14:20:05 2017
+++ pkgsrc/net/mikutter/Makefile        Sun Jan 29 08:16:01 2017
@@ -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 @@ LICENSE=      mit AND cc-by-sa-v3.0
 .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

Index: pkgsrc/net/mikutter/distinfo
diff -u pkgsrc/net/mikutter/distinfo:1.120 pkgsrc/net/mikutter/distinfo:1.121
--- pkgsrc/net/mikutter/distinfo:1.120  Sun Jan  8 14:20:05 2017
+++ pkgsrc/net/mikutter/distinfo        Sun Jan 29 08:16:01 2017
@@ -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