Re: UPDATE: shells/zsh-5.0.2

2013-08-13 Thread Gleydson Soares

gsoa...@trusted.com.br writes:

 update to zsh-5.0.2, some minor new features and bug fixes. 

attached a new diff with some minor tweaks:
- remove useless .orig diles, so zap comment markers in PLIST.
OK?

Index: Makefile
===
RCS file: /cvs/ports/shells/zsh/Makefile,v
retrieving revision 1.68
diff -u -p -u -p -r1.68 Makefile
--- Makefile11 Mar 2013 11:41:29 -  1.68
+++ Makefile13 Aug 2013 16:51:15 -
@@ -2,7 +2,7 @@
 
 COMMENT=   Z shell, Bourne shell-compatible
 
-V= 5.0.0
+V= 5.0.2
 DISTNAME=  zsh-$V
 CATEGORIES=shells
 
@@ -51,6 +51,7 @@ pre-configure:
 .for i in ${EXTFILES}
perl -pi -e s,/bin/zsh,${TRUEPREFIX}/bin/zsh,g 
${WRKSRC}/Functions/${i}
 .endfor
+   @find ${WRKSRC} -name *.orig -exec rm -f {} \;
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/zsh/$V/scripts/
Index: distinfo
===
RCS file: /cvs/ports/shells/zsh/distinfo,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 distinfo
--- distinfo24 Sep 2012 19:33:50 -  1.17
+++ distinfo13 Aug 2013 16:51:15 -
@@ -1,2 +1,2 @@
-SHA256 (zsh-5.0.0.tar.gz) = g1GU6oOr2BK1/bHSv6ZCfExOledxxKdekAYDevjv0mQ=
-SIZE (zsh-5.0.0.tar.gz) = 3795376
+SHA256 (zsh-5.0.2.tar.gz) = rcDHiBUyQZeXcTt8UDvMVnTIj5OhkeJvcAtCwRoagW4=
+SIZE (zsh-5.0.2.tar.gz) = 3823234
Index: patches/patch-Completion_Unix_Command__find
===
RCS file: /cvs/ports/shells/zsh/patches/patch-Completion_Unix_Command__find,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-Completion_Unix_Command__find
--- patches/patch-Completion_Unix_Command__find 8 Feb 2008 04:55:08 -   
1.2
+++ patches/patch-Completion_Unix_Command__find 13 Aug 2013 16:51:15 -
@@ -1,24 +1,29 @@
-$OpenBSD: patch-Completion_Unix_Command__find,v 1.2 2008/02/08 04:55:08 okan 
Exp $
 Completion/Unix/Command/_find.orig Thu Dec 13 15:04:47 2007
-+++ Completion/Unix/Command/_find  Thu Dec 13 15:13:49 2007
-@@ -1,71 +1,40 @@
+$OpenBSD$
+--- Completion/Unix/Command/_find.orig Sun Aug 11 04:52:54 2013
 Completion/Unix/Command/_find  Sun Aug 11 04:53:00 2013
+@@ -1,82 +1,39 @@
 -#compdef find
 +#compdef find (OpenBSD)
 +# Sebastian Stark s...@todesplanet.de
  
  _arguments \
+-  '(- *)-help' '(-)--help' \
+-  '(- *)-version' '(-)--version' \
+-  '(-L -P)-H[only follow symlinks when resolving command-line arguments]' \
+-  '(-H -P)-L[follow symlinks]' \
+-  '(-H -L)-P[never follow symlinks]' \
+-  '-D[print diagnostics]:deb option:(help tree search stat rates opt exec)' \
+-  '-O+[enable query optimisation]:level:(1 2 3)' \
 -  '*-daystart' \
--  '*-depth' \
+-  '*-d' '*-depth' \
 -  '*-follow' \
--  '*-help' \
--  '*-ignore_readdir_race' \
--  '*-maxdepth:maximum search depth:' \
--  '*-mindepth:minimum search depth:' \
+-  '(-noignore_readdir_race)-ignore_readdir_race' \
+-  '*-maxdepth:maximum search depth' \
+-  '*-mindepth:minimum search depth' \
 -  '*-mount' \
