Date: Wed, 14 Jul 2021 16:19:46 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: 704b183e7a55 - main - devel/rubygem-omniauth_crowd: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 Message-ID: <202107141619.16EGJkoS012544@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=704b183e7a55edee65ed58a6257051e5194d5c82 commit 704b183e7a55edee65ed58a6257051e5194d5c82 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 16:04:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:10:56 +0000 devel/rubygem-omniauth_crowd: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 - While I'm here, update version requirement of RUN_DEPENDS - Bump PORTREVISION for dependency change --- devel/rubygem-omniauth_crowd/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-omniauth_crowd/Makefile b/devel/rubygem-omniauth_crowd/Makefile index d89a1f694dc4..d8f360f52c94 100644 --- a/devel/rubygem-omniauth_crowd/Makefile +++ b/devel/rubygem-omniauth_crowd/Makefile @@ -1,6 +1,6 @@ PORTNAME= omniauth_crowd PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,10 +12,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS?= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \ rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \ - rubygem-omniauth>=1.0:security/rubygem-omniauth + rubygem-omniauth1>=1.0<2: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.16EGJkoS012544>