svn commit: r496509 - head/security/kbfsd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 21 19:42:19 UTC 2019


Author: sunpoet
Date: Thu Mar 21 19:42:15 2019
New Revision: 496509
URL: https://svnweb.freebsd.org/changeset/ports/496509

Log:
  Unbreak this port
  
  - Update RUN_DEPENDS
  - Bump PORTREVISION for dependency change
  
  Approved by:	0mp (implicit)

Modified:
  head/security/kbfsd/Makefile

Modified: head/security/kbfsd/Makefile
==============================================================================
--- head/security/kbfsd/Makefile	Thu Mar 21 19:42:10 2019	(r496508)
+++ head/security/kbfsd/Makefile	Thu Mar 21 19:42:15 2019	(r496509)
@@ -3,6 +3,7 @@
 PORTNAME=	kbfsd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	0mp at FreeBSD.org
@@ -11,10 +12,7 @@ COMMENT=	Service daemon for the Keybase filesystem (KB
 # 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


More information about the svn-ports-all mailing list