svn commit: r543224 - head/devel/gitlab-shell
Matthias Fechner
mfechner at FreeBSD.org
Fri Jul 24 09:12:40 UTC 2020
Author: mfechner
Date: Fri Jul 24 09:12:40 2020
New Revision: 543224
URL: https://svnweb.freebsd.org/changeset/ports/543224
Log:
Fixed dependency, no pump required as this does not change anything.
Reported by: arrowd@
Modified:
head/devel/gitlab-shell/Makefile
Modified: head/devel/gitlab-shell/Makefile
==============================================================================
--- head/devel/gitlab-shell/Makefile Fri Jul 24 09:10:45 2020 (r543223)
+++ head/devel/gitlab-shell/Makefile Fri Jul 24 09:12:40 2020 (r543224)
@@ -10,7 +10,7 @@ COMMENT= GitLab Shell handles git commands for GitLab
LICENSE= MIT
-BUILD_DEPENDS= gem:devel/ruby-gems
+BUILD_DEPENDS= rubygem-bundler1=1.17.3:sysutils/rubygem-bundler1
USES= gmake go:modules,no_targets
MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}"
@@ -20,8 +20,6 @@ USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
# Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags
GL_COMMIT= 131771a66fb9f0366d31f20229358820f3bfa07b
-
-BUILD_DEPENDS= rubygem-bundler1=1.17.3:sysutils/rubygem-bundler1
USERS= git
GROUPS= git
More information about the svn-ports-head
mailing list