diff --git a/sysutils/autojump/Portfile b/sysutils/autojump/Portfile
index 48846fe..23716a4 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name autojump |
7 | | version 18 |
| 7 | version 20 |
8 | 8 | categories sysutils |
9 | 9 | platforms darwin |
10 | 10 | maintainers gmail.com:johnny.kuan |
… |
… |
homepage http://github.com/joelthelion/autojump |
19 | 19 | master_sites https://github.com/downloads/joelthelion/autojump |
20 | 20 | distname ${name}_v${version} |
21 | 21 | |
22 | | checksums rmd160 05d8bbd4f1ad3cea2b9575d7c26c23056cd3db15 \ |
23 | | sha256 300c8bb001678946f627090f1afeeea277d1878baf153166182781245b03292d |
| 22 | checksums rmd160 de31e3396684fc88305b5a4fc47afe5c9a40c060 \ |
| 23 | sha256 a2a8cf2dcda97fef227a53b3a634ebb7173e0f8da97545da247e7f4de88ba408 |
| 24 | |
| 25 | depends_run port:python27 |
24 | 26 | |
25 | 27 | post-patch { |
26 | 28 | 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 |
27 | 30 | } |
28 | 31 | |
29 | 32 | use_configure no |