svn commit: r502546 - head/www/gitlab-ce

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 25 10:02:30 UTC 2019


Author: sunpoet
Date: Sat May 25 10:02:26 2019
New Revision: 502546
URL: https://svnweb.freebsd.org/changeset/ports/502546

Log:
  Change RUN_DEPENDS from rubygem-jwt to rubygem-jwt21
  
  - Bump PORTREVISION for dependency change

Modified:
  head/www/gitlab-ce/Makefile

Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile	Sat May 25 10:02:21 2019	(r502545)
+++ head/www/gitlab-ce/Makefile	Sat May 25 10:02:26 2019	(r502546)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gitlab-ce
 PORTVERSION=	11.10.4
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -51,7 +51,7 @@ MY_DEPENDS=	git>=2.16.2:devel/git \
 	rubygem-omniauth_crowd22>=2.2.0:devel/rubygem-omniauth_crowd22 \
 	rubygem-omniauth-authentiq>=0.3.3:net/rubygem-omniauth-authentiq \
 	rubygem-rack-oauth2>=1.9.3:security/rubygem-rack-oauth2 \
-	rubygem-jwt>=2.1.0:www/rubygem-jwt \
+	rubygem-jwt21>=2.1.0:www/rubygem-jwt21 \
 	rubygem-recaptcha>=4.11:devel/rubygem-recaptcha \
 	rubygem-akismet>=2.0:devel/rubygem-akismet \
 	rubygem-devise-two-factor-rails50>=3.0.0:security/rubygem-devise-two-factor-rails50 \


More information about the svn-ports-all mailing list