Ticket #26324: zsh.diff
File zsh.diff, 2.8 KB (added by ddissett (daniel dissett), 14 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name zsh 6 version 4. 2.76 version 4.3.10 7 7 categories shells 8 8 maintainers nomaintainer 9 9 description Zsh is a UNIX command interpreter (shell) … … 20 20 platforms darwin 21 21 use_bzip2 yes 22 22 master_sites sourceforge \ 23 http://www.zsh.org/pub/ \ 24 ftp://ftp.zsh.org/zsh/ \ 25 ftp://ftp.sterling.com/zsh/ \ 26 ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ 27 ftp://ftp.iij.ad.jp/pub/misc/zsh/ \ 28 ftp://ftp.icm.edu.pl/vol/wojsyl/zsh/ 23 http://www.zsh.org/pub/ \ 24 ftp://ftp.zsh.org/pub/ \ 25 ftp://mirrors.dotsrc.org/zsh/ \ 26 ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ 27 ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/ 29 28 checksums ${distname}${extract.suffix} \ 30 md5 a9d8678c5acf20d78e8c300f107b708b \ 31 sha1 64c598cd48b78dff9d29341ea0cd904e7aa49541 \ 32 rmd160 454339205c78393cbb9460aa10f37fa341a40b59 33 depends_lib port:libiconv port:ncurses port:gdbm 34 configure.args --enable-libs="-lncurses" 29 md5 74c5b275544400082a1cde806c98682a \ 30 sha1 132f9ce411bf318abccbae9cdc2f8cc14f8be85b \ 31 rmd160 fad1412b76d1388d825cb870681c21696fdfa273 \ 32 depends_lib port:libiconv \ 33 port:libpcre \ 34 port:ncurses \ 35 port:gdbm 36 configure.args --enable-libs="-lncurses" --enable-pcre 35 37 36 38 platform darwin 8 { 37 39 post-configure { … … 42 44 variant mp_completion description {Include automatic completion of MacPorts commands} { 43 45 post-destroot { 44 46 file copy -force ${filespath}/_port \ 45 ${destroot}${prefix}/share/${name}/${version}/functions47 ${destroot}${prefix}/share/${name}/${version}/functions 46 48 } 47 49 } 48 50 … … 51 53 variant doc description {Install documentation} { 52 54 distfiles-append ${distname}-doc${extract.suffix} 53 55 checksums-append ${distname}-doc${extract.suffix} \ 54 md5 31e12a3e23f464a3ce3f51b45928bc44\55 sha1 2aef0d011abc9586f7bb9e0f2379fa48bc0dc17b\56 rmd160 a049d7369ed3389e805a9f6b884597c2219334a056 md5 c7bbc55d7914d7c3c60329d92396f75f \ 57 sha1 e67e10478aa69a9e9cc92986515d337efc30a2bf \ 58 rmd160 b56fd30ac63e2d3f2479c7d390ced260cad604f7 57 59 post-destroot { 58 60 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} 59 61 eval xinstall -m 644 [glob ${worksrcpath}/Doc/*.html] \