svn commit: r499690 - head/security/aws-iam-authenticator

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Apr 22 21:39:29 UTC 2019


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


More information about the svn-ports-all mailing list