summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-21 19:42:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-21 19:42:15 +0000
commite8f4f9cb20798d25f623e39a93a5a51ccf1407c8 (patch)
tree0736089533ec56e98f39afb925b2d00fbefb18cd
parentUpdate to 5.6.0 (diff)
Unbreak this port
- Update RUN_DEPENDS - Bump PORTREVISION for dependency change Approved by: 0mp (implicit)
Notes
Notes: svn path=/head/; revision=496509
-rw-r--r--security/kbfsd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/kbfsd/Makefile b/security/kbfsd/Makefile
index 81ddced21667..01c29861dc0b 100644
--- a/security/kbfsd/Makefile
+++ b/security/kbfsd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kbfsd
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= 0mp@FreeBSD.org
@@ -11,10 +12,7 @@ COMMENT= Service daemon for the Keybase filesystem (KBFS)
# There is no license file in v1.2.0.
LICENSE= BSD2CLAUSE
-BROKEN= conflicting dependencies
-
-RUN_DEPENDS= kbfsfuse:security/kbfs \
- keybase:security/keybase
+RUN_DEPENDS= keybase>=3.0.0_1:security/keybase
USE_GITHUB= yes
GH_ACCOUNT= 0mp