Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2016 21:43:37 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406810 - head/devel/etcdctl
Message-ID:  <201601202143.u0KLhbcQ032568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601202143.u0KLhbcQ032568>