FreeBSD Bugzilla – Attachment 137999 Details for
Bug 183819
Update of devel/etcd to version 0.1.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.66 KB, created by
Bartek Rutkowski
on 2013-11-09 18:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bartek Rutkowski
Created:
2013-11-09 18:40:00 UTC
Size:
1.66 KB
patch
obsolete
>diff -ruN etcd.orig/Makefile etcd/Makefile >--- etcd.orig/Makefile 2013-10-04 13:09:38.000000000 +0200 >+++ etcd/Makefile 2013-11-09 17:33:54.000000000 +0100 >@@ -1,7 +1,7 @@ > # $FreeBSD: devel/etcd/Makefile 329287 2013-10-04 11:09:38Z bdrewery $ > > PORTNAME= etcd >-PORTVERSION= 0.1.1 >+PORTVERSION= 0.1.2 > CATEGORIES= devel > PKGNAMEPREFIX= coreos > >@@ -13,7 +13,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= coreos > GH_TAGNAME= v${PORTVERSION} >-GH_COMMIT= 7b28904 >+GH_COMMIT= 5589b6f > > PLIST_FILES+= bin/${PORTNAME} > >@@ -22,18 +22,24 @@ > NO_BUILD= yes > > OPTIONS_DEFINE= DOCS >+DOCS_DESC= Install etcd README file >+ >+.include <bsd.port.options.mk> > > 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: >+.if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} >+# PLIST_FILES+=${STAGEDIR}${DOCSDIR}/${PORTDOCS} >+.endif >+ > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ > > .include <bsd.port.mk> >diff -ruN etcd.orig/distinfo etcd/distinfo >--- etcd.orig/distinfo 2013-10-04 13:09:38.000000000 +0200 >+++ etcd/distinfo 2013-11-06 19:16:31.000000000 +0100 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183819
: 137999 |
138000