Ticket #34009: autojump-20.patch

File autojump-20.patch, 1.1 KB (added by johnny.kuan@…, 12 years ago)
  • sysutils/autojump/Portfile

    diff --git a/sysutils/autojump/Portfile b/sysutils/autojump/Portfile
    index 48846fe..23716a4 100644
    a b  
    44PortSystem          1.0
    55
    66name                autojump
    7 version             18
     7version             20
    88categories          sysutils
    99platforms           darwin
    1010maintainers         gmail.com:johnny.kuan
    homepage http://github.com/joelthelion/autojump 
    1919master_sites        https://github.com/downloads/joelthelion/autojump
    2020distname            ${name}_v${version}
    2121
    22 checksums           rmd160  05d8bbd4f1ad3cea2b9575d7c26c23056cd3db15 \
    23                     sha256  300c8bb001678946f627090f1afeeea277d1878baf153166182781245b03292d
     22checksums           rmd160  de31e3396684fc88305b5a4fc47afe5c9a40c060 \
     23                    sha256  a2a8cf2dcda97fef227a53b3a634ebb7173e0f8da97545da247e7f4de88ba408
     24
     25depends_run         port:python27
    2426
    2527post-patch {
    2628    reinplace "s:/etc/profile.d:${prefix}/etc/profile.d:g" ${worksrcpath}/autojump.sh
     29    reinplace "s:/usr/bin/env python:${prefix}/bin/python2.7:g" ${worksrcpath}/autojump
    2730}
    2831
    2932use_configure       no