diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-21 19:42:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-21 19:42:15 +0000 |
commit | e8f4f9cb20798d25f623e39a93a5a51ccf1407c8 (patch) | |
tree | 0736089533ec56e98f39afb925b2d00fbefb18cd | |
parent | Update 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/Makefile | 6 |
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 |