Hi, Small diff to update Zsh to it's latest version. I added a new MASTER_SITE because the tarball has not yet reached the sourceforge sites. Tested on @amd64.
Comments ? Ok ? Regards, -- Pierre-Emmanuel André <pea at raveland.org> GPG key: 0x487CE475
Index: Makefile =================================================================== RCS file: /cvs/ports/shells/zsh/Makefile,v retrieving revision 1.69 diff -u -p -r1.69 Makefile --- Makefile 2 Oct 2013 19:49:11 -0000 1.69 +++ Makefile 19 Dec 2013 15:37:02 -0000 @@ -2,7 +2,7 @@ COMMENT= Z shell, Bourne shell-compatible -V= 5.0.2 +V= 5.0.3 DISTNAME= zsh-$V CATEGORIES= shells @@ -10,7 +10,8 @@ MAINTAINER= Pierre-Emmanuel Andre <pea@o HOMEPAGE= http://www.zsh.org/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/} +MASTER_SITES= ${HOMEPAGE}/pub/ \ + ${MASTER_SITE_SOURCEFORGE:=zsh/} # BSD PERMIT_PACKAGE_CDROM= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/shells/zsh/distinfo,v retrieving revision 1.18 diff -u -p -r1.18 distinfo --- distinfo 2 Oct 2013 19:49:12 -0000 1.18 +++ distinfo 19 Dec 2013 15:37:02 -0000 @@ -1,2 +1,2 @@ -SHA256 (zsh-5.0.2.tar.gz) = rcDHiBUyQZeXcTt8UDvMVnTIj5OhkeJvcAtCwRoagW4= -SIZE (zsh-5.0.2.tar.gz) = 3823234 +SHA256 (zsh-5.0.3.tar.gz) = kTIC7cbBcgEr/REVafoc6wOt8DrBVxpTw2tYROmWnAc= +SIZE (zsh-5.0.3.tar.gz) = 3909428 Index: patches/patch-Doc_Makefile_in =================================================================== RCS file: /cvs/ports/shells/zsh/patches/patch-Doc_Makefile_in,v retrieving revision 1.5 diff -u -p -r1.5 patch-Doc_Makefile_in --- patches/patch-Doc_Makefile_in 4 Nov 2008 10:00:59 -0000 1.5 +++ patches/patch-Doc_Makefile_in 19 Dec 2013 15:37:02 -0000 @@ -1,17 +1,17 @@ $OpenBSD: patch-Doc_Makefile_in,v 1.5 2008/11/04 10:00:59 pea Exp $ ---- Doc/Makefile.in.orig Thu Oct 30 12:56:08 2008 -+++ Doc/Makefile.in Mon Nov 3 22:44:41 2008 -@@ -275,11 +275,11 @@ Zsh/manmodmenu.yo: $(MODDOCSRC) +--- Doc/Makefile.in.orig Wed Nov 27 20:00:20 2013 ++++ Doc/Makefile.in Thu Dec 19 13:25:27 2013 +@@ -296,11 +296,11 @@ Zsh/manmodmenu.yo: $(MODDOCSRC) # ========== DEPENDENCIES FOR INSTALLING ========== - # install just installs the manual pages --install: install.man -+install: install.man install.info + # install just installs the manual and runhelp pages +-install: install.man install.runhelp ++install: install.man install.runhelp install.info .PHONY: install - # uninstall just unistalls the manual pages --uninstall: uninstall.man -+uninstall: uninstall.man uninstall.info + # uninstall just uninstalls the manual and runhelp pages +-uninstall: uninstall.man uninstall.runhelp ++uninstall: uninstall.man uninstall.runhelp install.info .PHONY: uninstall # install man pages, creating install directory if necessary Index: patches/patch-Makefile_in =================================================================== RCS file: /cvs/ports/shells/zsh/patches/patch-Makefile_in,v retrieving revision 1.1 diff -u -p -r1.1 patch-Makefile_in --- patches/patch-Makefile_in 12 Jul 2004 19:46:52 -0000 1.1 +++ patches/patch-Makefile_in 19 Dec 2013 15:37:02 -0000 @@ -1,14 +1,14 @@ $OpenBSD: patch-Makefile_in,v 1.1 2004/07/12 19:46:52 lebel Exp $ ---- Makefile.in.orig Mon Sep 10 06:48:44 2001 -+++ Makefile.in Sun Nov 18 12:17:48 2001 +--- Makefile.in.orig Wed Nov 27 20:00:20 2013 ++++ Makefile.in Thu Dec 19 13:25:58 2013 @@ -63,8 +63,8 @@ install-strip: $(MAKE) install STRIPFLAGS="-s" # install/uninstall most things --install: install.bin install.modules install.fns install.man --uninstall: uninstall.bin uninstall.modules uninstall.fns uninstall.man -+install: install.bin install.modules install.fns install.man install.info -+uninstall: uninstall.bin uninstall.modules uninstall.fns uninstall.man uninstall.info +-install: install.bin install.modules install.fns install.man install.runhelp +-uninstall: uninstall.bin uninstall.modules uninstall.fns uninstall.man uninstall.runhelp ++install: install.bin install.modules install.fns install.man install.runhelp install.info ++uninstall: uninstall.bin uninstall.modules uninstall.fns uninstall.man uninstall.runhelp install.info # install/uninstall just the binary install.bin uninstall.bin: Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/shells/zsh/pkg/PLIST,v retrieving revision 1.37 diff -u -p -r1.37 PLIST --- pkg/PLIST 2 Oct 2013 19:49:14 -0000 1.37 +++ pkg/PLIST 19 Dec 2013 15:37:02 -0000 @@ -122,6 +122,7 @@ share/zsh/${V}/functions/_calendar share/zsh/${V}/functions/_call_function share/zsh/${V}/functions/_call_program share/zsh/${V}/functions/_canonical_paths +share/zsh/${V}/functions/_cat share/zsh/${V}/functions/_ccal share/zsh/${V}/functions/_cd share/zsh/${V}/functions/_cdbs-edit-patch @@ -139,6 +140,7 @@ share/zsh/${V}/functions/_combination share/zsh/${V}/functions/_comm share/zsh/${V}/functions/_command share/zsh/${V}/functions/_command_names +share/zsh/${V}/functions/_comp_locale share/zsh/${V}/functions/_compdef share/zsh/${V}/functions/_complete share/zsh/${V}/functions/_complete_debug @@ -175,6 +177,7 @@ share/zsh/${V}/functions/_dbus share/zsh/${V}/functions/_dchroot share/zsh/${V}/functions/_dchroot-dsa share/zsh/${V}/functions/_dcop +share/zsh/${V}/functions/_dcut share/zsh/${V}/functions/_dd share/zsh/${V}/functions/_deb_packages share/zsh/${V}/functions/_debchange @@ -187,6 +190,7 @@ share/zsh/${V}/functions/_delimiters share/zsh/${V}/functions/_describe share/zsh/${V}/functions/_description share/zsh/${V}/functions/_devtodo +share/zsh/${V}/functions/_df share/zsh/${V}/functions/_dhclient share/zsh/${V}/functions/_dhcpinfo share/zsh/${V}/functions/_dict @@ -231,6 +235,7 @@ share/zsh/${V}/functions/_enscript share/zsh/${V}/functions/_env share/zsh/${V}/functions/_equal share/zsh/${V}/functions/_espeak +share/zsh/${V}/functions/_etags share/zsh/${V}/functions/_ethtool share/zsh/${V}/functions/_expand share/zsh/${V}/functions/_expand_alias @@ -351,7 +356,6 @@ share/zsh/${V}/functions/_lha share/zsh/${V}/functions/_lighttpd share/zsh/${V}/functions/_limit share/zsh/${V}/functions/_limits -share/zsh/${V}/functions/_linda share/zsh/${V}/functions/_links share/zsh/${V}/functions/_lintian share/zsh/${V}/functions/_list @@ -385,6 +389,7 @@ share/zsh/${V}/functions/_make-kpkg share/zsh/${V}/functions/_man share/zsh/${V}/functions/_match share/zsh/${V}/functions/_math +share/zsh/${V}/functions/_math_params share/zsh/${V}/functions/_matlab share/zsh/${V}/functions/_md5sum share/zsh/${V}/functions/_mdadm @@ -403,6 +408,7 @@ share/zsh/${V}/functions/_mkshortcut share/zsh/${V}/functions/_mkzsh share/zsh/${V}/functions/_module share/zsh/${V}/functions/_module-assistant +share/zsh/${V}/functions/_module_math_func share/zsh/${V}/functions/_modutils share/zsh/${V}/functions/_mondo share/zsh/${V}/functions/_monotone @@ -489,6 +495,7 @@ share/zsh/${V}/functions/_portmaster share/zsh/${V}/functions/_ports share/zsh/${V}/functions/_portsnap share/zsh/${V}/functions/_postfix +share/zsh/${V}/functions/_postscript share/zsh/${V}/functions/_powerd share/zsh/${V}/functions/_prcs share/zsh/${V}/functions/_precommand @@ -498,6 +505,7 @@ share/zsh/${V}/functions/_printenv share/zsh/${V}/functions/_printers share/zsh/${V}/functions/_procstat share/zsh/${V}/functions/_prompt +share/zsh/${V}/functions/_prove share/zsh/${V}/functions/_prstat share/zsh/${V}/functions/_ps share/zsh/${V}/functions/_ps1234 @@ -540,6 +548,7 @@ share/zsh/${V}/functions/_rrdtool share/zsh/${V}/functions/_rsync share/zsh/${V}/functions/_rubber share/zsh/${V}/functions/_ruby +share/zsh/${V}/functions/_run-help share/zsh/${V}/functions/_sablotron share/zsh/${V}/functions/_samba share/zsh/${V}/functions/_savecore @@ -650,6 +659,7 @@ share/zsh/${V}/functions/_uscan share/zsh/${V}/functions/_user_admin share/zsh/${V}/functions/_user_at_host share/zsh/${V}/functions/_user_expand +share/zsh/${V}/functions/_user_math_func share/zsh/${V}/functions/_users share/zsh/${V}/functions/_users_on share/zsh/${V}/functions/_uzbl @@ -927,6 +937,115 @@ share/zsh/${V}/functions/zsh-newuser-ins share/zsh/${V}/functions/zsh_directory_name_cdr share/zsh/${V}/functions/zstyle+ share/zsh/${V}/functions/ztodo +share/zsh/${V}/help/ +share/zsh/${V}/help/alias +share/zsh/${V}/help/autoload +share/zsh/${V}/help/bg +share/zsh/${V}/help/bindkey +share/zsh/${V}/help/break +share/zsh/${V}/help/builtin +share/zsh/${V}/help/bye +share/zsh/${V}/help/cap +share/zsh/${V}/help/cd +share/zsh/${V}/help/chdir +share/zsh/${V}/help/clone +share/zsh/${V}/help/colon +share/zsh/${V}/help/command +share/zsh/${V}/help/comparguments +share/zsh/${V}/help/compcall +share/zsh/${V}/help/compctl +share/zsh/${V}/help/compdescribe +share/zsh/${V}/help/compfiles +share/zsh/${V}/help/compgroups +share/zsh/${V}/help/compquote +share/zsh/${V}/help/comptags +share/zsh/${V}/help/comptry +share/zsh/${V}/help/compvalues +share/zsh/${V}/help/continue +share/zsh/${V}/help/declare +share/zsh/${V}/help/dirs +share/zsh/${V}/help/disable +share/zsh/${V}/help/disown +share/zsh/${V}/help/dot +share/zsh/${V}/help/echo +share/zsh/${V}/help/echotc +share/zsh/${V}/help/echoti +share/zsh/${V}/help/emulate +share/zsh/${V}/help/enable +share/zsh/${V}/help/eval +share/zsh/${V}/help/exec +share/zsh/${V}/help/exit +share/zsh/${V}/help/export +share/zsh/${V}/help/false +share/zsh/${V}/help/fc +share/zsh/${V}/help/fg +share/zsh/${V}/help/float +share/zsh/${V}/help/functions +share/zsh/${V}/help/getcap +share/zsh/${V}/help/getln +share/zsh/${V}/help/getopts +share/zsh/${V}/help/hash +share/zsh/${V}/help/history +share/zsh/${V}/help/integer +share/zsh/${V}/help/jobs +share/zsh/${V}/help/kill +share/zsh/${V}/help/let +share/zsh/${V}/help/limit +share/zsh/${V}/help/local +share/zsh/${V}/help/log +share/zsh/${V}/help/logout +share/zsh/${V}/help/noglob +share/zsh/${V}/help/popd +share/zsh/${V}/help/print +share/zsh/${V}/help/printf +share/zsh/${V}/help/pushd +share/zsh/${V}/help/pushln +share/zsh/${V}/help/pwd +share/zsh/${V}/help/r +share/zsh/${V}/help/read +share/zsh/${V}/help/readonly +share/zsh/${V}/help/rehash +share/zsh/${V}/help/return +share/zsh/${V}/help/sched +share/zsh/${V}/help/set +share/zsh/${V}/help/setcap +share/zsh/${V}/help/setopt +share/zsh/${V}/help/shift +share/zsh/${V}/help/source +share/zsh/${V}/help/stat +share/zsh/${V}/help/suspend +share/zsh/${V}/help/test +share/zsh/${V}/help/times +share/zsh/${V}/help/trap +share/zsh/${V}/help/true +share/zsh/${V}/help/ttyctl +share/zsh/${V}/help/type +share/zsh/${V}/help/typeset +share/zsh/${V}/help/ulimit +share/zsh/${V}/help/umask +share/zsh/${V}/help/unalias +share/zsh/${V}/help/unfunction +share/zsh/${V}/help/unhash +share/zsh/${V}/help/unlimit +share/zsh/${V}/help/unset +share/zsh/${V}/help/unsetopt +share/zsh/${V}/help/vared +share/zsh/${V}/help/wait +share/zsh/${V}/help/whence +share/zsh/${V}/help/where +share/zsh/${V}/help/which +share/zsh/${V}/help/zcompile +share/zsh/${V}/help/zformat +share/zsh/${V}/help/zftp +share/zsh/${V}/help/zle +share/zsh/${V}/help/zmodload +share/zsh/${V}/help/zparseopts +share/zsh/${V}/help/zprof +share/zsh/${V}/help/zpty +share/zsh/${V}/help/zregexparse +share/zsh/${V}/help/zsocket +share/zsh/${V}/help/zstyle +share/zsh/${V}/help/ztcp share/zsh/${V}/scripts/ share/zsh/${V}/scripts/newuser share/zsh/site-functions/
