diff options
author | tnn <tnn> | 2016-03-17 00:01:09 +0000 |
---|---|---|
committer | tnn <tnn> | 2016-03-17 00:01:09 +0000 |
commit | d4456dcb03af8035232f717c9c34bcd45db7b878 (patch) | |
tree | 3834b52a65d5f95f9474a0b36767e5135266ce3e /net | |
parent | 7dee36a0c962e631ae208e2d651b35309597921d (diff) | |
download | pkgsrc-d4456dcb03af8035232f717c9c34bcd45db7b878.tar.gz |
according to https://github.com/oauth-xx/oauth-ruby/pull/108 the
problem should be fixed with ruby-oauth 0.5.1, so depend on that.
Diffstat (limited to 'net')
-rw-r--r-- | net/mikutter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 20272c55169..c04ee9f4685 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.116 2016/03/16 23:13:07 tnn Exp $ +# $NetBSD: Makefile,v 1.117 2016/03/17 00:01:09 tnn Exp $ # DISTNAME= mikutter.3.3.8 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://mikutter.hachune.net/bin/ @@ -16,8 +17,7 @@ LICENSE= mit AND cc-by-sa-v3.0 DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid-[0-9]*:../../net/ruby-pluggaloid DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=3.0.7:../../x11/ruby-gnome2-gtk DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext -BROKEN= ruby-oauth less than 0.5 dependency no longer satisfiable -#DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4<0.5:../../security/ruby-oauth +DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.1:../../security/ruby-oauth DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3:../../net/ruby-addressable DEPENDS+= ${RUBY_PKGPREFIX}-memoist-[0-9]*:../../devel/ruby-memoist DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4:../../security/ruby-hmac |