From owner-svn-ports-all@freebsd.org Mon Sep 2 23:19:27 2019 Return-Path: Delivered-To: svn-ports-all@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 D66FAEAA17; Mon, 2 Sep 2019 23:19:27 +0000 (UTC) (envelope-from danilo@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 46MmHz5GTQz4TXj; Mon, 2 Sep 2019 23:19:27 +0000 (UTC) (envelope-from danilo@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 97FE4218AC; Mon, 2 Sep 2019 23:19:27 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x82NJR2B024201; Mon, 2 Sep 2019 23:19:27 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x82NJRmT024200; Mon, 2 Sep 2019 23:19:27 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201909022319.x82NJRmT024200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 2 Sep 2019 23:19:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510897 - head/sysutils/istio X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/sysutils/istio X-SVN-Commit-Revision: 510897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2019 23:19:27 -0000 Author: danilo Date: Mon Sep 2 23:19:26 2019 New Revision: 510897 URL: https://svnweb.freebsd.org/changeset/ports/510897 Log: - Switch to USES=go:modules, fix build with go1.13 [1] while here - Update to 1.2.5 PR: 240288 Submitted by: Dmitri Goutnik [1] Modified: head/sysutils/istio/Makefile head/sysutils/istio/distinfo Modified: head/sysutils/istio/Makefile ============================================================================== --- head/sysutils/istio/Makefile Mon Sep 2 23:17:16 2019 (r510896) +++ head/sysutils/istio/Makefile Mon Sep 2 23:19:26 2019 (r510897) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= istio -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.5 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org @@ -12,15 +12,14 @@ LICENSE= APACHE20 RUN_DEPENDS= kubectl:sysutils/kubectl -USES= go +USES= go:modules OPTIONS_DEFINE= EXAMPLES OPTIONS_SUB= yes USE_GITHUB= yes -GO_PKGNAME= istio.io/istio -GO_TARGET= ${GO_PKGNAME}/istioctl/cmd/istioctl +GO_TARGET= ./istioctl/cmd/istioctl GO_BUILDFLAGS= -ldflags="-X istio.io/istio/vendor/istio.io/pkg/version.buildVersion=${PORTVERSION} \ -X istio.io/istio/pkg/version.buildDockerHub=docker.io/istio" Modified: head/sysutils/istio/distinfo ============================================================================== --- head/sysutils/istio/distinfo Mon Sep 2 23:17:16 2019 (r510896) +++ head/sysutils/istio/distinfo Mon Sep 2 23:19:26 2019 (r510897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564951958 -SHA256 (istio-istio-1.2.3_GH0.tar.gz) = 51d5007c5e9d86a1ad4453fbd2794b15549fdbdc692ed64f93920ec0d967d0d2 -SIZE (istio-istio-1.2.3_GH0.tar.gz) = 20248744 +TIMESTAMP = 1567465238 +SHA256 (istio-istio-1.2.5_GH0.tar.gz) = e5b5b57ab2e18585e447e10654a801a7277ca8229356dfce240895f33dc45abd +SIZE (istio-istio-1.2.5_GH0.tar.gz) = 20318113