SF.net SVN: gar:[26273] csw/mgar/pkg/zsh/trunk
opk at users.sourceforge.net
opk at users.sourceforge.net
Tue Aug 29 16:56:16 CEST 2017
Revision: 26273
http://sourceforge.net/p/gar/code/26273
Author: opk
Date: 2017-08-29 14:56:15 +0000 (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/checksums 2017-08-29 08:29:22 UTC (rev 26272)
+++ csw/mgar/pkg/zsh/trunk/checksums 2017-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 <opk at 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.
More information about the devel
mailing list