Date: Wed, 14 Jul 2021 16:19:32 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 38bb52a79d8a - main - security/rubygem-omniauth-shibboleth: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 Message-ID: <202107141619.16EGJWrX012244@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=38bb52a79d8a5922884da700cec3561500e9a236 commit 38bb52a79d8a5922884da700cec3561500e9a236 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 16:03:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:10:50 +0000 security/rubygem-omniauth-shibboleth: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 - Bump PORTREVISION for dependency change --- security/rubygem-omniauth-shibboleth/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/security/rubygem-omniauth-shibboleth/Makefile b/security/rubygem-omniauth-shibboleth/Makefile index 2136abe86f9a..8f64fe9e778c 100644 --- a/security/rubygem-omniauth-shibboleth/Makefile +++ b/security/rubygem-omniauth-shibboleth/Makefile @@ -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 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141619.16EGJWrX012244>