svn commit: r486233 - branches/2018Q4/www/gitlab-workhorse

Matthias Fechner mfechner at FreeBSD.org
Fri Nov 30 07:20:04 UTC 2018


Author: mfechner
Date: Fri Nov 30 07:20:02 2018
New Revision: 486233
URL: https://svnweb.freebsd.org/changeset/ports/486233

Log:
  MFH: r485669 r486172
  
  Upgrade to 7.1.0 which is required for gitlab-ce 11.5.
  
  Approved by:	mentors (implicit)
  
  Upgrade to 7.1.3 which is required for gitlab-ce 11.5.1.
  
  Approved by:	mentors (implicit)
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q4/www/gitlab-workhorse/Makefile
  branches/2018Q4/www/gitlab-workhorse/distinfo
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/www/gitlab-workhorse/Makefile
==============================================================================
--- branches/2018Q4/www/gitlab-workhorse/Makefile	Fri Nov 30 07:18:54 2018	(r486232)
+++ branches/2018Q4/www/gitlab-workhorse/Makefile	Fri Nov 30 07:20:02 2018	(r486233)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-workhorse
-PORTVERSION=	7.0.0
+PORTVERSION=	7.1.3
 CATEGORIES=	www
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -19,7 +19,7 @@ USES=	gmake
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags
-GL_COMMIT=	279962ec11bd26d0a1855537efb38f569ce85e72
+GL_COMMIT=	6ba4be8f3f9ae39b9efb481dd11b09f727b72cbd
 
 PLIST_FILES=	bin/gitlab-workhorse \
 		bin/gitlab-zip-cat \
@@ -28,8 +28,5 @@ 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>

Modified: branches/2018Q4/www/gitlab-workhorse/distinfo
==============================================================================
--- branches/2018Q4/www/gitlab-workhorse/distinfo	Fri Nov 30 07:18:54 2018	(r486232)
+++ branches/2018Q4/www/gitlab-workhorse/distinfo	Fri Nov 30 07:20:02 2018	(r486233)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540327734
-SHA256 (gitlab-org-gitlab-workhorse-279962ec11bd26d0a1855537efb38f569ce85e72_GL0.tar.gz) = a833c9bb6f89df606d3b633b2c1d892ca9dbac75671fea9e57b509b764afa9d4
-SIZE (gitlab-org-gitlab-workhorse-279962ec11bd26d0a1855537efb38f569ce85e72_GL0.tar.gz) = 1870561
+TIMESTAMP = 1543446774
+SHA256 (gitlab-org-gitlab-workhorse-6ba4be8f3f9ae39b9efb481dd11b09f727b72cbd_GL0.tar.gz) = 274396720efb77c51170ab19e0cd01ebc2cf9be9963421341dfbada1af76b751
+SIZE (gitlab-org-gitlab-workhorse-6ba4be8f3f9ae39b9efb481dd11b09f727b72cbd_GL0.tar.gz) = 2522927


More information about the svn-ports-branches mailing list