Date: Wed, 14 Jul 2021 16:19:55 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: 843f24eb76a5 - main - security/rubygem-omniauth-cas3: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 Message-ID: <202107141619.16EGJtTA012748@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=843f24eb76a508127fe3a15b6330574e88b164bf commit 843f24eb76a508127fe3a15b6330574e88b164bf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 16:05:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:10:59 +0000 security/rubygem-omniauth-cas3: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 - Bump PORTREVISION for dependency change --- security/rubygem-omniauth-cas3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/rubygem-omniauth-cas3/Makefile b/security/rubygem-omniauth-cas3/Makefile index b77e7ee9237c..90d665e758be 100644 --- a/security/rubygem-omniauth-cas3/Makefile +++ b/security/rubygem-omniauth-cas3/Makefile @@ -2,6 +2,7 @@ PORTNAME= omniauth-cas3 PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ rubygem-nokogiri>=1.7.1<2:textproc/rubygem-nokogiri \ - rubygem-omniauth>=1.2<2:security/rubygem-omniauth + rubygem-omniauth1>=1.2<2:security/rubygem-omniauth1 USES= gem USE_RUBY= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141619.16EGJtTA012748>