1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

net/rubygem-omniauth-oauth: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2021-07-15 00:03:07 +08:00
parent 899498f5da
commit 7be4fb673d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,5 +1,6 @@
PORTNAME= omniauth-oauth
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@ -10,10 +11,11 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-oauth>=0:net/rubygem-oauth \
rubygem-omniauth>=1.0:security/rubygem-omniauth
rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>