Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 03:59:46 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513283 - head/sysutils/amazon-ssm-agent
Message-ID:  <201909300359.x8U3xkC9079850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Sep 30 03:59:45 2019
New Revision: 513283
URL: https://svnweb.freebsd.org/changeset/ports/513283

Log:
  sysutils/amazon-ssm-agent: Spell GO_BUILDFLAGS correctly

Modified:
  head/sysutils/amazon-ssm-agent/Makefile

Modified: head/sysutils/amazon-ssm-agent/Makefile
==============================================================================
--- head/sysutils/amazon-ssm-agent/Makefile	Mon Sep 30 03:59:22 2019	(r513282)
+++ head/sysutils/amazon-ssm-agent/Makefile	Mon Sep 30 03:59:45 2019	(r513283)
@@ -2,6 +2,7 @@
 
 PORTNAME=	amazon-ssm-agent
 PORTVERSION=	2.3.612.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	cperciva@FreeBSD.org
@@ -18,7 +19,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	aws
 GH_SUBDIR=	src/github.com/aws/amazon-ssm-agent
 
-GO_BUILDLAGS=	-ldflags "-s -w"
+GO_BUILDFLAGS=	-ldflags "-s -w"
 GO_TARGET=	./agent:${PREFIX}/sbin/amazon-ssm-agent \
 		./agent/framework/processor/executer/outofproc/worker:${PREFIX}/sbin/ssm-document-worker \
 		./agent/framework/processor/executer/outofproc/sessionworker:${PREFIX}/sbin/ssm-session-worker \



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