mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
- Update to 0.3.0
PR: ports/187625 Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
This commit is contained in:
parent
c2fb6a937f
commit
85b81c8aaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348486
2 changed files with 11 additions and 7 deletions
|
@ -1,19 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= etcdctl
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= coreos-
|
||||
|
||||
MAINTAINER= ports@robakdesign.com
|
||||
COMMENT= Simple commandline client for etcd
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= coreos
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= ee09678
|
||||
GH_COMMIT= d0fc1fc
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
|
@ -29,11 +31,13 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e '/VER=/d' ${WRKSRC}/scripts/release-version
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC}; ${SH} build)
|
||||
(cd ${WRKSRC}; ${SH} build)
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
.endif
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (etcdctl-0.2.0.tar.gz) = aae6758045506be96db7e16d939d1537cef51e653e626065c028cc4c880b06d8
|
||||
SIZE (etcdctl-0.2.0.tar.gz) = 58162
|
||||
SHA256 (etcdctl-0.3.0.tar.gz) = e0c0452548e3ae65c47be8f822db52a164014faacd95a01e9a120de977f16d9f
|
||||
SIZE (etcdctl-0.3.0.tar.gz) = 31524
|
||||
|
|
Loading…
Add table
Reference in a new issue