diff options
Diffstat (limited to 'net/rubygem-omniauth-openid/Makefile')
-rw-r--r-- | net/rubygem-omniauth-openid/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net/rubygem-omniauth-openid/Makefile b/net/rubygem-omniauth-openid/Makefile index 3c1e726a33e9..5f1fe695fdc0 100644 --- a/net/rubygem-omniauth-openid/Makefile +++ b/net/rubygem-omniauth-openid/Makefile @@ -1,17 +1,19 @@ PORTNAME= omniauth-openid -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= OpenID strategy for OmniAuth -WWW= https://github.com/omniauth/omniauth-openid +WWW= https://github.com/ruby-openid/omniauth-openid LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-omniauth>=1.0<3.0:security/rubygem-omniauth \ - rubygem-rack-openid>=1.4.0<1.5:www/rubygem-rack-openid +RUN_DEPENDS= rubygem-omniauth>=1.1:security/rubygem-omniauth \ + rubygem-rack-openid>=1.4<2:www/rubygem-rack-openid \ + rubygem-ruby-openid>=2.1.8<3:net/rubygem-ruby-openid \ + rubygem-version_gem>=1.1.8<2:devel/rubygem-version_gem USES= gem |