Changeset 99441


Ignore:
Timestamp:
Nov 5, 2012, 9:01:15 AM (12 years ago)
Author:
ryandesign@…
Message:

autojump: maintainer update to 21.0.3 (#36892)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/autojump/Portfile

    r94794 r99441  
    55PortGroup           github 1.0
    66
    7 github.setup        joelthelion autojump 20.9 "release-v"
     7github.setup        joelthelion autojump 21.0.3 release-v
    88categories          sysutils
    99platforms           darwin
     
    1616long_description    ${name} is ${description}.
    1717
    18 checksums           rmd160  e41e265a02a4469160cbdbc80431618ca54483b3 \
    19                     sha256  4cf7593b3914082c2830df66657192b8136076b103e5521dc44fc8f4ec20d78d
     18checksums           rmd160  d38603487acc7adda75e4498965cc001b1f9a422 \
     19                    sha256  6b9f645381db2196746baabc535383101310bd8d25239610375e41d3cb34c6e7
    2020
    2121depends_run         port:python27
     
    4141notes "
    4242To use autojump for bash, add the following to the end of your .bash_profile:
     43
    4344if \[ -f ${prefix}/etc/profile.d/autojump.sh \]; then
    4445    . ${prefix}/etc/profile.d/autojump.sh
     
    4647
    4748To use autojump for zsh, add the following to the end of your .zshrc:
     49
    4850export FPATH=\"\$FPATH:${prefix}/share/zsh/site-functions/\"
    4951if \[ -f ${prefix}/etc/profile.d/autojump.sh \]; then
    5052    . ${prefix}/etc/profile.d/autojump.sh
    5153fi
     54
     55To use zsh tab completion, load compinit in your .zshrc:
     56
     57autoload -U compinit; compinit
    5258"
Note: See TracChangeset for help on using the changeset viewer.