--  '*-noignore_readdir_race' \
+-  '(-ignore_readdir_race)-noignore_readdir_race' \
 -  '*-noleaf' \
--  '*-regextype:regexp syntax:(emacs posix-awk posix-basic posix-egrep 
posix-extended)' \
--  '*-version' \
+-  '-regextype:regexp syntax:(emacs posix-awk posix-basic posix-egrep 
posix-extended)' \
 -  '*-warn' \
 -  '*-nowarn' \
 -  '*-xdev' \
@@ -37,6 +42,7 @@ $OpenBSD: patch-Completion_Unix_Command_
 -  '*-used:access after inode change (days):' \
 +  '*-ctime:inode change time (minutes)' \
'*-empty' \
+-  '*-executable' \
 -  '*-false' \
 -  '*-fstype:file system type:_file_systems' \
 -  '*-gid:numeric group ID:' \
@@ -71,6 +77,8 @@ $OpenBSD: patch-Completion_Unix_Command_
'*-nouser' \
'*-nogroup' \
 -  '*-perm:file permission bits:' \
+-  '*-readable' \
+-  '*-writable' \
 -  '*-size:file size:' \
 -  '*-samefile:same inode as:_files' \
 -  '*-true' \
@@ -81,7 +89,7 @@ $OpenBSD: patch-Completion_Unix_Command_
 -  '*-execdir:program: _command_names -e:*\;::program arguments: _normal' \
'*-ok:program: _command_names -e:*\;::program arguments: _normal' \
 -  '*-okdir:program: _command_names -e:*\;::program arguments: _normal' \
-   '*-fls:output file:_files' \
+-  '*-fls:output file:_files' \
 -  '*-fprint:output file:_files' \
 -  '*-fprint0:output file:_files' \
 -  '*-fprintf:output file:_files:output format:' \
@@ -93,6 +101,9 @@ $OpenBSD: patch-Completion_Unix_Command_
'*-prune' \
 -  '*-quit' \
 -  '*-ls' \
+-  '*-and' '*-a' \
+-  '*-or' '*-o' \
+-  '*-not' \
 +  '*-size:file size:' \
 +  '*-type:file type:((b\:block\ special\ file c\:character\ special\ file 
d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \
 +  '*-user:user:_users' \
Index: pkg/PFRAG.shared
===
RCS file: /cvs/ports/shells/zsh/pkg/PFRAG.shared,v
retrieving revision 1.9
diff -u 

Re: UPDATE: shells/zsh-5.0.2

