mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
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
This commit is contained in:
parent
a8fb232948
commit
47155a6cf2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442917
2 changed files with 4 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= docker-machine
|
||||
PORTVERSION= 0.11.0
|
||||
PORTVERSION= 0.12.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
|
@ -24,8 +24,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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue