From sanpei@sanpei.org Mon Dec  6 06:15:08 1999
Return-Path: <sanpei@sanpei.org>
Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73])
	by hub.freebsd.org (Postfix) with ESMTP id 052C915285
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Dec 1999 06:14:58 -0800 (PST)
	(envelope-from sanpei@sanpei.org)
Received: from lavender.sanpei.org (u1033.seaple.icc.ne.jp [210.170.9.33])
	by titanium.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id XAA20559
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 6 Dec 1999 23:14:57 +0900 (JST)
	(envelope-from sanpei@sanpei.org)
Received: (from sanpei@localhost)
	by lavender.sanpei.org (8.9.3/3.7W) id XAA22407;
	Mon, 6 Dec 1999 23:14:56 +0900 (JST)
Message-Id: <199912061414.XAA22407@lavender.sanpei.org>
Date: Mon, 6 Dec 1999 23:14:56 +0900 (JST)
From: sanpei@sanpei.org
Reply-To: sanpei@sanpei.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: fix port: shell/zsh (can't create package)
X-Send-Pr-Version: 3.2

>Number:         15306
>Category:       ports
>Synopsis:       fix port: shell/zsh (can't create package)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    billf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec  6 06:20:01 PST 1999
>Closed-Date:    Mon Dec 6 12:13:30 PST 1999
>Last-Modified:  Mon Dec  6 12:15:14 PST 1999
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Yokohama, Japan
>Environment:


>Description:

  shell/zsh was updated to 3.0.7, but PLIST_SUB variable was not
updated in Makefile.

  So we can't create package.

>How-To-Repeat:

>Fix:

--- shells/zsh/Makefile.org	Mon Dec  6 23:11:42 1999
+++ shells/zsh/Makefile	Mon Dec  6 23:11:52 1999
@@ -22,7 +22,7 @@
 GNU_CONFIGURE=	yes
 MAN1=		zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
 		zshoptions.1 zshall.1 zshparam.1 zshzle.1
-PLIST_SUB=	ZSH_VERSION=3.0.6
+PLIST_SUB=	ZSH_VERSION=3.0.7
 
 # If you want to build a static binary, uncomment the following line
 #CONFIGURE_ENV+=	"LDFLAGS=-static"

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->billf 
Responsible-Changed-By: billf 
Responsible-Changed-When: Mon Dec 6 11:43:13 PST 1999 
Responsible-Changed-Why:  
I'll look at this. 
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Mon Dec 6 12:13:30 PST 1999 
State-Changed-Why:  
Fixed, see: 
/home/ncvs/ports/shells/zsh/Makefile,v  <--  Makefile 
new revision: 1.36; previous revision: 1.35 


thanks. 
>Unformatted:
