From owner-freebsd-ports Fri Aug 9 8:50:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BE7437B400 for ; Fri, 9 Aug 2002 08:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD7443E84 for ; Fri, 9 Aug 2002 08:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79Fo3JU016465 for ; Fri, 9 Aug 2002 08:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Fo34b016464; Fri, 9 Aug 2002 08:50:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B25737B400 for ; Fri, 9 Aug 2002 08:49:39 -0700 (PDT) Received: from outpost.lukarcos.com (outpost.lukarcos.com [195.239.240.132]) by mx1.FreeBSD.org (Postfix) with SMTP id 8F68043E81 for ; Fri, 9 Aug 2002 08:49:37 -0700 (PDT) (envelope-from sgk@outpost.globcon.net) Received: (qmail 14614 invoked by uid 911); 9 Aug 2002 15:49:38 -0000 Message-Id: <20020809154938.14613.qmail@outpost.globcon.net> Date: 9 Aug 2002 15:49:38 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41483: [PATCH] Update shells/zsh to 4.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41483 >Category: ports >Synopsis: [PATCH] Update shells/zsh to 4.0.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 09 08:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: - Update zsh to 4.0.5 - Switch to using .tar.bz2 distribution files >How-To-Repeat: >Fix: Patch included. --- zsh-4.0.5.patch begins here --- diff -ruN /usr/ports/shells/zsh/Makefile /home/sgk/ports/shells/zsh/Makefile --- /usr/ports/shells/zsh/Makefile Wed Jan 30 04:10:35 2002 +++ /home/sgk/ports/shells/zsh/Makefile Fri Aug 9 19:27:57 2002 @@ -6,7 +6,7 @@ # PORTNAME= zsh -PORTVERSION= 4.0.4 +PORTVERSION= 4.0.5 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.zsh.org/%SUBDIR%/ \ @@ -16,9 +16,13 @@ ftp://ftp.ips.oz.au/pub/packages/%SUBDIR%/ \ ftp://ftp.uit.no/pub/unix/shells/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} + +USE_BZIP2= yes + .if !defined(NOPORTDOCS) -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} zsh-${PORTVERSION}-doc.tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-doc${EXTRACT_SUFX} .endif + MAINTAINER= will@FreeBSD.org --- /usr/ports/shells/zsh/distinfo Sun Nov 11 04:09:39 2001 +++ /home/sgk/ports/shells/zsh/distinfo Fri Aug 9 19:08:28 2002 @@ -1,2 +1,2 @@ -MD5 (zsh-4.0.4.tar.gz) = c49e228c269b2ff4a0001941f4eb3bf7 -MD5 (zsh-4.0.4-doc.tar.gz) = 81748e48a8c0f6cbbfaa117a23a8df17 +MD5 (zsh-4.0.5-doc.tar.bz2) = 8389e662aeb7c1d6e7747756c422a8c4 +MD5 (zsh-4.0.5.tar.bz2) = f28ff3dd2ae370f30ca2bbf5bf587e1b --- zsh-4.0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message