[134330] trunk/dports/devel/hub/Portfile

ionic at macports.org ionic at macports.org
Sun Mar 22 20:47:25 PDT 2015


Revision: 134330
          https://trac.macports.org/changeset/134330
Author:   ionic at macports.org
Date:     2015-03-22 20:47:25 -0700 (Sun, 22 Mar 2015)
Log Message:
-----------
devel/hub: clear build.target by setting to an empty list. Remove go build dependency (already registered as lib dependency.) Remove unused destroot.args option. Patch maintainer-provided. Fixes: #47227.

Modified Paths:
--------------
    trunk/dports/devel/hub/Portfile

Modified: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile	2015-03-23 01:21:59 UTC (rev 134329)
+++ trunk/dports/devel/hub/Portfile	2015-03-23 03:47:25 UTC (rev 134330)
@@ -23,10 +23,8 @@
                     sha256  cd1fb034c7793fd0f4fe1419eb253602accf0f9c051544112cc5d6fa6b449f26
 
 build.cmd           ./script/build
-build.target        {}
+build.target
 
-depends_build       port:go
-
 depends_lib         port:git \
                     port:go
 
@@ -34,7 +32,6 @@
 
 installs_libs       no
 
-destroot.args       prefix=${prefix}
 destroot {
     xinstall -W ${worksrcpath} -m 0755 hub ${destroot}${prefix}/bin
     set bash-completions ${destroot}${prefix}/share/bash-completion/completions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150322/46e37e42/attachment-0001.html>


More information about the macports-changes mailing list