[99441] trunk/dports/sysutils/autojump/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Nov 5 01:01:15 PST 2012
Revision: 99441
http://trac.macports.org//changeset/99441
Author: ryandesign at macports.org
Date: 2012-11-05 01:01:15 -0800 (Mon, 05 Nov 2012)
Log Message:
-----------
autojump: maintainer update to 21.0.3 (#36892)
Modified Paths:
--------------
trunk/dports/sysutils/autojump/Portfile
Modified: trunk/dports/sysutils/autojump/Portfile
===================================================================
--- trunk/dports/sysutils/autojump/Portfile 2012-11-05 08:55:41 UTC (rev 99440)
+++ trunk/dports/sysutils/autojump/Portfile 2012-11-05 09:01:15 UTC (rev 99441)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup github 1.0
-github.setup joelthelion autojump 20.9 "release-v"
+github.setup joelthelion autojump 21.0.3 release-v
categories sysutils
platforms darwin
maintainers gmail.com:johnny.kuan
@@ -15,8 +15,8 @@
long_description ${name} is ${description}.
-checksums rmd160 e41e265a02a4469160cbdbc80431618ca54483b3 \
- sha256 4cf7593b3914082c2830df66657192b8136076b103e5521dc44fc8f4ec20d78d
+checksums rmd160 d38603487acc7adda75e4498965cc001b1f9a422 \
+ sha256 6b9f645381db2196746baabc535383101310bd8d25239610375e41d3cb34c6e7
depends_run port:python27
@@ -40,13 +40,19 @@
notes "
To use autojump for bash, add the following to the end of your .bash_profile:
+
if \[ -f ${prefix}/etc/profile.d/autojump.sh \]; then
. ${prefix}/etc/profile.d/autojump.sh
fi
To use autojump for zsh, add the following to the end of your .zshrc:
+
export FPATH=\"\$FPATH:${prefix}/share/zsh/site-functions/\"
if \[ -f ${prefix}/etc/profile.d/autojump.sh \]; then
. ${prefix}/etc/profile.d/autojump.sh
fi
+
+To use zsh tab completion, load compinit in your .zshrc:
+
+autoload -U compinit; compinit
"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121105/5b922425/attachment.html>
More information about the macports-changes
mailing list