git: 7287e156f10f - main - net/rubygem-omniauth-github-discourse: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:19:34 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7287e156f10f309794dfddd43c7f3d8492d310c6

commit 7287e156f10f309794dfddd43c7f3d8492d310c6
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:02:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:46 +0000

    net/rubygem-omniauth-github-discourse: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
    
    - Update version requirement of RUN_DEPENDS
    - Bump PORTREVISION for dependency change
---
 net/rubygem-omniauth-github-discourse/Makefile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/net/rubygem-omniauth-github-discourse/Makefile b/net/rubygem-omniauth-github-discourse/Makefile
index 25016c8747c2..340e0db4810c 100644
--- a/net/rubygem-omniauth-github-discourse/Makefile
+++ b/net/rubygem-omniauth-github-discourse/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	omniauth-github-discourse
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -10,11 +11,12 @@ COMMENT=	Fork of Official OmniAuth strategy for GitHub
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-omniauth>=1.0:security/rubygem-omniauth \
-		rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2
+RUN_DEPENDS=	rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \
+		rubygem-omniauth-oauth2>=1.1<2:net/rubygem-omniauth-oauth2
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-main mailing list