- Update to 1.4.0
- Add LICENSE_FILE Changes: https://github.com/intridea/omniauth-oauth2/commits/master
This commit is contained in:
parent
26c7e31812
commit
837c4f8907
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400309
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= omniauth-oauth2
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org
|
|||
COMMENT= Abstract OAuth2 strategy for OmniAuth
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-oauth2>=1.0:${PORTSDIR}/net/rubygem-oauth2 \
|
||||
rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/omniauth-oauth2-1.3.1.gem) = b5752d8f283e9b07b100ccd9455f3d6e46536a355162eecfafa9af5838e55357
|
||||
SIZE (rubygem/omniauth-oauth2-1.3.1.gem) = 10240
|
||||
SHA256 (rubygem/omniauth-oauth2-1.4.0.gem) = c525d06d6c263a71dfd5b78513a7be5c16d5616ebe918133f7675487cb5bd32b
|
||||
SIZE (rubygem/omniauth-oauth2-1.4.0.gem) = 10240
|
||||
|
|
Loading…
Reference in a new issue