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

raimue at macports.org raimue at macports.org
Thu Oct 6 18:47:14 CEST 2016


Revision: 153642
          https://trac.macports.org/changeset/153642
Author:   raimue at macports.org
Date:     2016-10-06 09:47:13 -0700 (Thu, 06 Oct 2016)
Log Message:
-----------
hub: update to version 2.2.9

Include man page. Update livecheck to avoid matching pre-releases.

Closes #52522.

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

Modified: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile	2016-10-06 15:36:19 UTC (rev 153641)
+++ trunk/dports/devel/hub/Portfile	2016-10-06 16:47:13 UTC (rev 153642)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        github hub 2.2.5 v
+github.setup        github hub 2.2.9 v
 categories          devel
 platforms           darwin
 license             MIT
@@ -17,8 +17,8 @@
 
 homepage            https://hub.github.com/
 
-checksums           rmd160  ce8f10a0f224450ad9dfeabe4d58217dd86aa11c \
-                    sha256  daa3aa13db40342365e28a43fc4642eda8001736f7c43d4c2ac8f544a6ca20d0
+checksums           rmd160  1afec3de053f124d22f9587ff889f2d212d6e909 \
+                    sha256  9b94086ad52bf724c78b62568931027e01499f8c4e5b0aae476417c856bf7a98
 
 build.cmd           ./script/build
 build.target
@@ -31,6 +31,7 @@
 
 destroot {
     xinstall -W ${worksrcpath} bin/hub ${destroot}${prefix}/bin
+    xinstall -W ${worksrcpath} man/hub.1 ${destroot}${prefix}/share/man/man1/hub.1
     set bash-completions ${destroot}${prefix}/share/bash-completion/completions
     xinstall -d ${bash-completions}
     xinstall -W ${worksrcpath} etc/hub.bash_completion.sh ${bash-completions}/hub
@@ -46,3 +47,5 @@
 
 or use 'hub' as standalone command
 "
+
+livecheck.regex     archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161006/63466407/attachment-0002.html>


More information about the macports-changes mailing list