svn commit: r496421 - head/security/kbfsd

Antoine Brodin antoine at FreeBSD.org
Thu Mar 21 06:39:40 UTC 2019


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
 


More information about the svn-ports-head mailing list