SF.net SVN: gar:[26068] csw/mgar/pkg/zsh/trunk
Revision: 26068 http://sourceforge.net/p/gar/code/26068 Author: opk Date: 2016-12-12 13:50:35 + (Mon, 12 Dec 2016) Log Message: --- update zsh to 5.3 Modified Paths: -- csw/mgar/pkg/zsh/trunk/Makefile csw/mgar/pkg/zsh/trunk/checksums Modified: csw/mgar/pkg/zsh/trunk/Makefile === --- csw/mgar/pkg/zsh/trunk/Makefile 2016-12-09 14:55:53 UTC (rev 26067) +++ csw/mgar/pkg/zsh/trunk/Makefile 2016-12-12 13:50:35 UTC (rev 26068) @@ -1,5 +1,5 @@ NAME = zsh -VERSION = 5.2 +VERSION = 5.3 GARTYPE = v2 DESCRIPTION = Powerful UNIX shell @@ -18,7 +18,7 @@ LICENSE = LICENCE -RUNTIME_DEP_PKGS = CSWlibiconv2 CSWlibncursesw5 CSWlibpcre1 CSWlibgdbm4 +RUNTIME_DEP_PKGS = CSWlibiconv2 CSWlibncursesw6 CSWlibpcre1 CSWlibgdbm4 BUILD_DEP_PKGS = CSWlibpcre-dev SPKG_SOURCEURL = http://www.zsh.org @@ -29,6 +29,8 @@ CONFIGURE_ARGS += --enable-pcre CONFIGURE_ARGS += --enable-etcdir=$(sysconfdir) +TEST_TARGET = + CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/bin/zsh EXTRA_MERGE_EXCLUDE_FILES = /opt/csw/bin/zsh-$(VERSION) ETCSHELLS = /opt/csw/bin/zsh Modified: csw/mgar/pkg/zsh/trunk/checksums === --- csw/mgar/pkg/zsh/trunk/checksums2016-12-09 14:55:53 UTC (rev 26067) +++ csw/mgar/pkg/zsh/trunk/checksums2016-12-12 13:50:35 UTC (rev 26068) @@ -1 +1 @@ -afe96fde08b70e23c1cab1ca7a68fb34 zsh-5.2.tar.xz +c5ba34e68fcf62a2e78adc56bf3d328a zsh-5.3.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
SF.net SVN: gar:[26263] csw/mgar/pkg/zsh/trunk
Revision: 26263 http://sourceforge.net/p/gar/code/26263 Author: opk Date: 2017-08-09 10:56:25 + (Wed, 09 Aug 2017) Log Message: --- zsh/trunk: update to 5.4.1 Modified Paths: -- csw/mgar/pkg/zsh/trunk/Makefile csw/mgar/pkg/zsh/trunk/checksums Modified: csw/mgar/pkg/zsh/trunk/Makefile === --- csw/mgar/pkg/zsh/trunk/Makefile 2017-08-04 19:02:17 UTC (rev 26262) +++ csw/mgar/pkg/zsh/trunk/Makefile 2017-08-09 10:56:25 UTC (rev 26263) @@ -1,5 +1,5 @@ NAME = zsh -VERSION = 5.3 +VERSION = 5.4.1 GARTYPE = v2 DESCRIPTION = Powerful UNIX shell Modified: csw/mgar/pkg/zsh/trunk/checksums === --- csw/mgar/pkg/zsh/trunk/checksums2017-08-04 19:02:17 UTC (rev 26262) +++ csw/mgar/pkg/zsh/trunk/checksums2017-08-09 10:56:25 UTC (rev 26263) @@ -1 +1 @@ -c5ba34e68fcf62a2e78adc56bf3d328a zsh-5.3.tar.xz +0b80b7f64c30397cd747d97c378018af zsh-5.4.1.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
SF.net SVN: gar:[26273] csw/mgar/pkg/zsh/trunk
Revision: 26273 http://sourceforge.net/p/gar/code/26273 Author: opk Date: 2017-08-29 14:56:15 + (Tue, 29 Aug 2017) Log Message: --- zsh/trunk: update to 5.4.2 Modified Paths: -- csw/mgar/pkg/zsh/trunk/Makefile csw/mgar/pkg/zsh/trunk/checksums Added Paths: --- csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch Modified: csw/mgar/pkg/zsh/trunk/Makefile === --- csw/mgar/pkg/zsh/trunk/Makefile 2017-08-29 08:29:22 UTC (rev 26272) +++ csw/mgar/pkg/zsh/trunk/Makefile 2017-08-29 14:56:15 UTC (rev 26273) @@ -1,5 +1,5 @@ NAME = zsh -VERSION = 5.4.1 +VERSION = 5.4.2 GARTYPE = v2 DESCRIPTION = Powerful UNIX shell @@ -10,8 +10,9 @@ endef MASTER_SITES = http://www.zsh.org/pub/ -DISTFILES = $(NAME)-$(VERSION).tar.xz +DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += _pkgutil _mgar _alternatives +PATCHFILES += 0001-add-missing-autoload-directive.patch PACKAGES = CSWzsh CATALOGNAME_CSWzsh = zsh Modified: csw/mgar/pkg/zsh/trunk/checksums === --- csw/mgar/pkg/zsh/trunk/checksums2017-08-29 08:29:22 UTC (rev 26272) +++ csw/mgar/pkg/zsh/trunk/checksums2017-08-29 14:56:15 UTC (rev 26273) @@ -1 +1 @@ -0b80b7f64c30397cd747d97c378018af zsh-5.4.1.tar.xz +dfe156fd69b0d8d1745ecf6d6e02e047 zsh-5.4.2.tar.gz Added: csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch === --- csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch (rev 0) +++ csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch 2017-08-29 14:56:15 UTC (rev 26273) @@ -0,0 +1,21 @@ +From 91fdfe84cb73087aea99cc787ea5331b3af0c042 Mon Sep 17 00:00:00 2001 +From: Oliver Kiddle +Date: Tue, 29 Aug 2017 16:46:47 +0200 +Subject: [PATCH] add missing autoload directive + +--- + Completion/Unix/Type/_bpf_filters | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/Completion/Unix/Type/_bpf_filters b/Completion/Unix/Type/_bpf_filters +index c62481e..45fa86e 100644 +--- a/Completion/Unix/Type/_bpf_filters b/Completion/Unix/Type/_bpf_filters +@@ -1,3 +1,4 @@ ++#autoload + # spaces are valid instead of word ends, perhaps better to just do compset -q + + local -a networks fields dirs protos relop +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
SF.net SVN: gar:[26438] csw/mgar/pkg/zsh/trunk
Revision: 26438 http://sourceforge.net/p/gar/code/26438 Author: opk Date: 2018-06-12 14:05:45 + (Tue, 12 Jun 2018) Log Message: --- zsh: update to 5.5.1 Modified Paths: -- csw/mgar/pkg/zsh/trunk/Makefile csw/mgar/pkg/zsh/trunk/checksums Removed Paths: - csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch Modified: csw/mgar/pkg/zsh/trunk/Makefile === --- csw/mgar/pkg/zsh/trunk/Makefile 2018-06-08 19:35:55 UTC (rev 26437) +++ csw/mgar/pkg/zsh/trunk/Makefile 2018-06-12 14:05:45 UTC (rev 26438) @@ -1,5 +1,5 @@ NAME = zsh -VERSION = 5.4.2 +VERSION = 5.5.1 GARTYPE = v2 DESCRIPTION = Powerful UNIX shell @@ -12,7 +12,6 @@ MASTER_SITES = http://www.zsh.org/pub/ DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += _pkgutil _mgar _alternatives -PATCHFILES += 0001-add-missing-autoload-directive.patch PACKAGES = CSWzsh CATALOGNAME_CSWzsh = zsh Modified: csw/mgar/pkg/zsh/trunk/checksums === --- csw/mgar/pkg/zsh/trunk/checksums2018-06-08 19:35:55 UTC (rev 26437) +++ csw/mgar/pkg/zsh/trunk/checksums2018-06-12 14:05:45 UTC (rev 26438) @@ -1 +1 @@ -dfe156fd69b0d8d1745ecf6d6e02e047 zsh-5.4.2.tar.gz +678bc037a7311a46e7fc0adca7ed8266 zsh-5.5.1.tar.gz Deleted: csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch === --- csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch 2018-06-08 19:35:55 UTC (rev 26437) +++ csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch 2018-06-12 14:05:45 UTC (rev 26438) @@ -1,21 +0,0 @@ -From 91fdfe84cb73087aea99cc787ea5331b3af0c042 Mon Sep 17 00:00:00 2001 -From: Oliver Kiddle -Date: Tue, 29 Aug 2017 16:46:47 +0200 -Subject: [PATCH] add missing autoload directive - - Completion/Unix/Type/_bpf_filters | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/Completion/Unix/Type/_bpf_filters b/Completion/Unix/Type/_bpf_filters -index c62481e..45fa86e 100644 a/Completion/Unix/Type/_bpf_filters -+++ b/Completion/Unix/Type/_bpf_filters -@@ -1,3 +1,4 @@ -+#autoload - # spaces are valid instead of word ends, perhaps better to just do compset -q - - local -a networks fields dirs protos relop --- -2.4.0 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.