Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2019 06:39:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496421 - head/security/kbfsd
Message-ID:  <201903210639.x2L6ddx1040236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Mar 21 06:39:39 2019
New Revision: 496421
URL: https://svnweb.freebsd.org/changeset/ports/496421

Log:
  Mark BROKEN: conflicting dependencies
  
  pkg-static: keybase-3.1.2 conflicts with kbfs-2.13.1 (installs files into the same place).  Problematic file: /usr/local/bin/git-remote-keybase
  
  Reported by:	pkg-fallout

Modified:
  head/security/kbfsd/Makefile

Modified: head/security/kbfsd/Makefile
==============================================================================
--- head/security/kbfsd/Makefile	Thu Mar 21 06:31:57 2019	(r496420)
+++ head/security/kbfsd/Makefile	Thu Mar 21 06:39:39 2019	(r496421)
@@ -11,6 +11,8 @@ 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
 



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