Index: head/net/rubygem-omniauth-oauth2/Makefile =================================================================== --- head/net/rubygem-omniauth-oauth2/Makefile (revision 389460) +++ head/net/rubygem-omniauth-oauth2/Makefile (revision 389461) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= omniauth-oauth2 PORTVERSION= 1.3.0 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Abstract OAuth2 strategy for OmniAuth LICENSE= MIT RUN_DEPENDS= rubygem-oauth2>=1.0:${PORTSDIR}/net/rubygem-oauth2 \ rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth \ rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-faraday>=0.8.0:${PORTSDIR}/www/rubygem-faraday +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/net/rubygem-omniauth-oauth2/pkg-descr =================================================================== --- head/net/rubygem-omniauth-oauth2/pkg-descr (revision 389460) +++ head/net/rubygem-omniauth-oauth2/pkg-descr (revision 389461) @@ -1,3 +1,3 @@ An abstract OAuth2 strategy for OmniAuth. -WWW: https://rubygems.org/gems/omniauth-oauth2 +WWW: https://github.com/intridea/omniauth-oauth2