From owner-svn-ports-head@freebsd.org Thu Jun 8 12:37:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AECABFE38B; Thu, 8 Jun 2017 12:37:34 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B10E80440; Thu, 8 Jun 2017 12:37:33 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v58CbXur073950; Thu, 8 Jun 2017 12:37:33 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v58CbXLc073948; Thu, 8 Jun 2017 12:37:33 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201706081237.v58CbXLc073948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 8 Jun 2017 12:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442917 - head/sysutils/docker-machine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2017 12:37:34 -0000 Author: lifanov Date: Thu Jun 8 12:37:32 2017 New Revision: 442917 URL: https://svnweb.freebsd.org/changeset/ports/442917 Log: update Docker Machine to 0.12.0 - strip the Go binary while in here: apparently that's safe Relnotes: https://github.com/docker/machine/releases/tag/v0.12.0 Modified: head/sysutils/docker-machine/Makefile head/sysutils/docker-machine/distinfo Modified: head/sysutils/docker-machine/Makefile ============================================================================== --- head/sysutils/docker-machine/Makefile Thu Jun 8 11:52:19 2017 (r442916) +++ head/sysutils/docker-machine/Makefile Thu Jun 8 12:37:32 2017 (r442917) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= docker-machine -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -23,8 +23,6 @@ GH_PROJECT= machine GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd - -STRIP= # stripping can break go binaries post-install: @${MV} ${STAGEDIR}${PREFIX}/bin/cmd ${STAGEDIR}${PREFIX}/bin/docker-machine Modified: head/sysutils/docker-machine/distinfo ============================================================================== --- head/sysutils/docker-machine/distinfo Thu Jun 8 11:52:19 2017 (r442916) +++ head/sysutils/docker-machine/distinfo Thu Jun 8 12:37:32 2017 (r442917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493213373 -SHA256 (docker-machine-v0.11.0_GH0.tar.gz) = a29f8f028cad2525c016f5ca6b14a4fd5bf5feb15eb9ad902696991385819e91 -SIZE (docker-machine-v0.11.0_GH0.tar.gz) = 1662996 +TIMESTAMP = 1496925264 +SHA256 (docker-machine-v0.12.0_GH0.tar.gz) = 2238dbb8580ca2399c64fa6cda0089a9dde6142d4dcbb8d750aedbeee042fbfe +SIZE (docker-machine-v0.12.0_GH0.tar.gz) = 1663612