2013-08-13 Thread Antoine Jacoutot
On Tue, Aug 13, 2013 at 02:00:48PM -0300, Gleydson Soares wrote:
 
 gsoa...@trusted.com.br writes:
 
  update to zsh-5.0.2, some minor new features and bug fixes. 
 
 attached a new diff with some minor tweaks:
 - remove useless .orig diles, so zap comment markers in PLIST.
 OK?
 

 Index: Makefile
 ===
 RCS file: /cvs/ports/shells/zsh/Makefile,v
 retrieving revision 1.68
 diff -u -p -u -p -r1.68 Makefile
 --- Makefile  11 Mar 2013 11:41:29 -  1.68
 +++ Makefile  13 Aug 2013 16:51:15 -
 @@ -2,7 +2,7 @@
  
  COMMENT= Z shell, Bourne shell-compatible
  
 -V=   5.0.0
 +V=   5.0.2
  DISTNAME=zsh-$V
  CATEGORIES=  shells
  
 @@ -51,6 +51,7 @@ pre-configure:
  .for i in ${EXTFILES}
   perl -pi -e s,/bin/zsh,${TRUEPREFIX}/bin/zsh,g 
 ${WRKSRC}/Functions/${i}
  .endfor
 + @find ${WRKSRC} -name *.orig -exec rm -f {} \;
  
  post-install:
   ${INSTALL_DATA_DIR} ${PREFIX}/share/zsh/$V/scripts/
 Index: distinfo
 ===
 RCS file: /cvs/ports/shells/zsh/distinfo,v
 retrieving revision 1.17
 diff -u -p -u -p -r1.17 distinfo
 --- distinfo  24 Sep 2012 19:33:50 -  1.17
 +++ distinfo  13 Aug 2013 16:51:15 -
 @@ -1,2 +1,2 @@
 -SHA256 (zsh-5.0.0.tar.gz) = g1GU6oOr2BK1/bHSv6ZCfExOledxxKdekAYDevjv0mQ=
 -SIZE (zsh-5.0.0.tar.gz) = 3795376
 +SHA256 (zsh-5.0.2.tar.gz) = rcDHiBUyQZeXcTt8UDvMVnTIj5OhkeJvcAtCwRoagW4=
 +SIZE (zsh-5.0.2.tar.gz) = 3823234
 Index: patches/patch-Completion_Unix_Command__find
 ===
 RCS file: /cvs/ports/shells/zsh/patches/patch-Completion_Unix_Command__find,v
 retrieving revision 1.2
 diff -u -p -u -p -r1.2 patch-Completion_Unix_Command__find
 --- patches/patch-Completion_Unix_Command__find   8 Feb 2008 04:55:08 
 -   1.2
 +++ patches/patch-Completion_Unix_Command__find   13 Aug 2013 16:51:15 
 -
 @@ -1,24 +1,29 @@
 -$OpenBSD: patch-Completion_Unix_Command__find,v 1.2 2008/02/08 04:55:08 okan 
 Exp $
  Completion/Unix/Command/_find.orig   Thu Dec 13 15:04:47 2007
 -+++ Completion/Unix/Command/_findThu Dec 13 15:13:49 2007
 -@@ -1,71 +1,40 @@
 +$OpenBSD$
 +--- Completion/Unix/Command/_find.orig   Sun Aug 11 04:52:54 2013
  Completion/Unix/Command/_findSun Aug 11 04:53:00 2013
 +@@ -1,82 +1,39 @@
  -#compdef find
  +#compdef find (OpenBSD)
  +# Sebastian Stark s...@todesplanet.de
   
   _arguments \
 +-  '(- *)-help' '(-)--help' \
 +-  '(- *)-version' '(-)--version' \
 +-  '(-L -P)-H[only follow symlinks when resolving command-line arguments]' \
 +-  '(-H -P)-L[follow symlinks]' \
 +-  '(-H -L)-P[never follow symlinks]' \
 +-  '-D[print diagnostics]:deb option:(help tree search stat rates opt exec)' 
 \
 +-  '-O+[enable query optimisation]:level:(1 2 3)' \
  -  '*-daystart' \
 --  '*-depth' \
 +-  '*-d' '*-depth' \
  -  '*-follow' \
 --  '*-help' \
 --  '*-ignore_readdir_race' \
 --  '*-maxdepth:maximum search depth:' \
 --  '*-mindepth:minimum search depth:' \
 +-  '(-noignore_readdir_race)-ignore_readdir_race' \
 +-  '*-maxdepth:maximum search depth' \
 +-  '*-mindepth:minimum search depth' \
  -  '*-mount' \
 --  '*-noignore_readdir_race' \
 +-  '(-ignore_readdir_race)-noignore_readdir_race' \
  -  '*-noleaf' \
 --  '*-regextype:regexp syntax:(emacs posix-awk posix-basic posix-egrep 
 posix-extended)' \
 --  '*-version' \
 +-  '-regextype:regexp syntax:(emacs posix-awk posix-basic posix-egrep 
 posix-extended)' \
  -  '*-warn' \
  -  '*-nowarn' \
  -  '*-xdev' \
 @@ -37,6 +42,7 @@ $OpenBSD: patch-Completion_Unix_Command_
  -  '*-used:access after inode change (days):' \
  +  '*-ctime:inode change time (minutes)' \
 '*-empty' \
 +-  '*-executable' \
  -  '*-false' \
  -  '*-fstype:file system type:_file_systems' \
  -  '*-gid:numeric group ID:' \
 @@ -71,6 +77,8 @@ $OpenBSD: patch-Completion_Unix_Command_
 '*-nouser' \
 '*-nogroup' \
  -  '*-perm:file permission bits:' \
 +-  '*-readable' \
 +-  '*-writable' \
  -  '*-size:file size:' \
  -  '*-samefile:same inode as:_files' \
  -  '*-true' \
 @@ -81,7 +89,7 @@ $OpenBSD: patch-Completion_Unix_Command_
  -  '*-execdir:program: _command_names -e:*\;::program arguments: _normal' \
 '*-ok:program: _command_names -e:*\;::program arguments: _normal' \
  -  '*-okdir:program: _command_names -e:*\;::program arguments: _normal' \
 -   '*-fls:output file:_files' \
 +-  '*-fls:output file:_files' \
  -  '*-fprint:output file:_files' \
  -  '*-fprint0:output file:_files' \
  -  '*-fprintf:output file:_files:output format:' \
 @@ -93,6 +101,9 @@ $OpenBSD: patch-Completion_Unix_Command_
 '*-prune' \
  -  '*-quit' \
  -  '*-ls' \
 +-  '*-and' '*-a' \
 +-  '*-or' '*-o' \
 +-  '*-not' \
  +  '*-size:file size:' \
  +  '*-type:file type:((b\:block\ special\ file c\:character\ special\ file 
 d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \
  

