Date: Tue, 7 Jan 2014 14:58:03 GMT From: Bartek Rutkowski <ports@robakdesign.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/185555: [port-update] devel/etcdctl port updated to latest 0.2.0 version Message-ID: <201401071458.s07Ew3hG077611@oldred.freebsd.org> Resent-Message-ID: <201401071500.s07F00AA052142@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185555 >Category: ports >Synopsis: [port-update] devel/etcdctl port updated to latest 0.2.0 version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jan 07 15:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Bartek Rutkowski >Release: 10.0-RC4 >Organization: Pixeware LTD >Environment: FreeBSD judaszjeszczeraz 10.0-RC4 FreeBSD 10.0-RC4 #0 r260130: Tue Dec 31 17:10:01 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/JUDASZJESZCZERAZ amd64 >Description: This is update of devel/etcdctl port with latest 0.2.0 version. >How-To-Repeat: Use the patch, build the port and package, test, commit. >Fix: Patch attached with submission follows: diff -ruN etcdctl.orig/Makefile etcdctl/Makefile --- etcdctl.orig/Makefile 2014-01-07 14:43:31.492804992 +0100 +++ etcdctl/Makefile 2014-01-07 14:46:02.804553992 +0100 @@ -1,7 +1,7 @@ # $FreeBSD: devel/etcdctl/Makefile 333677 2013-11-13 12:01:18Z wg $ PORTNAME= etcdctl -PORTVERSION= 0.1.2 +PORTVERSION= 0.2.0 CATEGORIES= devel PKGNAMEPREFIX= coreos- @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= coreos GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 0aa41af +GH_COMMIT= ee09678 PLIST_FILES= bin/${PORTNAME} @@ -27,7 +27,6 @@ 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 do-build: @(cd ${WRKSRC}; ${SH} build) diff -ruN etcdctl.orig/distinfo etcdctl/distinfo --- etcdctl.orig/distinfo 2014-01-07 14:43:31.492804992 +0100 +++ etcdctl/distinfo 2014-01-07 14:43:57.652798992 +0100 @@ -1,2 +1,2 @@ -SHA256 (etcdctl-0.1.2.tar.gz) = 63c949193196a6f888ec540d71a1c6d70cbccaa7b64b622ac1074e1dcc01fa5a -SIZE (etcdctl-0.1.2.tar.gz) = 30845 +SHA256 (etcdctl-0.2.0.tar.gz) = aae6758045506be96db7e16d939d1537cef51e653e626065c028cc4c880b06d8 +SIZE (etcdctl-0.2.0.tar.gz) = 58162 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401071458.s07Ew3hG077611>