Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 21:39:28 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499690 - head/security/aws-iam-authenticator
Message-ID:  <201904222139.x3MLdSmc071978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Mon Apr 22 21:39:28 2019
New Revision: 499690
URL: https://svnweb.freebsd.org/changeset/ports/499690

Log:
  - Update to 0.4.0

Modified:
  head/security/aws-iam-authenticator/Makefile
  head/security/aws-iam-authenticator/distinfo

Modified: head/security/aws-iam-authenticator/Makefile
==============================================================================
--- head/security/aws-iam-authenticator/Makefile	Mon Apr 22 21:21:43 2019	(r499689)
+++ head/security/aws-iam-authenticator/Makefile	Mon Apr 22 21:39:28 2019	(r499690)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	aws-iam-authenticator
-PORTVERSION=	0.3.0
+PORTVERSION=	0.4.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 
@@ -15,16 +15,11 @@ USES=		go
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	kubernetes-sigs
-GH_SUBDIR=	src/github.com/heptio/authenticator
+GH_SUBDIR=	src/github.com/kubernetes-sigs/${PORTNAME}
 
-GO_PKGNAME=	github.com/heptio/authenticator
-GO_TARGET=	${GO_PKGNAME}/cmd/heptio-authenticator-aws
+GO_TARGET=	${GO_PKGNAME}/cmd/${PORTNAME}
+GO_BUILDFLAGS=	-ldflags="-X main.version=${PORTVERSION}"
 
 PLIST_FILES=	bin/${PORTNAME}
-
-do-install:
-	${INSTALL_PROGRAM} \
-		${GO_WRKDIR_BIN}/heptio-authenticator-aws \
-		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>

Modified: head/security/aws-iam-authenticator/distinfo
==============================================================================
--- head/security/aws-iam-authenticator/distinfo	Mon Apr 22 21:21:43 2019	(r499689)
+++ head/security/aws-iam-authenticator/distinfo	Mon Apr 22 21:39:28 2019	(r499690)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533258476
-SHA256 (kubernetes-sigs-aws-iam-authenticator-v0.3.0_GH0.tar.gz) = 91e801c1b1c097f663ebd75897cd5ea19e709bc5ab806e1169ffc508c5a79271
-SIZE (kubernetes-sigs-aws-iam-authenticator-v0.3.0_GH0.tar.gz) = 19920237
+TIMESTAMP = 1555959443
+SHA256 (kubernetes-sigs-aws-iam-authenticator-v0.4.0_GH0.tar.gz) = d077ce973e5917fab7cbad46bc2d19264e8d0ae23321afd97b1bc481075a31fa
+SIZE (kubernetes-sigs-aws-iam-authenticator-v0.4.0_GH0.tar.gz) = 23488098



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