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

ryandesign at macports.org ryandesign at macports.org
Mon Aug 15 15:01:09 PDT 2016


Revision: 151422
          https://trac.macports.org/changeset/151422
Author:   ryandesign at macports.org
Date:     2016-08-15 15:01:09 -0700 (Mon, 15 Aug 2016)
Log Message:
-----------
hub: update to 2.2.5 and remove git dependency (#52019; maintainer)

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

Modified: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile	2016-08-15 20:01:28 UTC (rev 151421)
+++ trunk/dports/devel/hub/Portfile	2016-08-15 22:01:09 UTC (rev 151422)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        github hub 2.2.3 v
+github.setup        github hub 2.2.5 v
 categories          devel
 platforms           darwin
 license             MIT
@@ -17,21 +17,20 @@
 
 homepage            https://hub.github.com/
 
-checksums           rmd160  ed3a50572495f82fcad503262bb585a738bf1132 \
-                    sha256  db21e3ff93ef1747970bb58a59dba4e84c85047ce6ef99cc640a98be71c3702f
+checksums           rmd160  ce8f10a0f224450ad9dfeabe4d58217dd86aa11c \
+                    sha256  daa3aa13db40342365e28a43fc4642eda8001736f7c43d4c2ac8f544a6ca20d0
 
 build.cmd           ./script/build
 build.target
 
-depends_lib         port:git \
-                    port:go
+depends_lib         port:go
 
 use_configure       no
 
 installs_libs       no
 
 destroot {
-    xinstall -W ${worksrcpath} -m 0755 hub ${destroot}${prefix}/bin
+    xinstall -W ${worksrcpath} bin/hub ${destroot}${prefix}/bin
     set bash-completions ${destroot}${prefix}/share/bash-completion/completions
     xinstall -d ${bash-completions}
     xinstall -W ${worksrcpath} etc/hub.bash_completion.sh ${bash-completions}/hub
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160815/2bc23ab1/attachment-0001.html>


More information about the macports-changes mailing list