From owner-svn-ports-head@freebsd.org Wed Apr 4 16:23:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48BB3F9A979; Wed, 4 Apr 2018 16:23:04 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFF4883D60; Wed, 4 Apr 2018 16:23:03 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EACD316239; Wed, 4 Apr 2018 16:23:03 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w34GN3QX079506; Wed, 4 Apr 2018 16:23:03 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w34GN37J079503; Wed, 4 Apr 2018 16:23:03 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201804041623.w34GN37J079503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 4 Apr 2018 16:23:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466441 - head/www/gitlab-workhorse X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab-workhorse X-SVN-Commit-Revision: 466441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2018 16:23:04 -0000 Author: mfechner Date: Wed Apr 4 16:23:03 2018 New Revision: 466441 URL: https://svnweb.freebsd.org/changeset/ports/466441 Log: 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 Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Wed Apr 4 16:19:00 2018 (r466440) +++ head/www/gitlab-workhorse/Makefile Wed Apr 4 16:23:03 2018 (r466441) @@ -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@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: head/www/gitlab-workhorse/distinfo ============================================================================== --- head/www/gitlab-workhorse/distinfo Wed Apr 4 16:19:00 2018 (r466440) +++ head/www/gitlab-workhorse/distinfo Wed Apr 4 16:23:03 2018 (r466441) @@ -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