svn commit: r466300 - head/security/kbfs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 3 09:46:44 UTC 2018


Author: sunpoet
Date: Tue Apr  3 09:46:43 2018
New Revision: 466300
URL: https://svnweb.freebsd.org/changeset/ports/466300

Log:
  Add git-remote-keybase
  
  - Bump PORTREVISION for package change
  
  PR:		227206
  Submitted by:	Hoverbear <andrew at hoverbear.org>

Modified:
  head/security/kbfs/Makefile

Modified: head/security/kbfs/Makefile
==============================================================================
--- head/security/kbfs/Makefile	Tue Apr  3 09:46:38 2018	(r466299)
+++ head/security/kbfs/Makefile	Tue Apr  3 09:46:43 2018	(r466300)
@@ -3,6 +3,7 @@
 PORTNAME=	kbfs
 PORTVERSION=	1.0.44
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -12,10 +13,10 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GO_PKGNAME=	github.com/${GH_ACCOUNT}/${GH_PROJECT}
-GO_TARGET=	-tags production ${GO_PKGNAME}/kbfsfuse ${GO_PKGNAME}/kbfstool
+GO_TARGET=	-tags production ${GO_PKGNAME}/kbfsfuse ${GO_PKGNAME}/kbfsgit/git-remote-keybase ${GO_PKGNAME}/kbfstool
 USES=		go
 
-PLIST_FILES=	bin/kbfsfuse bin/kbfstool
+PLIST_FILES=	bin/git-remote-keybase bin/kbfsfuse bin/kbfstool
 
 GH_ACCOUNT=	keybase
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list