diff --git a/sysutils/autojump/Portfile b/sysutils/autojump/Portfile
index 6405318..a5d0059 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name autojump |
7 | | version 17 |
| 7 | version 18 |
8 | 8 | categories sysutils |
9 | 9 | platforms darwin |
10 | 10 | maintainers gmail.com:johnny.kuan |
… |
… |
homepage http://github.com/joelthelion/autojump |
18 | 18 | master_sites https://github.com/downloads/joelthelion/autojump |
19 | 19 | distname ${name}_v${version} |
20 | 20 | |
21 | | checksums sha1 0e26e5e95f8fbf8947d8142822ee44a40ae92b27 \ |
22 | | rmd160 040c13e12be33de554dfd11cff0041fd11913db1 |
| 21 | checksums sha1 18a29c48974c8a547943d5c403435266af1eafe5 \ |
| 22 | rmd160 05d8bbd4f1ad3cea2b9575d7c26c23056cd3db15 |
23 | 23 | |
24 | 24 | post-patch { |
25 | 25 | reinplace "s:/etc/profile.d:${prefix}/etc/profile.d:g" ${worksrcpath}/autojump.sh |