From owner-svn-ports-head@freebsd.org Mon Oct 7 17:10:46 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD53D134982; Mon, 7 Oct 2019 17:10:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46n6SQ54wfz4J9y; Mon, 7 Oct 2019 17:10:46 +0000 (UTC) (envelope-from swills@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 9339119BF6; Mon, 7 Oct 2019 17:10:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x97HAkhW068797; Mon, 7 Oct 2019 17:10:46 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x97HAkRI068795; Mon, 7 Oct 2019 17:10:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201910071710.x97HAkRI068795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 7 Oct 2019 17:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513972 - head/devel/gitlab-runner X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/gitlab-runner X-SVN-Commit-Revision: 513972 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.29 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: Mon, 07 Oct 2019 17:10:46 -0000 Author: swills Date: Mon Oct 7 17:10:45 2019 New Revision: 513972 URL: https://svnweb.freebsd.org/changeset/ports/513972 Log: devel/gitlab-runner: update to 12.3.0 Modified: head/devel/gitlab-runner/Makefile (contents, props changed) head/devel/gitlab-runner/distinfo (contents, props changed) Modified: head/devel/gitlab-runner/Makefile ============================================================================== --- head/devel/gitlab-runner/Makefile Mon Oct 7 16:49:01 2019 (r513971) +++ head/devel/gitlab-runner/Makefile Mon Oct 7 17:10:45 2019 (r513972) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-runner -PORTVERSION= 12.1.0 +PORTVERSION= 12.3.0 CATEGORIES= devel MASTER_SITES= \ https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ @@ -30,10 +30,10 @@ USE_GITLAB= yes # Find tags here: # https://gitlab.com/gitlab-org/gitlab-runner/tags GL_ACCOUNT= gitlab-org -GL_COMMIT= de7731dd40f8e65738ac1452c13e8636dc3453c6 -GITBRANCH= 12-1-stable +GL_COMMIT= a8a019e0a8f4f4c4d9d699f0295bb8679bb13bcf +GITBRANCH= 12-3-stable # https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-freebsd-amd64 -BUILT= 2019-07-19T13:53:05+0000 +BUILT= 2019-09-20T08:27:17+0000 GO_PKGNAME= gitlab.com/${GL_ACCOUNT}/${GL_PROJECT} GO_BUILDFLAGS= -ldflags="\ Modified: head/devel/gitlab-runner/distinfo ============================================================================== --- head/devel/gitlab-runner/distinfo Mon Oct 7 16:49:01 2019 (r513971) +++ head/devel/gitlab-runner/distinfo Mon Oct 7 17:10:45 2019 (r513972) @@ -1,7 +1,7 @@ -TIMESTAMP = 1566243950 +TIMESTAMP = 1570467637 SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 9594352 SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32 SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 9020896 -SHA256 (gitlab-runner/gitlab-org-gitlab-runner-de7731dd40f8e65738ac1452c13e8636dc3453c6_GL0.tar.gz) = 2f3f09426271861168e912bab11a5f0c5e7a85b0db72a781a7490cb7ad34939c -SIZE (gitlab-runner/gitlab-org-gitlab-runner-de7731dd40f8e65738ac1452c13e8636dc3453c6_GL0.tar.gz) = 27149416 +SHA256 (gitlab-runner/gitlab-org-gitlab-runner-a8a019e0a8f4f4c4d9d699f0295bb8679bb13bcf_GL0.tar.gz) = 65162dd5fe7022060cf30cc3465f8d941c67530c6ca13c9a7722fbfa8aad4694 +SIZE (gitlab-runner/gitlab-org-gitlab-runner-a8a019e0a8f4f4c4d9d699f0295bb8679bb13bcf_GL0.tar.gz) = 27182645