Re: UPDATE: shells/zsh-5.0.2

2013-08-13 Thread Gleydson Soares

ajacou...@bsdfrog.org writes:

 --- pkg/PLIST24 Sep 2012 19:33:50 -  1.36
 +++ pkg/PLIST13 Aug 2013 16:51:15 -
 @@ -2,7 +2,7 @@
  @pkgpath shells/zsh,-main
  @shell bin/zsh
  %%SHARED%%
 -@bin bin/zsh-${V}
 +@bin bin/${FULLPKGNAME}

 bad bad bad...

sure. thanks aja.
diff updated.

Index: Makefile
===
RCS file: /cvs/ports/shells/zsh/Makefile,v
retrieving revision 1.68
diff -u -p -u -p -r1.68 Makefile
--- Makefile11 Mar 2013 11:41:29 -  1.68
+++ Makefile13 Aug 2013 22:32:12 -
@@ -2,7 +2,7 @@
 
 COMMENT=   Z shell, Bourne shell-compatible
 
-V= 5.0.0
+V= 5.0.2
 DISTNAME=  zsh-$V
 CATEGORIES=shells
 
@@ -51,6 +51,7 @@ pre-configure:
 .for i in ${EXTFILES}
perl -pi -e s,/bin/zsh,${TRUEPREFIX}/bin/zsh,g 
${WRKSRC}/Functions/${i}
 .endfor
+   @find ${WRKSRC} -name *.orig -exec rm -f {} \;
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/zsh/$V/scripts/
Index: distinfo
===
RCS file: /cvs/ports/shells/zsh/distinfo,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 distinfo
--- distinfo24 Sep 2012 19:33:50 -  1.17
+++ distinfo13 Aug 2013 22:32:12 -
@@ -1,2 +1,2 @@
-SHA256 (zsh-5.0.0.tar.gz) = g1GU6oOr2BK1/bHSv6ZCfExOledxxKdekAYDevjv0mQ=
-SIZE (zsh-5.0.0.tar.gz) = 3795376
+SHA256 (zsh-5.0.2.tar.gz) = rcDHiBUyQZeXcTt8UDvMVnTIj5OhkeJvcAtCwRoagW4=
+SIZE (zsh-5.0.2.tar.gz) = 3823234
Index: patches/patch-Completion_Unix_Command__find
===
RCS file: /cvs/ports/shells/zsh/patches/patch-Completion_Unix_Command__find,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-Completion_Unix_Command__find
--- patches/patch-Completion_Unix_Command__find 8 Feb 2008 04:55:08 -   
1.2
+++ patches/patch-Completion_Unix_Command__find 13 Aug 2013 22:32:12 -
@@ -1,24 +1,29 @@
-$OpenBSD: patch-Completion_Unix_Command__find,v 1.2 2008/02/08 04:55:08 okan 
Exp $
 Completion/Unix/Command/_find.orig Thu Dec 13 15:04:47 2007
