- Switch to USES=go:modules, fix build with go1.13 [1]
while here - Update to 1.2.5 PR: 240288 Submitted by: Dmitri Goutnik <dg@syrec.org> [1]
This commit is contained in:
parent
8c461ef64e
commit
e7d580afff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510897
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user