[143546] trunk/dports/devel/docker-machine/Portfile

sean at macports.org sean at macports.org
Mon Dec 14 16:22:09 PST 2015


Revision: 143546
          https://trac.macports.org/changeset/143546
Author:   sean at macports.org
Date:     2015-12-14 16:22:08 -0800 (Mon, 14 Dec 2015)
Log Message:
-----------
docker-machine: update to 0.5.3

Modified Paths:
--------------
    trunk/dports/devel/docker-machine/Portfile

Modified: trunk/dports/devel/docker-machine/Portfile
===================================================================
--- trunk/dports/devel/docker-machine/Portfile	2015-12-15 00:20:33 UTC (rev 143545)
+++ trunk/dports/devel/docker-machine/Portfile	2015-12-15 00:22:08 UTC (rev 143546)
@@ -4,9 +4,8 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        docker machine 0.5.1 v
+github.setup        docker machine 0.5.3 v
 name                docker-machine
-revision            1
 categories          devel
 platforms           darwin
 license             Apache-2
@@ -19,15 +18,18 @@
 
 depends_lib         port:go port:docker
 
-checksums           rmd160  bee518074f44122823673a387a9a8f3bafd475c7 \
-                    sha256  e9c2ee3d3b6d1b676ba3e883f3f3b6085ad22c84520246251a7063f2dd92114f
+checksums           rmd160  5ca2a7b5c5e3c0bc91ed51c7737a591d23840c1d \
+                    sha256  7358e8895b39f829bcbd23349e9171a6def3844436c1566430841e61ff923efa
 
 use_configure       no
 build.target        build
-build.env           GOPATH=${worksrcpath}
+build.env           GOPATH=${workpath}/go
+build.dir           ${workpath}/go/src/github.com/docker/machine
 
 # what kind of tool does this?
 post-extract {
+    file mkdir ${workpath}/go/src/github.com/docker
+    ln -sf ${worksrcpath} ${workpath}/go/src/github.com/docker/machine
     file mkdir ${worksrcpath}/src/github.com/docker
     ln -sf ${worksrcpath} ${worksrcpath}/src/github.com/docker/machine
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151214/c88d641e/attachment.html>


More information about the macports-changes mailing list