From yasu@home.utahime.org  Sat Mar 20 05:32:32 2004
Return-Path: <yasu@home.utahime.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1D6C416A4D2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Mar 2004 05:32:32 -0800 (PST)
Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7496A43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Mar 2004 05:32:31 -0800 (PST)
	(envelope-from yasu@home.utahime.org)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 495007C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Mar 2004 22:32:30 +0900 (JST)
Received: from localhost.home.utahime.org (localhost.home.utahime.org [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP
	id 216B854D8; Sat, 20 Mar 2004 22:32:30 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1])
	by localhost.home.utahime.org (AvMailGate-2.0.1.16) id 55621-3C83E167;
	Sat, 20 Mar 2004 22:32:30 +0900
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id 085CB54D7; Sat, 20 Mar 2004 22:32:30 +0900 (JST)
Message-Id: <20040320133230.085CB54D7@eastasia.home.utahime.org>
Date: Sat, 20 Mar 2004 22:32:30 +0900 (JST)
From: KIMURA Yasuhiro <yasu@utahime.org>
Reply-To: KIMURA Yasuhiro <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] shells/zsh: New version 4.2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         64499
>Category:       ports
>Synopsis:       [PATCH] shells/zsh: New version 4.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 20 05:40:17 PST 2004
>Closed-Date:    Tue Mar 23 23:04:29 PST 2004
>Last-Modified:  Tue Mar 23 23:04:29 PST 2004
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 4.9-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD eastasia.home.utahime.org 4.9-RELEASE-p4 FreeBSD 4.9-RELEASE-p4 #0: Thu Mar 18 08:09:40 JST 2004 root@eastasia.home.utahime.org:/usr/obj/usr1/cvsup/releng_4_9/src/sys/EASTASIA i386


>Description:
	New version 4.2.0 is released.

	
>How-To-Repeat:
	
>Fix:

	

--- zsh.patch begins here ---
diff -ruN shells/zsh-4.0.9/Makefile shells/zsh/Makefile
--- shells/zsh-4.0.9/Makefile	Sat Dec 20 17:33:58 2003
+++ shells/zsh/Makefile	Sat Mar 20 21:54:18 2004
@@ -25,7 +25,7 @@
 #			NOTE: does NOT have to be inside ${PREFIX} tree
 
 PORTNAME=	zsh
-PORTVERSION=	4.0.9
+PORTVERSION=	4.2.0
 CATEGORIES=	shells
 MASTER_SITES=	http://www.zsh.org/zsh/ \
 		ftp://ftp.zsh.org/zsh/ \
@@ -56,7 +56,7 @@
 # Conflicts with shells/zsh-devel as it installs files into the same locations
 CONFLICTS=	zsh-devel-* zsh-4.1.*
 
-#USE_BZIP2=	yes
+USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff -ruN shells/zsh-4.0.9/distinfo shells/zsh/distinfo
--- shells/zsh-4.0.9/distinfo	Sat Jan 31 06:25:29 2004
+++ shells/zsh/distinfo	Sat Mar 20 21:49:48 2004
@@ -1,4 +1,4 @@
-MD5 (zsh-4.0.9.tar.gz) = be68b33eb8d48611bff46b0edc452dc6
-SIZE (zsh-4.0.9.tar.gz) = 2222705
-MD5 (zsh-4.0.9-doc.tar.gz) = b07d99d5ed597077226cedc2036fc827
-SIZE (zsh-4.0.9-doc.tar.gz) = 1925158
+MD5 (zsh-4.2.0.tar.bz2) = 866bcdad8c0c4974650f5eff395a9a35
+SIZE (zsh-4.2.0.tar.bz2) = 1990884
+MD5 (zsh-4.2.0-doc.tar.bz2) = 14aa2d8d9e6f546593fd42f45dfee669
+SIZE (zsh-4.2.0-doc.tar.bz2) = 1695230
diff -ruN shells/zsh-4.0.9/files/patch-Src::utils.c shells/zsh/files/patch-Src::utils.c
--- shells/zsh-4.0.9/files/patch-Src::utils.c	Sun Jan 12 08:45:20 2003
+++ shells/zsh/files/patch-Src::utils.c	Thu Jan  1 09:00:00 1970
@@ -1,8 +0,0 @@
---- Src/utils.c.orig	Wed Dec  4 19:39:01 2002
-+++ Src/utils.c	Wed Dec  4 19:39:18 2002
-@@ -1093,4 +1093,5 @@
-  * is unique, for use as a temporary file.      */
-  
-+extern char *_mktemp(char *);
- /**/
- mod_export char *
--- zsh.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sergei  
Responsible-Changed-By: krion 
Responsible-Changed-When: Sat Mar 20 09:46:57 PST 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64499 
State-Changed-From-To: open->closed 
State-Changed-By: sergei 
State-Changed-When: Tue Mar 23 23:04:10 PST 2004 
State-Changed-Why:  
Committed, thanks! 
Note: I also updated pkg-plist. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64499 
>Unformatted:
