diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2016-01-20 21:43:36 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2016-01-20 21:43:36 +0000 |
commit | 1df3959e35f0d6d4cd806ef67fa14998df209725 (patch) | |
tree | b75faa3f82a4fb23894c075cbb9d7074230c3d4f | |
parent | 0dd5d053b4dddba5116e06f89a0e58eec705c572 (diff) | |
download | ports-1df3959e35f0d6d4cd806ef67fa14998df209725.tar.gz ports-1df3959e35f0d6d4cd806ef67fa14998df209725.zip |
Notes
-rw-r--r-- | devel/etcdctl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/etcdctl/Makefile b/devel/etcdctl/Makefile index 200f2b266eba..11831f6c4316 100644 --- a/devel/etcdctl/Makefile +++ b/devel/etcdctl/Makefile @@ -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 |