Bug 183819 - Update of devel/etcd to version 0.1.2
Summary: Update of devel/etcd to version 0.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-09 18:40 UTC by Bartek Rutkowski
Modified: 2013-11-09 19:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.66 KB, patch)
2013-11-09 18:40 UTC, Bartek Rutkowski
no flags Details | Diff
etcd.patch (1.61 KB, patch)
2013-11-09 18:45 UTC, Bartlomiej Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2013-11-09 18:40:00 UTC
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.
Comment 1 Bartlomiej Rutkowski 2013-11-09 18:45:28 UTC
The initial PR had patch with unneccessary comment, cleaned version attached.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-09 19:21:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-11-09 19:24:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-09 19:24:19 UTC
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"