svn commit: r467718 - branches/2018Q2/www/gitlab-workhorse
Matthias Fechner
mfechner at FreeBSD.org
Wed Apr 18 17:12:07 UTC 2018
Author: mfechner
Date: Wed Apr 18 17:12:06 2018
New Revision: 467718
URL: https://svnweb.freebsd.org/changeset/ports/467718
Log:
MFH: r466441
Update www/gitlab-workhorse to 3.6.0 which is required for gitlab 10.5.x.
Reviewed by: mat, swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D14949
Approved by: ports-secteam (eadler)
Modified:
branches/2018Q2/www/gitlab-workhorse/Makefile
branches/2018Q2/www/gitlab-workhorse/distinfo
Directory Properties:
branches/2018Q2/ (props changed)
Modified: branches/2018Q2/www/gitlab-workhorse/Makefile
==============================================================================
--- branches/2018Q2/www/gitlab-workhorse/Makefile Wed Apr 18 17:10:50 2018 (r467717)
+++ branches/2018Q2/www/gitlab-workhorse/Makefile Wed Apr 18 17:12:06 2018 (r467718)
@@ -2,10 +2,8 @@
# $FreeBSD$
PORTNAME= gitlab-workhorse
-PORTVERSION= 3.3.1
-DISTVERSIONPREFIX= v
+PORTVERSION= 3.6.0
CATEGORIES= www
-MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/
MAINTAINER= idefix at fechner.net
COMMENT= Smart reverse proxy for GitLab
@@ -17,14 +15,15 @@ BUILD_DEPENDS= go>=1.5.3:lang/go
MAKE_JOBS_UNSAFE=yes
USES= gmake
+USE_GITLAB= yes
+GL_ACCOUNT= gitlab-org
+# Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags
+GL_COMMIT= 51fe78e3acd65292b15402db17179e362e88a65e
PLIST_FILES= bin/gitlab-workhorse \
bin/gitlab-zip-cat \
bin/gitlab-zip-metadata
-PLIST_DIRS= %%WWWDIR%%
-
-post-extract:
- @${MV} ${WRKDIR}/${DISTNAME}-* ${WRKDIR}/${DISTNAME}
+PLIST_DIRS= ${WWWDIR}
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}
Modified: branches/2018Q2/www/gitlab-workhorse/distinfo
==============================================================================
--- branches/2018Q2/www/gitlab-workhorse/distinfo Wed Apr 18 17:10:50 2018 (r467717)
+++ branches/2018Q2/www/gitlab-workhorse/distinfo Wed Apr 18 17:12:06 2018 (r467718)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516803285
-SHA256 (gitlab-workhorse-v3.3.1.tar.gz) = de8165d271b5c87f0cc4d879d5422fd443f0d32c0224e9c6e5801c2758fe78cf
-SIZE (gitlab-workhorse-v3.3.1.tar.gz) = 911861
+TIMESTAMP = 1522771766
+SHA256 (gitlab-org-gitlab-workhorse-51fe78e3acd65292b15402db17179e362e88a65e_GL0.tar.gz) = bfe9c2441cefa29350a411f48263a4d3e9bc16ddf9c7bbdc2ee0734701306760
+SIZE (gitlab-org-gitlab-workhorse-51fe78e3acd65292b15402db17179e362e88a65e_GL0.tar.gz) = 944116
More information about the svn-ports-all
mailing list