svn commit: r497585 - head/security/keybase

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 2 20:19:17 UTC 2019


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 at 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 


More information about the svn-ports-all mailing list