summaryrefslogtreecommitdiff
path: root/net/mikutter
diff options
context:
space:
mode:
authorobache <obache>2013-08-14 13:06:13 +0000
committerobache <obache>2013-08-14 13:06:13 +0000
commita11b1c72d6bd4e5bf0d29efa904a325b301bb1a4 (patch)
tree1b6f244ecb835f30e2c2481484f3d5f7f718d71f /net/mikutter
parent2e3af6e4b4469ae8a335b5b66aa9e3b3029da2e7 (diff)
downloadpkgsrc-a11b1c72d6bd4e5bf0d29efa904a325b301bb1a4.tar.gz
Update mikutter to 0.2.2.1328.
(drop dependency on libnotify, optional and alternative selectable). bug fixes.
Diffstat (limited to 'net/mikutter')
-rw-r--r--net/mikutter/Makefile6
-rw-r--r--net/mikutter/distinfo9
-rw-r--r--net/mikutter/patches/patch-core_plugin_libnotify_rnotify.rb15
3 files changed, 22 insertions, 8 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile
index 63e4332881c..d88ae15faf3 100644
--- a/net/mikutter/Makefile
+++ b/net/mikutter/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2013/08/05 12:46:52 obache Exp $
+# $NetBSD: Makefile,v 1.71 2013/08/14 13:06:13 obache Exp $
#
-DISTNAME= mikutter.0.2.2.1318
+DISTNAME= mikutter.0.2.2.1328
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
CATEGORIES= net
MASTER_SITES= http://mikutter.hachune.net/bin/
@@ -25,8 +25,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-bsearch>=1.5:../../devel/ruby-bsearch
DEPENDS+= ${RUBY_PKGPREFIX}-addressable-[0-9]*:../../net/ruby-addressable
DEPENDS+= ${RUBY_PKGPREFIX}-typed-array-[0-9]*:../../misc/ruby-typed-array
#DEPENDS+= ${RUBY_PKGPREFIX}-test-unit-[0-9]*:../../devel/ruby-test-unit
-# notify-send
-DEPENDS+= {libnotify-[0-9]*,libnotify07-[0-9]*}:../../sysutils/libnotify
WRKSRC= ${WRKDIR}/mikutter
USE_LANGUAGES= # none
diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo
index 16f4a60e06f..573f1d54934 100644
--- a/net/mikutter/distinfo
+++ b/net/mikutter/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.62 2013/08/05 12:46:52 obache Exp $
+$NetBSD: distinfo,v 1.63 2013/08/14 13:06:13 obache Exp $
-SHA1 (mikutter.0.2.2.1318.tar.gz) = 8476433757cd073ec6db84d379f47ba9c92ff7f9
-RMD160 (mikutter.0.2.2.1318.tar.gz) = 2ddfa836fb527e84f765d7fdd5b933163382d7a7
-Size (mikutter.0.2.2.1318.tar.gz) = 2319662 bytes
+SHA1 (mikutter.0.2.2.1328.tar.gz) = 1e8d8e44cc78eca4fb1c6c5a1d423fb9032d4792
+RMD160 (mikutter.0.2.2.1328.tar.gz) = 58ee71735ed9ed8049fb3ed3e03a0558e2d4a014
+Size (mikutter.0.2.2.1328.tar.gz) = 2319763 bytes
+SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17
diff --git a/net/mikutter/patches/patch-core_plugin_libnotify_rnotify.rb b/net/mikutter/patches/patch-core_plugin_libnotify_rnotify.rb
new file mode 100644
index 00000000000..792cd6aea99
--- /dev/null
+++ b/net/mikutter/patches/patch-core_plugin_libnotify_rnotify.rb
@@ -0,0 +1,15 @@
+$NetBSD: patch-core_plugin_libnotify_rnotify.rb,v 1.1 2013/08/14 13:06:13 obache Exp $
+
+* fixes module name
+
+--- core/plugin/libnotify/rnotify.rb.orig 2013-08-13 23:22:37.000000000 +0000
++++ core/plugin/libnotify/rnotify.rb
+@@ -14,7 +14,7 @@ Plugin::create(:libnotify) do
+ end
+
+ if user
+- icon = Gtk::WebImageLoader.local_path(user[:profile_image_url])
++ icon = Gdk::WebImageLoader.local_path(user[:profile_image_url])
+ title = "@#{user[:idname]} (#{user[:name]})"
+ end
+