Revision: 26438 http://sourceforge.net/p/gar/code/26438 Author: opk Date: 2018-06-12 14:05:45 +0000 (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/checksums 2018-06-08 19:35:55 UTC (rev 26437) +++ csw/mgar/pkg/zsh/trunk/checksums 2018-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 <o...@opencsw.org> -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.