Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 18:51:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388381 - in head/shells/zsh: . files
Message-ID:  <201506021851.t52IpFmI084736@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jun  2 18:51:15 2015
New Revision: 388381
URL: https://svnweb.freebsd.org/changeset/ports/388381

Log:
  Update to 5.0.8
  
  Among the usual updates, users will be happy to discover plenty of new FreeBSD
  related completion as well as zpty working out of box (which wasn't the case
  anymore for a while)

Added:
  head/shells/zsh/files/patch-Src_Modules_zpty.c   (contents, props changed)
Deleted:
  head/shells/zsh/files/patch-Completion_BSD_Command___kld
  head/shells/zsh/files/patch-Src_zsh.mdd
Modified:
  head/shells/zsh/Makefile
  head/shells/zsh/distinfo

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Tue Jun  2 18:43:09 2015	(r388380)
+++ head/shells/zsh/Makefile	Tue Jun  2 18:51:15 2015	(r388381)
@@ -2,10 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	zsh
-PORTVERSION=	5.0.7
-PORTREVISION=	4
+PORTVERSION=	5.0.8
 CATEGORIES=	shells
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
+MASTER_SITES=	http://www.zsh.org/pub/ \
+		http://www.zsh.org/pub/:doc \
+		SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
 		SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 

Modified: head/shells/zsh/distinfo
==============================================================================
--- head/shells/zsh/distinfo	Tue Jun  2 18:43:09 2015	(r388380)
+++ head/shells/zsh/distinfo	Tue Jun  2 18:51:15 2015	(r388381)
@@ -1,4 +1,4 @@
-SHA256 (zsh-5.0.7.tar.bz2) = 544e27de81740286b916d1d77c9f48ad7c26ad7943ed96d278abee67cf6704b3
-SIZE (zsh-5.0.7.tar.bz2) = 3181030
-SHA256 (zsh-5.0.7-doc.tar.bz2) = 43e8665ba9d9eca8370c64e2d4846e84f9111c628e5792f2aa639a7fb209fcf1
-SIZE (zsh-5.0.7-doc.tar.bz2) = 3005587
+SHA256 (zsh-5.0.8.tar.bz2) = 8079cf08cb8beff22f84b56bd72bb6e6962ff4718d816f3d83a633b4c9e17d23
+SIZE (zsh-5.0.8.tar.bz2) = 3250542
+SHA256 (zsh-5.0.8-doc.tar.bz2) = 0ee5088c47fa5ceac6e087c7e00f2ede3f5920a03d32220772342ce980339e40
+SIZE (zsh-5.0.8-doc.tar.bz2) = 3204865

Added: head/shells/zsh/files/patch-Src_Modules_zpty.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/zsh/files/patch-Src_Modules_zpty.c	Tue Jun  2 18:51:15 2015	(r388381)
@@ -0,0 +1,11 @@
+--- Src/Modules/zpty.c.orig	2015-06-02 06:51:05.604875000 +0200
++++ Src/Modules/zpty.c	2015-06-02 00:07:36.672596000 +0200
+@@ -154,7 +154,7 @@ getptycmd(char *name)
+     return NULL;
+ }
+ 
+-#ifdef USE_DEV_PTMX
++#if defined(HAVE_POSIX_OPENPT) || defined(USE_DEV_PTMX)
+ 
+ #ifdef HAVE_SYS_STROPTS_H
+ #include <sys/stropts.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021851.t52IpFmI084736>