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

Pietro Cerutti gahr at FreeBSD.org
Thu Jan 21 13:56:32 UTC 2016


Author: gahr
Date: Thu Jan 21 13:56:31 2016
New Revision: 406857
URL: https://svnweb.freebsd.org/changeset/ports/406857

Log:
  audio/etcd, devel/etcd: CONFLICTS -> CONFLICTS_INSTALL

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

Modified: head/audio/etcd/Makefile
==============================================================================
--- head/audio/etcd/Makefile	Thu Jan 21 13:47:37 2016	(r406856)
+++ head/audio/etcd/Makefile	Thu Jan 21 13:56:31 2016	(r406857)
@@ -12,7 +12,7 @@ MASTER_SITES=	LOCAL/gahr \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Enhanced Tiny CD, a simple ncurses-based CD player
 
-CONFLICTS=	coreos-etcd
+CONFLICTS_INSTALL=coreos-etcd
 
 USE_SDL=	sdl
 

Modified: head/devel/etcd/Makefile
==============================================================================
--- head/devel/etcd/Makefile	Thu Jan 21 13:47:37 2016	(r406856)
+++ head/devel/etcd/Makefile	Thu Jan 21 13:56:31 2016	(r406857)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
 
-CONFLICTS=	coreos-etcdctl-0.* etcd
+CONFLICTS_INSTALL=coreos-etcdctl-0.* etcd
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	coreos


More information about the svn-ports-head mailing list