[112131] trunk/dports/devel/hub
raimue at macports.org
raimue at macports.org
Sat Oct 12 05:51:36 PDT 2013
Revision: 112131
https://trac.macports.org/changeset/112131
Author: raimue at macports.org
Date: 2013-10-12 05:51:35 -0700 (Sat, 12 Oct 2013)
Log Message:
-----------
devel/hub:
Suppress output when loading the git bash-completion script
Modified Paths:
--------------
trunk/dports/devel/hub/Portfile
trunk/dports/devel/hub/files/patch-bash-completion.diff
Modified: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile 2013-10-12 12:41:28 UTC (rev 112130)
+++ trunk/dports/devel/hub/Portfile 2013-10-12 12:51:35 UTC (rev 112131)
@@ -5,7 +5,7 @@
PortGroup github 1.0
github.setup defunkt hub 1.10.6 v
-revision 1
+revision 2
description git-wrapper for GitHub specific functionality
long_description hub is a command line utility which adds GitHub knowledge to git.\
It can be used on its own or as a git wrapper.
Modified: trunk/dports/devel/hub/files/patch-bash-completion.diff
===================================================================
--- trunk/dports/devel/hub/files/patch-bash-completion.diff 2013-10-12 12:41:28 UTC (rev 112130)
+++ trunk/dports/devel/hub/files/patch-bash-completion.diff 2013-10-12 12:51:35 UTC (rev 112131)
@@ -10,7 +10,7 @@
- eval "$(declare -f __git_list_all_commands | \
- sed 's/__git_list_all_commands/__git_list_all_commands_without_hub/')"
+# Ensure that git tab completion is available
-+_xfunc git __git_list_all_commands
++_xfunc git __git_list_all_commands >/dev/null 2>&1
- # Wrap the 'list_all_commands' function with extra hub commands
- __git_list_all_commands() {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131012/f571a2af/attachment.html>
More information about the macports-changes
mailing list