-+++ Completion/Unix/Command/_find  Thu Dec 13 15:13:49 2007
-@@ -1,71 +1,40 @@
+$OpenBSD$
+--- Completion/Unix/Command/_find.orig Sun Aug 11 04:52:54 2013
 Completion/Unix/Command/_find  Sun Aug 11 04:53:00 2013
+@@ -1,82 +1,39 @@
 -#compdef find
 +#compdef find (OpenBSD)
 +# Sebastian Stark s...@todesplanet.de
  
  _arguments \
+-  '(- *)-help' '(-)--help' \
+-  '(- *)-version' '(-)--version' \
+-  '(-L -P)-H[only follow symlinks when resolving command-line arguments]' \
+-  '(-H -P)-L[follow symlinks]' \
+-  '(-H -L)-P[never follow symlinks]' \
+-  '-D[print diagnostics]:deb option:(help tree search stat rates opt exec)' \
+-  '-O+[enable query optimisation]:level:(1 2 3)' \
 -  '*-daystart' \
--  '*-depth' \
+-  '*-d' '*-depth' \
 -  '*-follow' \
--  '*-help' \
--  '*-ignore_readdir_race' \
--  '*-maxdepth:maximum search depth:' \
--  '*-mindepth:minimum search depth:' \
+-  '(-noignore_readdir_race)-ignore_readdir_race' \
+-  '*-maxdepth:maximum search depth' \
+-  '*-mindepth:minimum search depth' \
 -  '*-mount' \
--  '*-noignore_readdir_race' \
+-  '(-ignore_readdir_race)-noignore_readdir_race' \
 -  '*-noleaf' \
--  '*-regextype:regexp syntax:(emacs posix-awk posix-basic posix-egrep 
posix-extended)' \
--  '*-version' \
+-  '-regextype:regexp syntax:(emacs posix-awk posix-basic posix-egrep 
posix-extended)' \
 -  '*-warn' \
 -  '*-nowarn' \
 -  '*-xdev' \
@@ -37,6 +42,7 @@ $OpenBSD: patch-Completion_Unix_Command_
 -  '*-used:access after inode change (days):' \
 +  '*-ctime:inode change time (minutes)' \
'*-empty' \
+-  '*-executable' \
 -  '*-false' \
 -  '*-fstype:file system type:_file_systems' \
 -  '*-gid:numeric group ID:' \
@@ -71,6 +77,8 @@ $OpenBSD: patch-Completion_Unix_Command_
'*-nouser' \
'*-nogroup' \
 -  '*-perm:file permission bits:' \
+-  '*-readable' \
+-  '*-writable' \
 -  '*-size:file size:' \
 -  '*-samefile:same inode as:_files' \
 -  '*-true' \
@@ -81,7 +89,7 @@ $OpenBSD: patch-Completion_Unix_Command_
 -  '*-execdir:program: _command_names -e:*\;::program arguments: _normal' \
'*-ok:program: _command_names -e:*\;::program arguments: _normal' \
 -  '*-okdir:program: _command_names -e:*\;::program arguments: _normal' \
-   '*-fls:output file:_files' \
+-  '*-fls:output file:_files' \
 -  '*-fprint:output file:_files' \
 -  '*-fprint0:output file:_files' \
 -  '*-fprintf:output file:_files:output format:' \
@@ -93,6 +101,9 @@ $OpenBSD: patch-Completion_Unix_Command_
'*-prune' \
 -  '*-quit' \
 -  '*-ls' \
+-  '*-and' '*-a' \
+-  '*-or' '*-o' \
+-  '*-not' \
 +  '*-size:file size:' \
 +  '*-type:file type:((b\:block\ special\ file c\:character\ special\ file 
d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \
 +  '*-user:user:_users' \
Index: pkg/PFRAG.shared