[124838] trunk/dports/shells/zsh/Portfile
Revision: 124838 https://trac.macports.org/changeset/124838 Author: larryv@macports.org Date: 2014-08-28 13:13:00 -0700 (Thu, 28 Aug 2014) Log Message: ----------- zsh: Update to 5.0.6 Modified Paths: -------------- trunk/dports/shells/zsh/Portfile Modified: trunk/dports/shells/zsh/Portfile =================================================================== --- trunk/dports/shells/zsh/Portfile 2014-08-28 20:12:28 UTC (rev 124837) +++ trunk/dports/shells/zsh/Portfile 2014-08-28 20:13:00 UTC (rev 124838) @@ -4,7 +4,7 @@ PortSystem 1.0 name zsh -version 5.0.5 +version 5.0.6 categories shells platforms darwin license Permissive @@ -46,11 +46,11 @@ ${distname}-doc${extract.suffix}:doc checksums ${distname}${extract.suffix} \ - rmd160 4299f33ba0de2542f7567ae4f16a4de16ba560a0 \ - sha256 6624d2fb6c8fa4e044d2b009f86ed1617fe8583c83acfceba7ec82826cfa8eaf \ + rmd160 a68ddf630847c8603f1eb6d40c710bd85ec4964d \ + sha256 84ca509b141533a3b695e314fbce1200b86ff337ab7dd9e3414da05d86378845 \ ${distname}-doc${extract.suffix} \ - rmd160 a70632be38f4ee182f5b04226f6a7af6e39ea9f3 \ - sha256 e4f22bafaa8410bbc2d83f2d748ca4764365752c46f7e1099be54f2a62c492f2 + rmd160 f39cdc0468e55dd97a460568bc6673de83203371 \ + sha256 b273a568682682cc1f00885aba118c7400cacfdbc0ecdf32fd5f9b820b8acfd6 set doc ${prefix}/share/doc/${name} @@ -60,6 +60,8 @@ --with-tcsetpgrp \ DL_EXT=bundle +# NOTE: As of 5.0.6, the zpty tests fail when run with MacPorts but not +# when run directly from the command line. test.run yes test.target check
participants (1)
-
larryv@macports.org