mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Revert r410963.
gitlab-workhorse ended up being committed instead of gitlab-shell... PR: 207791
This commit is contained in:
parent
f187d16628
commit
ca040a7e0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410967
@ -675,7 +675,6 @@
|
|||||||
SUBDIR += gitg0
|
SUBDIR += gitg0
|
||||||
SUBDIR += github-backup-utils
|
SUBDIR += github-backup-utils
|
||||||
SUBDIR += gitinspector
|
SUBDIR += gitinspector
|
||||||
SUBDIR += gitlab-shell
|
|
||||||
SUBDIR += gitlist
|
SUBDIR += gitlist
|
||||||
SUBDIR += gitolite
|
SUBDIR += gitolite
|
||||||
SUBDIR += gitolite2
|
SUBDIR += gitolite2
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de
|
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
PORTNAME= gitlab-workhorse
|
|
||||||
PORTVERSION= 0.6.5
|
|
||||||
CATEGORIES= www
|
|
||||||
MASTER_SITES= http://ports.toco-domains.de/
|
|
||||||
|
|
||||||
MAINTAINER= ports@toco-domains.de
|
|
||||||
COMMENT= Smart reverse proxy for GitLab
|
|
||||||
|
|
||||||
LICENSE= MIT
|
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
||||||
|
|
||||||
BUILD_DEPENDS= go>=1.5.3:${PORTSDIR}/lang/go
|
|
||||||
|
|
||||||
PLIST_FILES= bin/gitlab-workhorse \
|
|
||||||
bin/gitlab-zip-cat \
|
|
||||||
bin/gitlab-zip-metadata
|
|
||||||
|
|
||||||
PLIST_DIRS=%%WWWDIR%%
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}
|
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-workhorse
|
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-zip-cat
|
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-zip-metadata
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||||||
SHA256 (gitlab-workhorse-0.6.5.tar.gz) = 629279a966ee7662fb6158465158659877de550609b95f5249ed801746991ced
|
|
||||||
SIZE (gitlab-workhorse-0.6.5.tar.gz) = 31621
|
|
@ -1,5 +0,0 @@
|
|||||||
Gitlab-workhorse is a smart reverse proxy for GitLab. It handles "large"
|
|
||||||
HTTP requests such as file downloads, file uploads,
|
|
||||||
Git push/pull and Git archive downloads.
|
|
||||||
|
|
||||||
WWW: https://gitlab.com/gitlab-org/gitlab-workhorse
|
|
Loading…
Reference in New Issue
Block a user