Date: Tue, 3 Apr 2018 09:46:43 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466300 - head/security/kbfs Message-ID: <201804030946.w339khb4079636@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804030946.w339khb4079636>