Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2017 12:37:33 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442917 - head/sysutils/docker-machine
Message-ID:  <201706081237.v58CbXLc073948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706081237.v58CbXLc073948>