Remove expired port:
2016-02-04 devel/etcdctl: etcdctl is now part of etcd, following the change from the upstream
This commit is contained in:
parent
8db6e4ba46
commit
0e6b8ec859
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408330
5 changed files with 1 additions and 52 deletions
1
MOVED
1
MOVED
|
@ -8132,3 +8132,4 @@ databases/py32-gdbm||2016-02-02|Has expired: Full EOL reached. Please update to
|
|||
databases/py32-sqlite3||2016-02-02|Has expired: Full EOL reached. Please update to Python 3.5
|
||||
x11-toolkits/py32-tkinter||2016-02-02|Has expired: Full EOL reached. Please update to Python 3.5
|
||||
sysutils/puppet|sysutils/puppet38|2016-02-05|Renamed
|
||||
devel/etcdctl|devel/etcd|2016-02-06|Has expired: etcdctl is now part of etcd, following the change from the upstream
|
||||
|
|
|
@ -505,7 +505,6 @@
|
|||
SUBDIR += erlang-syslog
|
||||
SUBDIR += es-eric6
|
||||
SUBDIR += etcd
|
||||
SUBDIR += etcdctl
|
||||
SUBDIR += etl
|
||||
SUBDIR += euca2ools
|
||||
SUBDIR += eventxx
|
||||
|
|
|
@ -1,44 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= etcdctl
|
||||
PORTVERSION= 0.4.6
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= coreos-
|
||||
|
||||
MAINTAINER= robak@FreeBSD.org
|
||||
COMMENT= Simple commandline client for etcd
|
||||
|
||||
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
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
PORTDOCS= README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
DOCS_DESC= Install etcdctl README file
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$$VER|${DISTVERSION}|' ${WRKSRC}/scripts/release-version
|
||||
@${REINPLACE_CMD} -e '/VER=/d' ${WRKSRC}/scripts/release-version
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC}; ${SH} build)
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
do-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (coreos-etcdctl-v0.4.6_GH0.tar.gz) = 6c059600bf8dd113a321808761de020f3ab03b620c4a15823024a3e5f9e2e154
|
||||
SIZE (coreos-etcdctl-v0.4.6_GH0.tar.gz) = 35691
|
|
@ -1,5 +0,0 @@
|
|||
Etcdctl is a command line client for etcd. It can
|
||||
be used in scripts or for administrators to explore
|
||||
an etcd cluster.
|
||||
|
||||
WWW: https://github.com/coreos/etcdctl
|
Loading…
Reference in a new issue