svn commit: r471430 - head/www/gitlab

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 2 22:27:32 UTC 2018


Author: sunpoet
Date: Sat Jun  2 22:27:30 2018
New Revision: 471430
URL: https://svnweb.freebsd.org/changeset/ports/471430

Log:
  Change RUN_DEPENDS from rubygem-net-ssh to rubygem-net-ssh4
  
  - Bump PORTREVISION for dependency change

Modified:
  head/www/gitlab/Makefile

Modified: head/www/gitlab/Makefile
==============================================================================
--- head/www/gitlab/Makefile	Sat Jun  2 22:27:25 2018	(r471429)
+++ head/www/gitlab/Makefile	Sat Jun  2 22:27:30 2018	(r471430)
@@ -4,6 +4,7 @@
 PORTNAME=	gitlab
 PORTVERSION=	10.7.5
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -185,7 +186,7 @@ RUN_DEPENDS=	git>=2.16.2:devel/git \
 	rubygem-health_check26>=2.6.0:devel/rubygem-health_check26 \
 	rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \
 	rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \
-	rubygem-net-ssh>=4.2.0:security/rubygem-net-ssh \
+	rubygem-net-ssh4>=4.2.0:security/rubygem-net-ssh4 \
 	rubygem-sshkey>=1.9.0:security/rubygem-sshkey \
 	rubygem-rbnacl4<=4.0.2:security/rubygem-rbnacl4 \
 	rubygem-rbnacl-libsodium>=0:security/rubygem-rbnacl-libsodium \


More information about the svn-ports-all mailing list