Date: 9 Aug 2002 15:49:38 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41483: [PATCH] Update shells/zsh to 4.0.5 Message-ID: <20020809154938.14613.qmail@outpost.globcon.net>
next in thread | raw e-mail | index | archive | help
>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 <sergei@kolobov.com> >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020809154938.14613.qmail>