svn commit: r406810 - head/devel/etcdctl

Bartek Rutkowski robak at FreeBSD.org
Wed Jan 20 21:43:38 UTC 2016


Author: robak
Date: Wed Jan 20 21:43:36 2016
New Revision: 406810
URL: https://svnweb.freebsd.org/changeset/ports/406810

Log:
  devel/etcdctl: DEPRECATED - etcdctl is now part of etcd, following the change from the upstream
  
  - Add EXPIRATION_DATE

Modified:
  head/devel/etcdctl/Makefile

Modified: head/devel/etcdctl/Makefile
==============================================================================
--- head/devel/etcdctl/Makefile	Wed Jan 20 21:27:45 2016	(r406809)
+++ head/devel/etcdctl/Makefile	Wed Jan 20 21:43:36 2016	(r406810)
@@ -13,6 +13,10 @@ LICENSE=	APACHE20
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
 
+DEPRECATED=	etcdctl is now part of etcd, following the change from the upstream
+EXPIRATION_DATE=2016-02-04
+CONFLICTS=	coreos-etcd-2.*
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	coreos
 


More information about the svn-ports-head mailing list