svn commit: r548082 - head/devel/rubygem-omniauth_crowd

Matthias Fechner mfechner at FreeBSD.org
Wed Sep 9 12:16:07 UTC 2020


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
 


More information about the svn-ports-head mailing list