update: shells/zsh-syntax-highlighting

2023-12-18 Thread Matthew Martin
Release today. I've been running the moral equivalent of the release for a month or so, so don't anticipate any issues. diff --git Makefile Makefile index b4e34f0af24..8cabaa8e673 100644 --- Makefile +++ Makefile @@ -1,8 +1,6 @@ COMMENT = fish like syntax highlighting for zsh -GH_ACCOUNT

Re: UPDATE: shells/zsh

2020-03-29 Thread Matthew Martin
On Sat, Mar 28, 2020 at 09:46:56AM +0100, Rafael Sadowski wrote: > On Sat Mar 14, 2020 at 04:31:00PM -0500, Matthew Martin wrote: > > On Sat, Mar 14, 2020 at 08:21:10PM +0100, Rafael Sadowski wrote: > > > "Security and bug fix release with a few user visible additions." > > > Changelog:

Re: UPDATE: shells/zsh

2020-03-28 Thread Rafael Sadowski
On Sat Mar 14, 2020 at 04:31:00PM -0500, Matthew Martin wrote: > On Sat, Mar 14, 2020 at 08:21:10PM +0100, Rafael Sadowski wrote: > > "Security and bug fix release with a few user visible additions." > > Changelog: http://zsh.sourceforge.net/releases.html > > > > This release fixes

Re: UPDATE: shells/zsh

2020-03-15 Thread Rafael Sadowski
On Sat Mar 14, 2020 at 04:31:00PM -0500, Matthew Martin wrote: > On Sat, Mar 14, 2020 at 08:21:10PM +0100, Rafael Sadowski wrote: > > "Security and bug fix release with a few user visible additions." > > Changelog: http://zsh.sourceforge.net/releases.html > > > > This release fixes

Re: UPDATE: shells/zsh

2020-03-14 Thread Matthew Martin
On Sat, Mar 14, 2020 at 08:21:10PM +0100, Rafael Sadowski wrote: > "Security and bug fix release with a few user visible additions." > Changelog: http://zsh.sourceforge.net/releases.html > > This release fixes CVE-2019-20044. (Not tested on OpenBSD) > > OK? Should it go into -stable without the

UPDATE: shells/zsh

2020-03-14 Thread Rafael Sadowski
"Security and bug fix release with a few user visible additions." Changelog: http://zsh.sourceforge.net/releases.html This release fixes CVE-2019-20044. (Not tested on OpenBSD) OK? Should it go into -stable without the @so changes? Index: Makefile

Re: UPDATE: shells/zsh

2019-03-11 Thread Pierre-Emmanuel Andre
> Matthew Martin sent an update for this already, his most recent mail > about it was 2 days ago .. > > 190204 2359 [ L] 6534 update: shells/zsh 5.7.1 Matthew Martin > 190214 1623 [ L] 9728 Re: update: shells/zsh 5.7.1 > Pierre-Emmanuel Andre > 19

Re: update: shells/zsh 5.7.1

2019-03-09 Thread Rafael Sadowski
On Thu Feb 14, 2019 at 07:43:55PM -0600, Matthew Martin wrote: > > Both make test and env -i make test complete with just the usual failure in > D07. > Same here on amd64. OK with me.

Re: UPDATE: shells/zsh

2019-03-09 Thread Stuart Henderson
359 [ L] 6534 update: shells/zsh 5.7.1 Matthew Martin 190214 1623 [ L] 9728 Re: update: shells/zsh 5.7.1 Pierre-Emmanuel Andre 190215 0143 [ L] 9850 Re: update: shells/zsh 5.7.1 Matthew Martin 190307 0422 [ L] 16624 Re: update: shells/zsh 5.7.1

UPDATE: shells/zsh

2019-03-09 Thread Rafael Sadowski
Simple update to the latest stable version. Release Notes: http://zsh.sourceforge.net/releases.html OK? RS Index: Makefile === RCS file: /cvs/ports/shells/zsh/Makefile,v retrieving revision 1.89 diff -u -p -u -p -r1.89 Makefile

Re: update: shells/zsh 5.7.1

2019-03-06 Thread Matthew Martin
ping On Mon, Feb 4, 2019 at 5:59 PM Matthew Martin wrote: > > Bump zsh to 5.7.1 (5.7 had a bug in vcs_info). Tests pass (just the > usual failure in D07) and it's running fine here. > > Switch to CONFIGURE_STYLE=gnu since there are no autoconf patches > (reverting a change from 2004). The

