svn commit: r412522 - head/devel/gitlab-shell

Steve Wills swills at FreeBSD.org
Mon Apr 4 17:49:07 UTC 2016


Author: swills
Date: Mon Apr  4 17:49:06 2016
New Revision: 412522
URL: https://svnweb.freebsd.org/changeset/ports/412522

Log:
  devel/gitlab-shell: remove unneeded dependency on ruby

Modified:
  head/devel/gitlab-shell/Makefile

Modified: head/devel/gitlab-shell/Makefile
==============================================================================
--- head/devel/gitlab-shell/Makefile	Mon Apr  4 17:28:48 2016	(r412521)
+++ head/devel/gitlab-shell/Makefile	Mon Apr  4 17:49:06 2016	(r412522)
@@ -10,8 +10,7 @@ DISTNAME=	${PORTNAME}-v${PORTVERSION}
 MAINTAINER=	ports at toco-domains.de
 COMMENT=	GitLab Shell handles git commands for GitLab
 
-BUILD_DEPENDS=	ruby>=2.1.5:lang/ruby21 \
-		gem:devel/ruby-gems
+BUILD_DEPENDS=	gem:devel/ruby-gems
 
 USERS=		git
 GROUPS=		git


More information about the svn-ports-all mailing list