Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ABEAC7A213 for ; Sun, 25 Dec 2016 00:23:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4FD238559B; Sun, 25 Dec 2016 00:23:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D21298556E for ; Sun, 25 Dec 2016 00:23:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7kGNVCB79ZMs for ; Sun, 25 Dec 2016 00:23:30 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 92C2B84CF0 for ; Sun, 25 Dec 2016 00:23:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CEB3FBA6; Sun, 25 Dec 2016 00:23:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482625410134880" MIME-Version: 1.0 Date: Sun, 25 Dec 2016 00:23:30 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/shells/zsh To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20161225002330.8CEB3FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1482625410134880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Dec 25 00:23:30 UTC 2016 Modified Files: pkgsrc/shells/zsh: Makefile PLIST distinfo Log Message: Update to 5.3 Changelog: Changes from 5.2 to 5.3 ----------------------- It is possible to enable character width support for Unicode 9 by configuring with `--enable-unicode9'; this compiles in some additional tables. At some point this support may move into a module, in which case the configure option will be changed to cause the module to be permanently loaded. This option is not useful unless your terminal also supports Unicode 9. The new word modifier ':P' computes the physical path of the argument. It is different from the existing ':a' modifier which always resolves '/before/here/../after' to '/before/after', and differs from the existing ':A' modifier which resolves symlinks only after 'here/..' is removed, even when /before/here is itself a symbolic link. It is recommended to review uses of ':A' and, if appropriate, convert them to ':P' as soon as compatibility with 5.2 is no longer a requirement. The output of "typeset -p" uses "export" commands or the "-g" option for parameters that are not local to the current scope. Previously, all output was in the form of "typeset" commands, never using "-g". vi-repeat-change can repeat user-defined widgets if the widget calls zle -f vichange. The parameter $registers now makes the contents of vi register buffers available to user-defined widgets. New vi-up-case and vi-down-case builtin widgets bound to gU/gu (or U/u in visual mode) for doing case conversion. A new select-word-match function provides vim-style text objects with configurable word boundaries using the existing match-words-by-style mechanism. Support for the conditional expression [[ -v var ]] to test if a variable is set for compatibility with other shells. The print and printf builtins have a new option -v to assign the output to a variable. This is for bash compatibility but with the additional feature that, for an array, a separate element is used each time the format is reused. New x: syntax in completion match specifications make it possible to disable match specifications hardcoded in completion functions. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/shells/zsh/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/shells/zsh/PLIST cvs rdiff -u -r1.56 -r1.57 pkgsrc/shells/zsh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1482625410134880 Content-Disposition: inline Content-Length: 16119 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/zsh/Makefile diff -u pkgsrc/shells/zsh/Makefile:1.75 pkgsrc/shells/zsh/Makefile:1.76 --- pkgsrc/shells/zsh/Makefile:1.75 Sat Jun 11 23:34:07 2016 +++ pkgsrc/shells/zsh/Makefile Sun Dec 25 00:23:30 2016 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.75 2016/06/11 23:34:07 dholland Exp $ +# $NetBSD: Makefile,v 1.76 2016/12/25 00:23:30 ryoon Exp $ .include "../../shells/zsh/Makefile.common" -ZSH_VERSION= 5.2 +ZSH_VERSION= 5.3 ZSH_MAINTAINER= uebayasi@NetBSD.org CONFIGURE_ARGS+= --disable-gdbm Index: pkgsrc/shells/zsh/PLIST diff -u pkgsrc/shells/zsh/PLIST:1.33 pkgsrc/shells/zsh/PLIST:1.34 --- pkgsrc/shells/zsh/PLIST:1.33 Tue Dec 8 11:24:59 2015 +++ pkgsrc/shells/zsh/PLIST Sun Dec 25 00:23:30 2016 @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.33 2015/12/08 11:24:59 szptvlfn Exp $ +@comment $NetBSD: PLIST,v 1.34 2016/12/25 00:23:30 ryoon Exp $ bin/zsh bin/${PKGNAME} info/zsh.info -${PLIST.dynamic}${PLIST.xattr}lib/zsh/${PKGVERSION}/zsh/attr.so +${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/attr.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/cap.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/clone.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/compctl.so @@ -27,8 +27,7 @@ ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zs ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/stat.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/system.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/termcap.so -${PLIST.dynamic}${PLIST.curses}lib/zsh/${PKGVERSION}/zsh/curses.so -${PLIST.dynamic}${PLIST.terminfo}lib/zsh/${PKGVERSION}/zsh/terminfo.so +${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/terminfo.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zftp.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zle.so ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/zleparameter.so @@ -86,9 +85,11 @@ share/zsh/${PKGVERSION}/functions/VCS_IN share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_svk share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_svn share/zsh/${PKGVERSION}/functions/VCS_INFO_get_data_tla +share/zsh/${PKGVERSION}/functions/VCS_INFO_hexdump share/zsh/${PKGVERSION}/functions/VCS_INFO_hook share/zsh/${PKGVERSION}/functions/VCS_INFO_maxexports share/zsh/${PKGVERSION}/functions/VCS_INFO_nvcsformats +share/zsh/${PKGVERSION}/functions/VCS_INFO_patch2subject share/zsh/${PKGVERSION}/functions/VCS_INFO_quilt share/zsh/${PKGVERSION}/functions/VCS_INFO_realpath share/zsh/${PKGVERSION}/functions/VCS_INFO_reposub @@ -97,10 +98,12 @@ share/zsh/${PKGVERSION}/functions/_SUSEc share/zsh/${PKGVERSION}/functions/_a2ps share/zsh/${PKGVERSION}/functions/_a2utils share/zsh/${PKGVERSION}/functions/_aap +share/zsh/${PKGVERSION}/functions/_absolute_command_paths share/zsh/${PKGVERSION}/functions/_acpi share/zsh/${PKGVERSION}/functions/_acpitool share/zsh/${PKGVERSION}/functions/_acroread share/zsh/${PKGVERSION}/functions/_adb +share/zsh/${PKGVERSION}/functions/_add-zle-hook-widget share/zsh/${PKGVERSION}/functions/_add-zsh-hook share/zsh/${PKGVERSION}/functions/_alias share/zsh/${PKGVERSION}/functions/_aliases @@ -134,10 +137,12 @@ share/zsh/${PKGVERSION}/functions/_autoc share/zsh/${PKGVERSION}/functions/_awk share/zsh/${PKGVERSION}/functions/_axi-cache share/zsh/${PKGVERSION}/functions/_bash_completions +share/zsh/${PKGVERSION}/functions/_baudrates share/zsh/${PKGVERSION}/functions/_baz share/zsh/${PKGVERSION}/functions/_be_name share/zsh/${PKGVERSION}/functions/_beadm share/zsh/${PKGVERSION}/functions/_beep +share/zsh/${PKGVERSION}/functions/_bibtex share/zsh/${PKGVERSION}/functions/_bind_addresses share/zsh/${PKGVERSION}/functions/_bindkey share/zsh/${PKGVERSION}/functions/_bison @@ -191,6 +196,7 @@ share/zsh/${PKGVERSION}/functions/_compl share/zsh/${PKGVERSION}/functions/_complete_help share/zsh/${PKGVERSION}/functions/_complete_help_generic share/zsh/${PKGVERSION}/functions/_complete_tag +share/zsh/${PKGVERSION}/functions/_completers share/zsh/${PKGVERSION}/functions/_compress share/zsh/${PKGVERSION}/functions/_condition share/zsh/${PKGVERSION}/functions/_configure @@ -202,10 +208,13 @@ share/zsh/${PKGVERSION}/functions/_cowsa share/zsh/${PKGVERSION}/functions/_cp share/zsh/${PKGVERSION}/functions/_cpio share/zsh/${PKGVERSION}/functions/_cplay +share/zsh/${PKGVERSION}/functions/_cpupower share/zsh/${PKGVERSION}/functions/_cryptsetup +share/zsh/${PKGVERSION}/functions/_cscope share/zsh/${PKGVERSION}/functions/_cssh share/zsh/${PKGVERSION}/functions/_csup share/zsh/${PKGVERSION}/functions/_ctags_tags +share/zsh/${PKGVERSION}/functions/_cu share/zsh/${PKGVERSION}/functions/_curl share/zsh/${PKGVERSION}/functions/_cut share/zsh/${PKGVERSION}/functions/_cvs @@ -228,6 +237,7 @@ share/zsh/${PKGVERSION}/functions/_dcut share/zsh/${PKGVERSION}/functions/_dd share/zsh/${PKGVERSION}/functions/_deb_architectures share/zsh/${PKGVERSION}/functions/_deb_packages +share/zsh/${PKGVERSION}/functions/_debbugs_bugnumber share/zsh/${PKGVERSION}/functions/_debchange share/zsh/${PKGVERSION}/functions/_debcheckout share/zsh/${PKGVERSION}/functions/_debdiff @@ -247,6 +257,7 @@ share/zsh/${PKGVERSION}/functions/_dict_ share/zsh/${PKGVERSION}/functions/_diff share/zsh/${PKGVERSION}/functions/_diff_options share/zsh/${PKGVERSION}/functions/_diffstat +share/zsh/${PKGVERSION}/functions/_dig share/zsh/${PKGVERSION}/functions/_dir_list share/zsh/${PKGVERSION}/functions/_directories share/zsh/${PKGVERSION}/functions/_directory_stack @@ -256,8 +267,10 @@ share/zsh/${PKGVERSION}/functions/_dispa share/zsh/${PKGVERSION}/functions/_django share/zsh/${PKGVERSION}/functions/_dladm share/zsh/${PKGVERSION}/functions/_dlocate +share/zsh/${PKGVERSION}/functions/_dmesg share/zsh/${PKGVERSION}/functions/_dmidecode share/zsh/${PKGVERSION}/functions/_dnf +share/zsh/${PKGVERSION}/functions/_doas share/zsh/${PKGVERSION}/functions/_domains share/zsh/${PKGVERSION}/functions/_dpatch-edit-patch share/zsh/${PKGVERSION}/functions/_dpkg @@ -289,6 +302,7 @@ share/zsh/${PKGVERSION}/functions/_equal share/zsh/${PKGVERSION}/functions/_espeak share/zsh/${PKGVERSION}/functions/_etags share/zsh/${PKGVERSION}/functions/_ethtool +share/zsh/${PKGVERSION}/functions/_evince share/zsh/${PKGVERSION}/functions/_expand share/zsh/${PKGVERSION}/functions/_expand_alias share/zsh/${PKGVERSION}/functions/_expand_word @@ -323,6 +337,7 @@ share/zsh/${PKGVERSION}/functions/_fuse_ share/zsh/${PKGVERSION}/functions/_fuse_values share/zsh/${PKGVERSION}/functions/_fuser share/zsh/${PKGVERSION}/functions/_fusermount +share/zsh/${PKGVERSION}/functions/_fw_update share/zsh/${PKGVERSION}/functions/_gcc share/zsh/${PKGVERSION}/functions/_gcore share/zsh/${PKGVERSION}/functions/_gdb @@ -345,6 +360,7 @@ share/zsh/${PKGVERSION}/functions/_gnu_g share/zsh/${PKGVERSION}/functions/_gnupod share/zsh/${PKGVERSION}/functions/_gnutls share/zsh/${PKGVERSION}/functions/_go +share/zsh/${PKGVERSION}/functions/_gpasswd share/zsh/${PKGVERSION}/functions/_gpg share/zsh/${PKGVERSION}/functions/_gphoto2 share/zsh/${PKGVERSION}/functions/_gprof @@ -357,6 +373,8 @@ share/zsh/${PKGVERSION}/functions/_groff share/zsh/${PKGVERSION}/functions/_groups share/zsh/${PKGVERSION}/functions/_growisofs share/zsh/${PKGVERSION}/functions/_gs +share/zsh/${PKGVERSION}/functions/_gsettings +share/zsh/${PKGVERSION}/functions/_gstat share/zsh/${PKGVERSION}/functions/_guard share/zsh/${PKGVERSION}/functions/_guilt share/zsh/${PKGVERSION}/functions/_gv @@ -370,8 +388,10 @@ share/zsh/${PKGVERSION}/functions/_histo share/zsh/${PKGVERSION}/functions/_history_complete_word share/zsh/${PKGVERSION}/functions/_history_modifiers share/zsh/${PKGVERSION}/functions/_hosts +share/zsh/${PKGVERSION}/functions/_htop share/zsh/${PKGVERSION}/functions/_hwinfo share/zsh/${PKGVERSION}/functions/_iconv +share/zsh/${PKGVERSION}/functions/_iconvconfig share/zsh/${PKGVERSION}/functions/_id share/zsh/${PKGVERSION}/functions/_ifconfig share/zsh/${PKGVERSION}/functions/_iftop @@ -383,6 +403,7 @@ share/zsh/${PKGVERSION}/functions/_init_ share/zsh/${PKGVERSION}/functions/_initctl share/zsh/${PKGVERSION}/functions/_invoke-rc.d share/zsh/${PKGVERSION}/functions/_ionice +share/zsh/${PKGVERSION}/functions/_iostat share/zsh/${PKGVERSION}/functions/_ip share/zsh/${PKGVERSION}/functions/_ipadm share/zsh/${PKGVERSION}/functions/_ipset @@ -401,17 +422,20 @@ share/zsh/${PKGVERSION}/functions/_jobs_ share/zsh/${PKGVERSION}/functions/_jobs_fg share/zsh/${PKGVERSION}/functions/_joe share/zsh/${PKGVERSION}/functions/_join +share/zsh/${PKGVERSION}/functions/_jot share/zsh/${PKGVERSION}/functions/_kfmclient share/zsh/${PKGVERSION}/functions/_kill share/zsh/${PKGVERSION}/functions/_killall share/zsh/${PKGVERSION}/functions/_kld share/zsh/${PKGVERSION}/functions/_knock +share/zsh/${PKGVERSION}/functions/_kpartx share/zsh/${PKGVERSION}/functions/_kvno share/zsh/${PKGVERSION}/functions/_last share/zsh/${PKGVERSION}/functions/_ld_debug share/zsh/${PKGVERSION}/functions/_ldd share/zsh/${PKGVERSION}/functions/_less share/zsh/${PKGVERSION}/functions/_lha +share/zsh/${PKGVERSION}/functions/_libvirt share/zsh/${PKGVERSION}/functions/_lighttpd share/zsh/${PKGVERSION}/functions/_limit share/zsh/${PKGVERSION}/functions/_limits @@ -422,6 +446,8 @@ share/zsh/${PKGVERSION}/functions/_list_ share/zsh/${PKGVERSION}/functions/_lldb share/zsh/${PKGVERSION}/functions/_ln share/zsh/${PKGVERSION}/functions/_loadkeys +share/zsh/${PKGVERSION}/functions/_locale +share/zsh/${PKGVERSION}/functions/_localedef share/zsh/${PKGVERSION}/functions/_locales share/zsh/${PKGVERSION}/functions/_locate share/zsh/${PKGVERSION}/functions/_logical_volumes @@ -436,6 +462,7 @@ share/zsh/${PKGVERSION}/functions/_lsof share/zsh/${PKGVERSION}/functions/_lspv share/zsh/${PKGVERSION}/functions/_lsusb share/zsh/${PKGVERSION}/functions/_lsvg +share/zsh/${PKGVERSION}/functions/_ltrace share/zsh/${PKGVERSION}/functions/_lynx share/zsh/${PKGVERSION}/functions/_lzop share/zsh/${PKGVERSION}/functions/_mac_applications @@ -511,10 +538,12 @@ share/zsh/${PKGVERSION}/functions/_npm share/zsh/${PKGVERSION}/functions/_nslookup share/zsh/${PKGVERSION}/functions/_objdump share/zsh/${PKGVERSION}/functions/_object_classes +share/zsh/${PKGVERSION}/functions/_object_files share/zsh/${PKGVERSION}/functions/_od share/zsh/${PKGVERSION}/functions/_okular share/zsh/${PKGVERSION}/functions/_oldlist share/zsh/${PKGVERSION}/functions/_open +share/zsh/${PKGVERSION}/functions/_openstack share/zsh/${PKGVERSION}/functions/_options share/zsh/${PKGVERSION}/functions/_options_set share/zsh/${PKGVERSION}/functions/_options_unset @@ -543,6 +572,8 @@ share/zsh/${PKGVERSION}/functions/_pgrep share/zsh/${PKGVERSION}/functions/_php share/zsh/${PKGVERSION}/functions/_physical_volumes share/zsh/${PKGVERSION}/functions/_pick_variant +share/zsh/${PKGVERSION}/functions/_picocom +share/zsh/${PKGVERSION}/functions/_pidof share/zsh/${PKGVERSION}/functions/_pids share/zsh/${PKGVERSION}/functions/_pine share/zsh/${PKGVERSION}/functions/_ping @@ -593,6 +624,7 @@ share/zsh/${PKGVERSION}/functions/_raggl share/zsh/${PKGVERSION}/functions/_rake share/zsh/${PKGVERSION}/functions/_ranlib share/zsh/${PKGVERSION}/functions/_rar +share/zsh/${PKGVERSION}/functions/_rcctl share/zsh/${PKGVERSION}/functions/_rcs share/zsh/${PKGVERSION}/functions/_rdesktop share/zsh/${PKGVERSION}/functions/_read @@ -629,6 +661,7 @@ share/zsh/${PKGVERSION}/functions/_sched share/zsh/${PKGVERSION}/functions/_schroot share/zsh/${PKGVERSION}/functions/_scl share/zsh/${PKGVERSION}/functions/_screen +share/zsh/${PKGVERSION}/functions/_script share/zsh/${PKGVERSION}/functions/_sed share/zsh/${PKGVERSION}/functions/_sep_parts share/zsh/${PKGVERSION}/functions/_sequence @@ -678,7 +711,9 @@ share/zsh/${PKGVERSION}/functions/_svcpr share/zsh/${PKGVERSION}/functions/_svcs share/zsh/${PKGVERSION}/functions/_svcs_fmri share/zsh/${PKGVERSION}/functions/_svn-buildpackage +share/zsh/${PKGVERSION}/functions/_sys_calls share/zsh/${PKGVERSION}/functions/_sysctl +share/zsh/${PKGVERSION}/functions/_sysrc share/zsh/${PKGVERSION}/functions/_sysstat share/zsh/${PKGVERSION}/functions/_systat share/zsh/${PKGVERSION}/functions/_system_profiler @@ -706,14 +741,18 @@ share/zsh/${PKGVERSION}/functions/_tmux share/zsh/${PKGVERSION}/functions/_todo.sh share/zsh/${PKGVERSION}/functions/_toilet share/zsh/${PKGVERSION}/functions/_toolchain-source +share/zsh/${PKGVERSION}/functions/_top share/zsh/${PKGVERSION}/functions/_topgit share/zsh/${PKGVERSION}/functions/_totd +share/zsh/${PKGVERSION}/functions/_touch share/zsh/${PKGVERSION}/functions/_tpb share/zsh/${PKGVERSION}/functions/_tpconfig +share/zsh/${PKGVERSION}/functions/_tput share/zsh/${PKGVERSION}/functions/_tr share/zsh/${PKGVERSION}/functions/_tracepath share/zsh/${PKGVERSION}/functions/_trap share/zsh/${PKGVERSION}/functions/_tree +share/zsh/${PKGVERSION}/functions/_truss share/zsh/${PKGVERSION}/functions/_ttyctl share/zsh/${PKGVERSION}/functions/_ttys share/zsh/${PKGVERSION}/functions/_tune2fs @@ -771,6 +810,7 @@ share/zsh/${PKGVERSION}/functions/_wget share/zsh/${PKGVERSION}/functions/_whereis share/zsh/${PKGVERSION}/functions/_which share/zsh/${PKGVERSION}/functions/_whois +share/zsh/${PKGVERSION}/functions/_widgets share/zsh/${PKGVERSION}/functions/_wiggle share/zsh/${PKGVERSION}/functions/_wpa_cli share/zsh/${PKGVERSION}/functions/_x_arguments @@ -848,6 +888,7 @@ share/zsh/${PKGVERSION}/functions/_zsock share/zsh/${PKGVERSION}/functions/_zstyle share/zsh/${PKGVERSION}/functions/_ztodo share/zsh/${PKGVERSION}/functions/_zypper +share/zsh/${PKGVERSION}/functions/add-zle-hook-widget share/zsh/${PKGVERSION}/functions/add-zsh-hook share/zsh/${PKGVERSION}/functions/after share/zsh/${PKGVERSION}/functions/age @@ -949,6 +990,7 @@ share/zsh/${PKGVERSION}/functions/run-he share/zsh/${PKGVERSION}/functions/run-help-svn share/zsh/${PKGVERSION}/functions/select-bracketed share/zsh/${PKGVERSION}/functions/select-quoted +share/zsh/${PKGVERSION}/functions/select-word-match share/zsh/${PKGVERSION}/functions/select-word-style share/zsh/${PKGVERSION}/functions/send-invisible share/zsh/${PKGVERSION}/functions/smart-insert-last-word @@ -987,6 +1029,7 @@ share/zsh/${PKGVERSION}/functions/vcs_in share/zsh/${PKGVERSION}/functions/vcs_info_lastmsg share/zsh/${PKGVERSION}/functions/vcs_info_printsys share/zsh/${PKGVERSION}/functions/vcs_info_setsys +share/zsh/${PKGVERSION}/functions/vi-pipe share/zsh/${PKGVERSION}/functions/which-command share/zsh/${PKGVERSION}/functions/xtermctl share/zsh/${PKGVERSION}/functions/zargs @@ -1026,6 +1069,7 @@ ${PLIST.dynamic}share/zsh/${PKGVERSION}/ ${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfuget ${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zfuput share/zsh/${PKGVERSION}/functions/zkbd +share/zsh/${PKGVERSION}/functions/zmathfunc share/zsh/${PKGVERSION}/functions/zmathfuncdef share/zsh/${PKGVERSION}/functions/zmv share/zsh/${PKGVERSION}/functions/zrecompile Index: pkgsrc/shells/zsh/distinfo diff -u pkgsrc/shells/zsh/distinfo:1.56 pkgsrc/shells/zsh/distinfo:1.57 --- pkgsrc/shells/zsh/distinfo:1.56 Tue Dec 8 11:24:59 2015 +++ pkgsrc/shells/zsh/distinfo Sun Dec 25 00:23:30 2016 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.56 2015/12/08 11:24:59 szptvlfn Exp $ +$NetBSD: distinfo,v 1.57 2016/12/25 00:23:30 ryoon Exp $ -SHA1 (zsh-5.2.tar.xz) = a93d034fcaa470bf8557fc11a9d0e86300325936 -RMD160 (zsh-5.2.tar.xz) = 97aa895e0a1b8ba94852b57daadab261ed60c4c3 -SHA512 (zsh-5.2.tar.xz) = 9938af95e09203a0a313f441e0c23279136806f6f087475ca9a66c678c57ecffc87f73ece8133a36700af8de7cb5d1bec8559eabdec2b66102062e64026c2e72 -Size (zsh-5.2.tar.xz) = 2820108 bytes +SHA1 (zsh-5.3.tar.xz) = edc16400cf3a141c60588a87be4193be9dbaa96d +RMD160 (zsh-5.3.tar.xz) = a154d9adf0f8da231250349be576c7371588b6b6 +SHA512 (zsh-5.3.tar.xz) = b34da1a062954ccb166b0a22fa48b0d08bdb8f50fd96cb391f04887c0bf416e771ceaa8af8fa7da2dc2e6f7c3ecce5c92c4e3bee21fd93e467849c8febc021b0 +Size (zsh-5.3.tar.xz) = 2928684 bytes SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2 SHA1 (patch-configure.ac) = e34bbae6385442b51a7263b22681898203d0c013 --_----------=_1482625410134880--