Re: update: shells/zsh 5.7.1

2019-02-14 Thread Matthew Martin
On Thu, Feb 14, 2019 at 10:23 AM Pierre-Emmanuel Andre wrote: > > On Mon, Feb 04, 2019 at 05:59:35PM -0600, Matthew Martin wrote: > > Bump zsh to 5.7.1 (5.7 had a bug in vcs_info). Tests pass (just the > > usual failure in D07) and it's running fine here. > > > > Switch to CONFIGURE_STYLE=gnu

Re: update: shells/zsh 5.7.1

2019-02-14 Thread Pierre-Emmanuel Andre
On Mon, Feb 04, 2019 at 05:59:35PM -0600, Matthew Martin wrote: > Bump zsh to 5.7.1 (5.7 had a bug in vcs_info). Tests pass (just the > usual failure in D07) and it's running fine here. > > Switch to CONFIGURE_STYLE=gnu since there are no autoconf patches > (reverting a change from 2004). The

update: shells/zsh 5.7.1

2019-02-04 Thread Matthew Martin
Bump zsh to 5.7.1 (5.7 had a bug in vcs_info). Tests pass (just the usual failure in D07) and it's running fine here. Switch to CONFIGURE_STYLE=gnu since there are no autoconf patches (reverting a change from 2004). The generated configure does indeed match what we'd generate. Drop PORTHOME and

Re: UPDATE: shells/zsh

2018-09-16 Thread Rafael Sadowski
On Sat Sep 15, 2018 at 06:37:44PM +0200, Klemens Nanni wrote: > On Sat, Sep 15, 2018 at 10:04:26AM +0200, Rafael Sadowski wrote: > > +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/} \ > > + http://www.zsh.org/pub/ > Has TLS. > Thanks! Index: Makefile

Re: UPDATE: shells/zsh

2018-09-15 Thread Klemens Nanni
On Sat, Sep 15, 2018 at 10:04:26AM +0200, Rafael Sadowski wrote: > +MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=zsh/} \ > + http://www.zsh.org/pub/ Has TLS.

Re: UPDATE: shells/zsh

2018-09-15 Thread Rafael Sadowski
On Sat Sep 08, 2018 at 08:36:29AM +0200, Rafael Sadowski wrote: > Hi All. > > please find below a simple diff to update ZSH to the latest stable > version. This release includes security fixes: CVE-2018-0502, > CVE-2018-13259. > > Notable port changes: > > - Use configure elements instead of

Re: UPDATE: shells/zsh

2018-09-13 Thread Rafael Sadowski
On Thu Sep 13, 2018 at 07:18:01AM -0500, Matthew Martin wrote: > On Thu, Sep 13, 2018 at 01:18:57PM +0200, Rafael Sadowski wrote: > > New diff, it won't solve the test issue but it repairs some more > > EXTFILES. > > > > Index: Makefile > >

Re: UPDATE: shells/zsh

2018-09-13 Thread Matthew Martin
On Thu, Sep 13, 2018 at 01:18:57PM +0200, Rafael Sadowski wrote: > New diff, it won't solve the test issue but it repairs some more > EXTFILES. > > Index: Makefile > === > RCS file: /cvs/ports/shells/zsh/Makefile,v > retrieving

Re: UPDATE: shells/zsh

2018-09-13 Thread Rafael Sadowski
On Thu Sep 13, 2018 at 12:21:38PM +0200, Pierre-Emmanuel Andre wrote: > On Thu, Sep 13, 2018 at 06:51:16AM +0200, Rafael Sadowski wrote: > > On Mon Sep 10, 2018 at 03:10:09PM +0200, Pierre-Emmanuel Andre wrote: > > > On Sat, Sep 08, 2018 at 02:20:49PM -0500, Matthew Martin wrote: > > > > On Sat,

Re: UPDATE: shells/zsh

2018-09-13 Thread Stuart Henderson
On 2018/09/13 12:21, Pierre-Emmanuel Andre wrote: > On Thu, Sep 13, 2018 at 06:51:16AM +0200, Rafael Sadowski wrote: > > On Mon Sep 10, 2018 at 03:10:09PM +0200, Pierre-Emmanuel Andre wrote: > > > On Sat, Sep 08, 2018 at 02:20:49PM -0500, Matthew Martin wrote: > > > > On Sat, Sep 08, 2018 at

