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

Matthias Fechner mfechner at FreeBSD.org
Wed Feb 17 13:45:46 UTC 2021


Author: mfechner
Date: Wed Feb 17 13:45:45 2021
New Revision: 565501
URL: https://svnweb.freebsd.org/changeset/ports/565501

Log:
  Removed build dep to rubygem-bundler as it is not required.
  
  PR:		251740

Modified:
  head/devel/gitlab-shell/Makefile

Modified: head/devel/gitlab-shell/Makefile
==============================================================================
--- head/devel/gitlab-shell/Makefile	Wed Feb 17 13:07:24 2021	(r565500)
+++ head/devel/gitlab-shell/Makefile	Wed Feb 17 13:45:45 2021	(r565501)
@@ -3,15 +3,13 @@
 
 PORTNAME?=	gitlab-shell
 PORTVERSION?=	13.15.1
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	devel
 
 MAINTAINER?=	mfechner at FreeBSD.org
 COMMENT?=	GitLab Shell handles git commands for GitLab
 
 LICENSE=	MIT
-
-BUILD_DEPENDS=	rubygem-bundler>=2.1.4<2.1.5,1:sysutils/rubygem-bundler
 
 USES=		gmake go:modules,no_targets
 MAKE_ENV=	GOFLAGS="${GO_BUILDFLAGS}"


More information about the svn-ports-all mailing list