Ticket #36892: autojump-21.0.3.patch

File autojump-21.0.3.patch, 1.2 KB (added by johnny.kuan@…, 11 years ago)
  • sysutils/autojump/Portfile

    diff --git a/sysutils/autojump/Portfile b/sysutils/autojump/Portfile
    index e6386f2..2432487 100644
    a b  
    44PortSystem          1.0
    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
    1010maintainers         gmail.com:johnny.kuan
    description a cd command that learns 
    1515
    1616long_description    ${name} is ${description}.
    1717
    18 checksums           rmd160  e41e265a02a4469160cbdbc80431618ca54483b3 \
    19                     sha256  4cf7593b3914082c2830df66657192b8136076b103e5521dc44fc8f4ec20d78d
     18checksums           rmd160  d38603487acc7adda75e4498965cc001b1f9a422 \
     19                    sha256  6b9f645381db2196746baabc535383101310bd8d25239610375e41d3cb34c6e7
    2020
    2121depends_run         port:python27
    2222
    export FPATH=\"\$FPATH:${prefix}/share/zsh/site-functions/\" 
    4949if \[ -f ${prefix}/etc/profile.d/autojump.sh \]; then
    5050    . ${prefix}/etc/profile.d/autojump.sh
    5151fi
     52To use zsh tab completion, load compinit in your .zshrc:
     53autoload -U compinit; compinit
    5254"