Re: UPDATE: shells/zsh

2018-09-13 Thread Pierre-Emmanuel Andre
On Thu, Sep 13, 2018 at 06:51:16AM +0200, Rafael Sadowski wrote: > On Mon Sep 10, 2018 at 03:10:09PM +0200, Pierre-Emmanuel Andre wrote: > > On Sat, Sep 08, 2018 at 02:20:49PM -0500, Matthew Martin wrote: > > > On Sat, Sep 08, 2018 at 08:36:29AM +0200, Rafael Sadowski wrote: > > > > Hi All. > > >

Re: UPDATE: shells/zsh

2018-09-12 Thread Rafael Sadowski
On Mon Sep 10, 2018 at 03:10:09PM +0200, Pierre-Emmanuel Andre wrote: > On Sat, Sep 08, 2018 at 02:20:49PM -0500, Matthew Martin wrote: > > On Sat, Sep 08, 2018 at 08:36:29AM +0200, Rafael Sadowski wrote: > > > Hi All. > > > > > > please find below a simple diff to update ZSH to the latest stable

Re: UPDATE: shells/zsh

2018-09-10 Thread Pierre-Emmanuel Andre
On Sat, Sep 08, 2018 at 02:20:49PM -0500, Matthew Martin wrote: > On Sat, Sep 08, 2018 at 08:36:29AM +0200, Rafael Sadowski wrote: > > Hi All. > > > > please find below a simple diff to update ZSH to the latest stable > > version. This release includes security fixes: CVE-2018-0502, > >

Re: UPDATE: shells/zsh

