svn commit: r406846 - head/devel/etcd

Pietro Cerutti gahr at FreeBSD.org
Thu Jan 21 11:00:17 UTC 2016


Author: gahr
Date: Thu Jan 21 11:00:16 2016
New Revision: 406846
URL: https://svnweb.freebsd.org/changeset/ports/406846

Log:
  devel/etcd: no need for glob in CONFLICTS

Modified:
  head/devel/etcd/Makefile

Modified: head/devel/etcd/Makefile
==============================================================================
--- head/devel/etcd/Makefile	Thu Jan 21 10:53:13 2016	(r406845)
+++ head/devel/etcd/Makefile	Thu Jan 21 11:00:16 2016	(r406846)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
 
-CONFLICTS=	coreos-etcdctl-0.* etcd-*
+CONFLICTS=	coreos-etcdctl-0.* etcd
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	coreos


More information about the svn-ports-all mailing list