svn commit: r406844 - in head: audio/etcd devel/etcd

Pietro Cerutti gahr at FreeBSD.org
Thu Jan 21 10:47:27 UTC 2016


Author: gahr
Date: Thu Jan 21 10:47:25 2016
New Revision: 406844
URL: https://svnweb.freebsd.org/changeset/ports/406844

Log:
  audio/etcd, devel/etcd: mutual CONFLICT because of bin/etcd

Modified:
  head/audio/etcd/Makefile
  head/devel/etcd/Makefile

Modified: head/audio/etcd/Makefile
==============================================================================
--- head/audio/etcd/Makefile	Thu Jan 21 10:45:01 2016	(r406843)
+++ head/audio/etcd/Makefile	Thu Jan 21 10:47:25 2016	(r406844)
@@ -12,6 +12,8 @@ MASTER_SITES=	LOCAL/gahr \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Enhanced Tiny CD, a simple ncurses-based CD player
 
+CONFLICTS=	coreos-etcd
+
 USE_SDL=	sdl
 
 MAKE_ARGS=	INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \

Modified: head/devel/etcd/Makefile
==============================================================================
--- head/devel/etcd/Makefile	Thu Jan 21 10:45:01 2016	(r406843)
+++ head/devel/etcd/Makefile	Thu Jan 21 10:47:25 2016	(r406844)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
 
-CONFLICTS=	coreos-etcdctl-0.*
+CONFLICTS=	coreos-etcdctl-0.* etcd-*
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	coreos


More information about the svn-ports-head mailing list