diff options
author | obache <obache@pkgsrc.org> | 2014-03-11 12:16:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-11 12:16:39 +0000 |
commit | c7d6f18feac49f6a8f79a27304f9ec20c7645acb (patch) | |
tree | 0ee5977e2036fb387b9031a79df4d855db799a47 | |
parent | 489efa19b8860d525491cf3d080e8e441f3a4540 (diff) | |
download | pkgsrc-c7d6f18feac49f6a8f79a27304f9ec20c7645acb.tar.gz |
Update mikutter to 0.2.2.1537.
* update gtk2 gem to 2.2.2
* fixes startup with broken cache
* fixes open embeded URL longer than 140 characters
-rw-r--r-- | net/mikutter/Makefile | 12 | ||||
-rw-r--r-- | net/mikutter/PLIST | 3 | ||||
-rw-r--r-- | net/mikutter/distinfo | 8 |
3 files changed, 12 insertions, 11 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 6c7b919e42d..365375dcf47 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.75 2014/01/14 08:25:17 obache Exp $ +# $NetBSD: Makefile,v 1.76 2014/03/11 12:16:39 obache Exp $ # -DISTNAME= mikutter.0.2.2.1476 +DISTNAME= mikutter.0.2.2.1537 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} CATEGORIES= net MASTER_SITES= http://mikutter.hachune.net/bin/ @@ -17,13 +17,12 @@ RUBY_VERSION_SUPPORTED= 193 200 DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4.0:../../security/ruby-hmac -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=1.2.5:../../x11/ruby-gnome2-gtk -DEPENDS+= ${RUBY_PKGPREFIX}-rcairo>=1.10.0:../../graphics/ruby-rcairo +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=2.2.0:../../x11/ruby-gnome2-gtk DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4.7:../../security/ruby-oauth DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize 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}-addressable>=2.3:../../net/ruby-addressable +DEPENDS+= ${RUBY_PKGPREFIX}-typed-array>=0.1:../../misc/ruby-typed-array #DEPENDS+= ${RUBY_PKGPREFIX}-test-unit-[0-9]*:../../devel/ruby-test-unit WRKSRC= ${WRKDIR}/mikutter @@ -45,6 +44,7 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mikutter.rb ${DESTDIR}${PREFIX}/share/mikutter + ${INSTALL_DATA} ${WRKSRC}/Gemfile ${DESTDIR}${PREFIX}/share/mikutter cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' core devel plugin ${DESTDIR}${PREFIX}/share/mikutter ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mikutter ${INSTALL_SCRIPT} ${WRKDIR}/mikutter.sh ${DESTDIR}${PREFIX}/bin/mikutter diff --git a/net/mikutter/PLIST b/net/mikutter/PLIST index 5a747355543..bee4a6afe6a 100644 --- a/net/mikutter/PLIST +++ b/net/mikutter/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.24 2013/09/28 09:20:42 obache Exp $ +@comment $NetBSD: PLIST,v 1.25 2014/03/11 12:16:39 obache Exp $ bin/mikutter share/applications/mikutter.desktop share/doc/mikutter/README +share/mikutter/Gemfile share/mikutter/core/boot/check_config_permission.rb share/mikutter/core/boot/load_plugin.rb share/mikutter/core/boot/mainloop.rb diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo index 863f91b0606..f1311105b9d 100644 --- a/net/mikutter/distinfo +++ b/net/mikutter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.67 2014/01/14 08:25:17 obache Exp $ +$NetBSD: distinfo,v 1.68 2014/03/11 12:16:39 obache Exp $ -SHA1 (mikutter.0.2.2.1476.tar.gz) = 5dccb65a13b14f6bdf6c2dcb9b69c50284e286b1 -RMD160 (mikutter.0.2.2.1476.tar.gz) = 64ff7faa763dc78a894db025c0b5b43b43d6acdb -Size (mikutter.0.2.2.1476.tar.gz) = 2334708 bytes +SHA1 (mikutter.0.2.2.1537.tar.gz) = ae42aeca43f1b740137c1d1c314437e3b7f53ca3 +RMD160 (mikutter.0.2.2.1537.tar.gz) = d2f127e902080af87bec45cf98ca100cba6371d6 +Size (mikutter.0.2.2.1537.tar.gz) = 2334837 bytes SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17 |