2018-09-08 Thread Matthew Martin
On Sat, Sep 08, 2018 at 08:36:29AM +0200, Rafael Sadowski wrote: > Hi All. > > please find below a simple diff to update ZSH to the latest stable > version. This release includes security fixes: CVE-2018-0502, > CVE-2018-13259. zsh 5.6.1 will be out soon (it's tagged and built; just not

UPDATE: shells/zsh

2018-09-08 Thread Rafael Sadowski
Hi All. please find below a simple diff to update ZSH to the latest stable version. This release includes security fixes: CVE-2018-0502, CVE-2018-13259. Notable port changes: - Use configure elements instead of post-install tasks. -- Avoid version in path name. I don't see any reasons for that,

Re: WANTLIB is unmaintainable (was: Re: update: shells/zsh 5.4.2)

2017-12-05 Thread Stuart Henderson
On 2017/12/05 12:16, Marc Espie wrote: > Apart from the fact that automatic generation won't work and break package > updates completely, what do you suggest ?... > > Seriously. This is not a simple problem > Another way it /could/ be done is FreeBSD-style bumping dependent ports when a

Re: WANTLIB is unmaintainable (was: Re: update: shells/zsh 5.4.2)

2017-12-05 Thread Marc Espie
Apart from the fact that automatic generation won't work and break package updates completely, what do you suggest ?... Seriously. This is not a simple problem

Re: WANTLIB is unmaintainable (was: Re: update: shells/zsh 5.4.2)

2017-12-04 Thread Antoine Jacoutot
On Mon, Dec 04, 2017 at 03:06:45PM +, Christian Weisgerber wrote: > Stuart Henderson: > > > > Looks like WANTLIB needs an update, curses instead of ncursesw. Could > > > you please check that nothing went wrong in the configure step > > > > This changed because of src/share/mk/bsd.lib.mk

Re: WANTLIB is unmaintainable (was: Re: update: shells/zsh 5.4.2)

2017-12-04 Thread Marc Espie
On Mon, Dec 04, 2017 at 04:06:45PM +0100, Christian Weisgerber wrote: > Stuart Henderson: > > > > Looks like WANTLIB needs an update, curses instead of ncursesw. Could > > > you please check that nothing went wrong in the configure step > > > > This changed because of src/share/mk/bsd.lib.mk

WANTLIB is unmaintainable (was: Re: update: shells/zsh 5.4.2)

2017-12-04 Thread Christian Weisgerber
Stuart Henderson: > > Looks like WANTLIB needs an update, curses instead of ncursesw. Could > > you please check that nothing went wrong in the configure step > > This changed because of src/share/mk/bsd.lib.mk r1.92, we should probably > update it across all the ports tree otherwise the next

Re: update: shells/zsh 5.4.2

2017-12-02 Thread Stuart Henderson
On 2017/12/02 17:58, Jeremie Courreges-Anglas wrote: > > Hi Matthew, > > On Fri, Dec 01 2017, Matthew Martin wrote: > > On Mon, Nov 13, 2017 at 05:08:41PM +0100, Pierre-Emmanuel André wrote: > >> ok pea@ > > > > ping? > > Looks like WANTLIB needs an update, curses instead of

Re: update: shells/zsh 5.4.2

2017-12-02 Thread Jeremie Courreges-Anglas
Hi Matthew, On Fri, Dec 01 2017, Matthew Martin wrote: > On Mon, Nov 13, 2017 at 05:08:41PM +0100, Pierre-Emmanuel André wrote: >> ok pea@ > > ping? Looks like WANTLIB needs an update, curses instead of ncursesw. Could you please check that nothing went wrong in the

Re: update: shells/zsh 5.4.2

2017-12-01 Thread Matthew Martin
On Mon, Nov 13, 2017 at 05:08:41PM +0100, Pierre-Emmanuel André wrote: > ok pea@ ping? diff --git Makefile Makefile index 58066551155..ebf02b2ed75 100644 --- Makefile +++ Makefile @@ -2,7 +2,7 @@ COMMENT= Z shell, Bourne shell-compatible -V= 5.4.1 +V= 5.4.2

Re: update: shells/zsh 5.4.2

2017-11-13 Thread Pierre-Emmanuel André
On Tue, Nov 07, 2017 at 09:41:38PM -0600, Matthew Martin wrote: > Ping (with pea@ this time and my apologies). Haven't run into issues in > the past two months. > Oups sorry. I didn't see your update on ports@ ok pea@ Regards, > - Matthew Martin > > On Sat, Sep 09, 2017 at 09:39:11PM -0500,

Re: update: shells/zsh 5.4.2

2017-11-07 Thread Matthew Martin
Ping (with pea@ this time and my apologies). Haven't run into issues in the past two months. - Matthew Martin On Sat, Sep 09, 2017 at 09:39:11PM -0500, Matthew Martin wrote: > Been running this for about a week now. The patch is only large because > I'd like to kill the needless whitespace

update: shells/zsh 5.4.2

2017-09-09 Thread Matthew Martin
Been running this for about a week now. The patch is only large because I'd like to kill the needless whitespace changes in the _bsd_pkg completion patch. I don't have a strong opinion on the matter if someone prefers to keep it as is. - Matthew Martin diff --git Makefile Makefile index

Re: UPDATE: shells/zsh

2017-08-10 Thread Stuart Henderson
On 2017/08/09 22:05, Matthew Martin wrote: > If anyone knows how to get a list of > all packages (installed and not) preferably without having a ports tree, > I could fix up the patch to push it upstream. If sqlports is installed, you can do this: $ sqlite3

Re: UPDATE: shells/zsh

2017-08-10 Thread Pierre-Emmanuel Andre
On Wed, Aug 09, 2017 at 09:41:33PM +0200, Rafael Sadowski wrote: > Please find below a quite simple patch to update zsh to 5.4.1. > > Ok? Comments? > Hi, I have the same diff in my tree ;) ok pea@ > Rafael Sadowski > > Index: Makefile >

Re: UPDATE: shells/zsh

2017-08-09 Thread Matthew Martin
On Wed, Aug 09, 2017 at 09:41:33PM +0200, Rafael Sadowski wrote: > Please find below a quite simple patch to update zsh to 5.4.1. > > Ok? Comments? > > Rafael Sadowski Got to it before I could get home :). Works fine here. I had largely the same diff; however, I thought we might remove the

UPDATE: shells/zsh

2017-08-09 Thread Rafael Sadowski
Please find below a quite simple patch to update zsh to 5.4.1. Ok? Comments? Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/shells/zsh/Makefile,v retrieving revision 1.84 diff -u -p -u -p -r1.84 Makefile --- Makefile

Re: UPDATE: shells/zsh

2017-03-24 Thread Pierre-Emmanuel Andre
On Thu, Mar 23, 2017 at 11:28:21PM +0100, Rafael Sadowski wrote: > On Thu Mar 23, 2017 at 10:07:05PM +, Edd Barrett wrote: > > Thanks. > > > > On Thu, Feb 02, 2017 at 08:01:45AM +0100, Rafael Sadowski wrote: > > > Very simple bug-fix release update. > > > > I've just applied this. Will run

