Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2018 15:20:44 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r461245 - branches/2018Q1/devel/gitlab-runner
Message-ID:  <201802081520.w18FKit2073043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Feb  8 15:20:43 2018
New Revision: 461245
URL: https://svnweb.freebsd.org/changeset/ports/461245

Log:
  MFH: r458505 r459812 r459905
  
  devel/gitlab-runner: update to 10.3.0
  
  devel/gitlab-runner: fix fetch
  
  devel/gitlab-runner: update to 10.4.0
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2018Q1/devel/gitlab-runner/Makefile
  branches/2018Q1/devel/gitlab-runner/distinfo
  branches/2018Q1/devel/gitlab-runner/pkg-descr
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/devel/gitlab-runner/Makefile
==============================================================================
--- branches/2018Q1/devel/gitlab-runner/Makefile	Thu Feb  8 15:12:12 2018	(r461244)
+++ branches/2018Q1/devel/gitlab-runner/Makefile	Thu Feb  8 15:20:43 2018	(r461245)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-runner
-PORTVERSION=	10.0.2
+PORTVERSION=	10.4.0
 CATEGORIES=	devel
 MASTER_SITES=	\
 		https://gitlab.com/gitlab-org/gitlab-runner/repository/archive.tar.bz2?ref=v${PORTVERSION}&dummy=/ \
@@ -17,6 +17,9 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Official GitLab Runner written in Go
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	go:lang/go \
 		go-bindata:devel/go-bindata
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
@@ -24,16 +27,17 @@ RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
 		git:devel/git
 
 USES=		tar:bz2
-GITHASH=	a9a76a502bf69371d9c610d0b2814b4e0f3ae762
-GITREV=		a9a76a50
-GITBRANCH=	10-0-stable
-BUILT=		2017-10-04T12:39:04-00:00
+GITHASH=	857480b64b013d8edffaf70e4b7ea43ee1c66a9e
+GITREV=		857480b6
+GITBRANCH=	10-4-stable
+BUILT=		2018-01-22T09:48:29-00:00
+
 WRKSRC=		${WRKDIR}/gitlab-runner-v${PORTVERSION}-${GITHASH}
 GO_LDFLAGS=	-X gitlab.com/gitlab-org/gitlab-runner/common.VERSION=${PORTVERSION} \
 		-X gitlab.com/gitlab-org/gitlab-runner/common.REVISION=${GITREV} \
 		-X gitlab.com/gitlab-org/gitlab-runner/common.BUILT=${BUILT} \
 		-X gitlab.com/gitlab-org/gitlab-runner/common.BRANCH=${GITBRANCH} \
-		-s -w                                           
+		-s -w
 
 PLIST_FILES=	bin/gitlab-runner
 

Modified: branches/2018Q1/devel/gitlab-runner/distinfo
==============================================================================
--- branches/2018Q1/devel/gitlab-runner/distinfo	Thu Feb  8 15:12:12 2018	(r461244)
+++ branches/2018Q1/devel/gitlab-runner/distinfo	Thu Feb  8 15:20:43 2018	(r461245)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1508163224
-SHA256 (gitlab-runner/gitlab-runner-10.0.2.tar.bz2) = 3e4852766436188fbe954f3457e5a0a4ce141be0f3facb0bae62e2bf182dad41
-SIZE (gitlab-runner/gitlab-runner-10.0.2.tar.bz2) = 2539674
-SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = 416a8b6ca55a65f55858fa4b3d9edaf3e272aebe69445ed2f095a12056ff96b4
-SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 10449500
-SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = 5e9f67a078486d5370b404561b9b6dff1daa49291d221865150f4b5f31c57787
-SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 8560032
+TIMESTAMP = 1516848052
+SHA256 (gitlab-runner/gitlab-runner-10.4.0.tar.bz2) = c90cd974c228455b27cabd140c22fa67017f14f420d5e432d1db07b36f4acc14
+SIZE (gitlab-runner/gitlab-runner-10.4.0.tar.bz2) = 2649565
+SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = aef8c07f2632bc9973e643658613d1b781508c7a98f6ae9ba5a55eaa786b3724
+SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 10479600
+SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = 7a9d57b10e85202fef978c4bcba8f157f25123d5da481a765a87590a35b91c4d
+SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 8558028

Modified: branches/2018Q1/devel/gitlab-runner/pkg-descr
==============================================================================
--- branches/2018Q1/devel/gitlab-runner/pkg-descr	Thu Feb  8 15:12:12 2018	(r461244)
+++ branches/2018Q1/devel/gitlab-runner/pkg-descr	Thu Feb  8 15:20:43 2018	(r461245)
@@ -3,4 +3,4 @@ the results back to GitLab. It is used in conjunction 
 open-source continuous integration service included with GitLab that
 coordinates the jobs.
 
-WWW: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/tree/master
+WWW: https://gitlab.com/gitlab-org/gitlab-runner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802081520.w18FKit2073043>