security/rubygem-omniauth-shibboleth: 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:43 +08:00
parent 355ed75915
commit 38bb52a79d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,5 +1,6 @@
PORTNAME= omniauth-shibboleth
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@ -8,10 +9,11 @@ COMMENT= OmniAuth Shibboleth strategies for OmniAuth 1.x
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth
RUN_DEPENDS= rubygem-omniauth1>=1.0.0:security/rubygem-omniauth1
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>