diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-13 15:35:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-13 15:35:09 +0000 |
commit | 8f835ee29fb6fd6083b80215252f44105675b0eb (patch) | |
tree | 091fbfbf3e97f607096d55bb2ee06e1b1cbde12c /net | |
parent | 0a94ffe6da066507c04a446e4a4b0ec13fc3592e (diff) | |
download | freebsd-ports-8f835ee29fb6fd6083b80215252f44105675b0eb.zip |
- Add NO_ARCH
- Update WWW
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-omniauth-oauth2/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-omniauth-oauth2/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/rubygem-omniauth-oauth2/Makefile b/net/rubygem-omniauth-oauth2/Makefile index 469c4a7a2d44..e9ffd1f8f53b 100644 --- a/net/rubygem-omniauth-oauth2/Makefile +++ b/net/rubygem-omniauth-oauth2/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS= rubygem-oauth2>=1.0:${PORTSDIR}/net/rubygem-oauth2 \ 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 diff --git a/net/rubygem-omniauth-oauth2/pkg-descr b/net/rubygem-omniauth-oauth2/pkg-descr index d591e6c3c944..5d0b4cc1b3c7 100644 --- a/net/rubygem-omniauth-oauth2/pkg-descr +++ b/net/rubygem-omniauth-oauth2/pkg-descr @@ -1,3 +1,3 @@ An abstract OAuth2 strategy for OmniAuth. -WWW: https://rubygems.org/gems/omniauth-oauth2 +WWW: https://github.com/intridea/omniauth-oauth2 |