[105745] trunk/dports/sysutils/autojump/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 4 02:42:45 PDT 2013


Revision: 105745
          https://trac.macports.org/changeset/105745
Author:   ryandesign at macports.org
Date:     2013-05-04 02:42:45 -0700 (Sat, 04 May 2013)
Log Message:
-----------
autojump: maintainer update to 21.5.8 (#39001)

Modified Paths:
--------------
    trunk/dports/sysutils/autojump/Portfile

Modified: trunk/dports/sysutils/autojump/Portfile
===================================================================
--- trunk/dports/sysutils/autojump/Portfile	2013-05-04 07:26:48 UTC (rev 105744)
+++ trunk/dports/sysutils/autojump/Portfile	2013-05-04 09:42:45 UTC (rev 105745)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        joelthelion autojump 21.5.1 release-v
+github.setup        joelthelion autojump 21.5.8 release-v
 categories          sysutils
 platforms           darwin
 maintainers         gmail.com:johnny.kuan
@@ -15,8 +15,8 @@
 
 long_description    ${name} is ${description}.
 
-checksums           rmd160  262d5ae1c16f0f3b81894b2ea0811abd8b05edbb \
-                    sha256  53f3f71c3217f26945c264cdf9b7d3e5cdeb0b62bef8ded367240d375d6d83c4
+checksums           rmd160  aec113b3663da4c420ceb3efaa54394f80dcbb03 \
+                    sha256  e70973cd4624398f186da112459b30e2430f2144f6f0535d06d219e502d22bbe
 
 depends_run         port:python27
 
@@ -41,15 +41,15 @@
 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
+if \[ -f ${prefix}/etc/profile.d/autojump.bash \]; then
+    . ${prefix}/etc/profile.d/autojump.bash
 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
+if \[ -f ${prefix}/etc/profile.d/autojump.zsh \]; then
+    . ${prefix}/etc/profile.d/autojump.zsh
 fi
 
 To use zsh tab completion, load compinit in your .zshrc:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130504/7502aed1/attachment.html>


More information about the macports-changes mailing list