This is patch for devel/etcd port that does the following: * updates the port to latest 0.1.2 version * fixes the port to use docs option properly Fix: Patch attached to this PR. Patch attached with submission follows: How-To-Repeat: Apply the patch to the port dir, test the port.
The initial PR had patch with unneccessary comment, cleaned version attached.
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: wg Date: Sat Nov 9 19:24:11 2013 New Revision: 333332 URL: http://svnweb.freebsd.org/changeset/ports/333332 Log: devel/etcd: update to 0.1.2 PR: ports/183819 Submitted by: maintainer Modified: head/devel/etcd/Makefile head/devel/etcd/distinfo Modified: head/devel/etcd/Makefile ============================================================================== --- head/devel/etcd/Makefile Sat Nov 9 19:20:29 2013 (r333331) +++ head/devel/etcd/Makefile Sat Nov 9 19:24:11 2013 (r333332) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= devel PKGNAMEPREFIX= coreos @@ -13,27 +13,27 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:${POR USE_GITHUB= yes GH_ACCOUNT= coreos GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 7b28904 +GH_COMMIT= 5589b6f -PLIST_FILES+= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md NO_BUILD= yes OPTIONS_DEFINE= DOCS +DOCS_DESC= Install etcd README file post-patch: @${REINPLACE_CMD} -e 's|$$VER|${DISTVERSION}|' ${WRKSRC}/scripts/release-version @${REINPLACE_CMD} -e '/VER=/d' ${WRKSRC}/scripts/release-version - @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|' ${WRKSRC}/build pre-install: @(cd ${WRKSRC}; ${SH} build) do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> Modified: head/devel/etcd/distinfo ============================================================================== --- head/devel/etcd/distinfo Sat Nov 9 19:20:29 2013 (r333331) +++ head/devel/etcd/distinfo Sat Nov 9 19:24:11 2013 (r333332) @@ -1,2 +1,2 @@ -SHA256 (etcd-0.1.1.tar.gz) = 337f173b165360889586a7388f5874bf0b16746992f3cd43ed162f39cd30e9ff -SIZE (etcd-0.1.1.tar.gz) = 601641 +SHA256 (etcd-0.1.2.tar.gz) = 71847f86d3e585a2bcd391e59006f1d07a8e9135f24871bc9e52ffc6fca6b7e9 +SIZE (etcd-0.1.2.tar.gz) = 1423331 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"