Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2019 20:19:16 +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: r497585 - head/security/keybase
Message-ID:  <201904022019.x32KJGB6090482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Apr  2 20:19:16 2019
New Revision: 497585
URL: https://svnweb.freebsd.org/changeset/ports/497585

Log:
  security/keybase: Use GO_BUILDFLAGS and prepare for D19570
  
  Submitted by:	Dmitri Goutnik <dg@syrec.org>
  Approved by:	portmgr blanket
  Differential Revision:	https://reviews.freebsd.org/D19796

Modified:
  head/security/keybase/Makefile

Modified: head/security/keybase/Makefile
==============================================================================
--- head/security/keybase/Makefile	Tue Apr  2 20:15:07 2019	(r497584)
+++ head/security/keybase/Makefile	Tue Apr  2 20:19:16 2019	(r497585)
@@ -14,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/../LICENSE
 USES=		go
 
 GO_PKGNAME=	github.com/keybase/client/go
-GO_TARGET=	-tags production ${GO_PKGNAME}/keybase ${GO_PKGNAME}/kbfs/kbfsfuse ${GO_PKGNAME}/kbfs/kbfsgit/git-remote-keybase ${GO_PKGNAME}/kbfs/kbfstool
+GO_BUILDFLAGS=	-tags production
+GO_TARGET=	${GO_PKGNAME}/keybase ${GO_PKGNAME}/kbfs/kbfsfuse ${GO_PKGNAME}/kbfs/kbfsgit/git-remote-keybase ${GO_PKGNAME}/kbfs/kbfstool
 WRKSRC_SUBDIR=	go
 
 PLIST_FILES=	bin/git-remote-keybase bin/kbfsfuse bin/kbfstool bin/keybase 



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