Re: UPDATE: shells/zsh

2017-03-23 Thread Rafael Sadowski
On Thu Mar 23, 2017 at 10:07:05PM +, Edd Barrett wrote: > Thanks. > > On Thu, Feb 02, 2017 at 08:01:45AM +0100, Rafael Sadowski wrote: > > Very simple bug-fix release update. > > I've just applied this. Will run with it for a day or so and let you > know how I get on. > > > - fix: longer

Re: UPDATE: shells/zsh

2017-03-23 Thread Edd Barrett
Thanks. On Thu, Feb 02, 2017 at 08:01:45AM +0100, Rafael Sadowski wrote: > Very simple bug-fix release update. I've just applied this. Will run with it for a day or so and let you know how I get on. > - fix: longer than 80 chars in Makefile There's another long line you could fix if you liked.

Re: UPDATE: shells/zsh

2017-03-23 Thread Rafael Sadowski
*ping* On Thu Feb 02, 2017 at 08:01:45AM +0100, Rafael Sadowski wrote: > Hi All! > > Very simple bug-fix release update. > > Changes between versions 5.3 and 5.3.1: > > - Fix handling of "printf -" and "printf --". > - Minor completion fixes for FreeBSD (sysctl, chflags). > > Ports changes: >

UPDATE: shells/zsh

2017-02-01 Thread Rafael Sadowski
Hi All! Very simple bug-fix release update. Changes between versions 5.3 and 5.3.1: - Fix handling of "printf -" and "printf --". - Minor completion fixes for FreeBSD (sysctl, chflags). Ports changes: - fix: longer than 80 chars in Makefile Cheers, Rafael Index: Makefile

UPDATE: shells/zsh-5.0.2

2013-08-13 Thread Gleydson Soares
update to zsh-5.0.2, some minor new features and bug fixes. 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 -

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

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:

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.

Re: UPDATE: shells/zsh

2006-10-21 Thread Jonathan Schleifer
[EMAIL PROTECTED] (Christian Weisgerber) wrote: Which is still a development release. Any good reason we should update now? UTF-8 support. I don't know if it works on OpenBSD, though. AFAIR it requires an UTF-8 locale. -- Jonathan signature.asc Description: PGP signature

Re: UPDATE: shells/zsh

2006-10-19 Thread Christian Weisgerber
Will Maier [EMAIL PROTECTED] wrote: This update brings shells/zsh up to 4.3.2, the most recent release. Which is still a development release. Any good reason we should update now? - disables failing regression tests; most tests pass (E01options.ztst fails due to the temporary

Re: UPDATE: shells/zsh

2006-10-19 Thread Will Maier
On Thu, Oct 19, 2006 at 11:04:11AM +, Christian Weisgerber wrote: Will Maier [EMAIL PROTECTED] wrote: This update brings shells/zsh up to 4.3.2, the most recent release. Which is still a development release. Any good reason we should update now? Because I like the new fc features?

Re: UPDATE: shells/zsh

2006-10-19 Thread Christian Weisgerber
Will Maier [EMAIL PROTECTED] wrote: [4.3.2] is still a development release. Any good reason we should update now? Because I like the new fc features? ;) If the zsh users are clamoring for an update, we can switch to 4.3.x, but so far they have been rather quiet, so I'll stay on the

Re: UPDATE: shells/zsh

2006-10-19 Thread Frank Denis
Le Thu, Oct 19, 2006 at 02:06:45PM +, Christian Weisgerber ecrivait : If the zsh users are clamoring for an update, we can switch to 4.3.x, but so far they have been rather quiet, so I'll stay on the conservative side. Count me in for clamoring for an update. Some recently introduced

Re: UPDATE: shells/zsh

2006-10-19 Thread Pedro Martelletto
On Thu, Oct 19, 2006 at 05:44:43PM +0200, Frank Denis wrote: Count me in for clamoring for an update. Ditto. -p.

Re: UPDATE: shells/zsh

2006-10-15 Thread Simon Kuhnle
On Wed, Oct 11, 2006 at 03:01:15PM -0500, Will Maier wrote: I've gotten various positive test reports on i386/-current. Builds, installs and seems to work fine under i386/-current. --simon pgppa7YkcktiZ.pgp Description: PGP signature