Revision: 26068 http://sourceforge.net/p/gar/code/26068 Author: opk Date: 2016-12-12 13:50:35 +0000 (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/checksums 2016-12-09 14:55:53 UTC (rev 26067) +++ csw/mgar/pkg/zsh/trunk/checksums 2016-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.