svn commit: r513283 - head/sysutils/amazon-ssm-agent
Tobias Kortkamp
tobik at FreeBSD.org
Mon Sep 30 03:59:46 UTC 2019
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 at 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 \
More information about the svn-ports-all
mailing list