Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2019 19:42:16 +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: r496509 - head/security/kbfsd
Message-ID:  <201903211942.x2LJgGrg063440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903211942.x2LJgGrg063440>