Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 12:16:06 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548082 - head/devel/rubygem-omniauth_crowd
Message-ID:  <202009091216.089CG6lq038199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Wed Sep  9 12:16:06 2020
New Revision: 548082
URL: https://svnweb.freebsd.org/changeset/ports/548082

Log:
  Update rails dep from 4 to 6.0 to get rid of unecessary dependencies in the gitlab installation.
  
  PR:		248891
  Approved by:	maintainer (timeout > 2 weeks)

Modified:
  head/devel/rubygem-omniauth_crowd/Makefile

Modified: head/devel/rubygem-omniauth_crowd/Makefile
==============================================================================
--- head/devel/rubygem-omniauth_crowd/Makefile	Wed Sep  9 12:09:34 2020	(r548081)
+++ head/devel/rubygem-omniauth_crowd/Makefile	Wed Sep  9 12:16:06 2020	(r548082)
@@ -2,6 +2,7 @@
 
 PORTNAME=	omniauth_crowd
 PORTVERSION=	2.4.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	OmniAuth provider for Atlassian Crowds REST A
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS?=	rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
+RUN_DEPENDS?=	rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
 		rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \
 		rubygem-omniauth>=1.0:security/rubygem-omniauth
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009091216.089CG6lq038199>