Tue Mar 6 11:19:56 2012 UTC ()
Allow to accept not only ruby 192, but also 193.


(obache)
diff -r1.38 -r1.39 pkgsrc/net/mikutter/Makefile

cvs diff -r1.38 -r1.39 pkgsrc/net/mikutter/Makefile (expand / switch to unified diff)

--- pkgsrc/net/mikutter/Makefile 2012/03/02 06:34:35 1.38
+++ pkgsrc/net/mikutter/Makefile 2012/03/06 11:19:56 1.39
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.38 2012/03/02 06:34:35 obache Exp $ 1# $NetBSD: Makefile,v 1.39 2012/03/06 11:19:56 obache Exp $
2# 2#
3 3
4DISTNAME= mikutter.0.1.0.697 4DISTNAME= mikutter.0.1.0.697
5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} 5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= http://mikutter.hachune.net/bin/ 7MASTER_SITES= http://mikutter.hachune.net/bin/
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://mikutter.hachune.net/ 10HOMEPAGE= http://mikutter.hachune.net/
11COMMENT= Simply, powerfully, and moefully twitter client 11COMMENT= Simply, powerfully, and moefully twitter client
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16RUBY_VERSION_SUPPORTED= 19 16RUBY_VERSION_SUPPORTED= 192 193
17 17
18.include "../../lang/ruby/rubyversion.mk" 18.include "../../lang/ruby/rubyversion.mk"
19 19
20DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils 20DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
21DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4.0:../../security/ruby-hmac 21DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4.0:../../security/ruby-hmac
22DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=1.0.0:../../x11/ruby-gnome2-gtk 22DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=1.0.0:../../x11/ruby-gnome2-gtk
23DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth 23DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth
24# need included escape.rb 24# need included escape.rb
25#DEPENDS+= ${RUBY_PKGPREFIX}-escape-[0-9]*:../../textproc/ruby-escape 25#DEPENDS+= ${RUBY_PKGPREFIX}-escape-[0-9]*:../../textproc/ruby-escape
26DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize 26DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize
27DEPENDS+= ${RUBY_PKGPREFIX}-bsearch>=1.5:../../devel/ruby-bsearch 27DEPENDS+= ${RUBY_PKGPREFIX}-bsearch>=1.5:../../devel/ruby-bsearch
28DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient 28DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient
29DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.6nb1:../../net/ruby-addressable 29DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.6nb1:../../net/ruby-addressable