diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 21:08:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 21:08:16 +0800 |
commit | 72445aa49c4c91a1fd953a00f7a69f8f879cdf2b (patch) | |
tree | fd0c1742ee65474fabd83dc3abf0fd21261a40d7 | |
parent | 477fbd20b227baccd7daa366ccc336ef67e2deb3 (diff) | |
download | freebsd-ports-gnome-72445aa49c4c91a1fd953a00f7a69f8f879cdf2b.tar.gz freebsd-ports-gnome-72445aa49c4c91a1fd953a00f7a69f8f879cdf2b.tar.zst freebsd-ports-gnome-72445aa49c4c91a1fd953a00f7a69f8f879cdf2b.zip |
- Update to 2.0.1
- Add LICENSE
- Remove USE_RAKE
Changes: https://github.com/mkdynamic/omniauth-facebook/blob/master/CHANGELOG.md
-rw-r--r-- | net/rubygem-omniauth-facebook/Makefile | 7 | ||||
-rw-r--r-- | net/rubygem-omniauth-facebook/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/rubygem-omniauth-facebook/Makefile b/net/rubygem-omniauth-facebook/Makefile index ed8092b3d961..91369493cd2f 100644 --- a/net/rubygem-omniauth-facebook/Makefile +++ b/net/rubygem-omniauth-facebook/Makefile @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= omniauth-facebook -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Facebook OAuth2 Strategy for OmniAuth +LICENSE= MIT + RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:${PORTSDIR}/net/rubygem-omniauth-oauth2 USE_RUBY= yes USE_RUBYGEMS= yes -USE_RAKE= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/net/rubygem-omniauth-facebook/distinfo b/net/rubygem-omniauth-facebook/distinfo index 1d2d088d9681..37381aafd2f3 100644 --- a/net/rubygem-omniauth-facebook/distinfo +++ b/net/rubygem-omniauth-facebook/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-facebook-2.0.0.gem) = c241db1fb0fdd8f3a9629688aad0c60cad7679dc0c404d0f35907ce73f14047b -SIZE (rubygem/omniauth-facebook-2.0.0.gem) = 17408 +SHA256 (rubygem/omniauth-facebook-2.0.1.gem) = 26114d4a81595b02fd111c1cbea04e748d9950a2dfe95860c78c6dea5bf3ee0b +SIZE (rubygem/omniauth-facebook-2.0.1.gem) = 17920 |