From owner-cvs-all@FreeBSD.ORG Fri Mar 13 10:59:22 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69AB5106564A; Fri, 13 Mar 2009 10:59:22 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from mx.critical.ch (cl-190.zrh-01.ch.sixxs.net [IPv6:2001:41e0:ff00:bd::2]) by mx1.freebsd.org (Postfix) with ESMTP id C78E18FC16; Fri, 13 Mar 2009 10:59:21 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from wiggles.bluenet.ch (localhost.critical.ch [IPv6:::1]) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with SMTP id n2DAxJsW042803; Fri, 13 Mar 2009 11:59:20 +0100 (CET) (envelope-from ehaupt@critical.ch) Date: Fri, 13 Mar 2009 11:59:19 +0100 From: Emanuel Haupt To: "David E. O'Brien" Message-Id: <20090313115919.279248d0.ehaupt@critical.ch> In-Reply-To: <200903110740.n2B7esnu088860@repoman.freebsd.org> References: <200903110740.n2B7esnu088860@repoman.freebsd.org> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.94.2/9103/Fri Mar 13 03:52:35 2009 on milkyway.critical.ch X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash3 Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/shells/bash3/files patch-config-top.h patch-doc::Makefile.in patch-doc::bash.1 patch-doc::bashref.texi patch-lib::readline::display.c xpatch-colonbreakswords ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 10:59:22 -0000 > obrien 2009-03-11 07:40:54 UTC > > FreeBSD ports repository > > Added files: > shells/bash3 Makefile distinfo pkg-deinstall pkg-descr > pkg-install pkg-plist > shells/bash3/files patch-config-top.h patch-doc::Makefile.in > patch-doc::bash.1 patch-doc::bashref.texi > patch-lib::readline::display.c > xpatch-colonbreakswords xpatch-implicitcd > Log: > Resurrect the 'bash3' port as a holder of the legacy BASH version > 3.x. > Revision Changes Path > 1.74 +136 -0 ports/shells/bash3/Makefile (new) > 1.27 +149 -0 ports/shells/bash3/distinfo (new) > 1.1 +24 -0 ports/shells/bash3/files/patch-config-top.h > (new) 1.1 +18 -0 > ports/shells/bash3/files/patch-doc::Makefile.in (new) 1.1 +20 > -0 ports/shells/bash3/files/patch-doc::bash.1 (new) 1.1 +28 > -0 ports/shells/bash3/files/patch-doc::bashref.texi (new) > 1.1 +24 -0 > ports/shells/bash3/files/patch-lib::readline::display.c (new) > 1.1 +179 -0 ports/shells/bash3/files/xpatch-colonbreakswords > (new) 1.1 +99 -0 ports/shells/bash3/files/xpatch-implicitcd > (new) 1.3 +33 -0 ports/shells/bash3/pkg-deinstall (new) > 1.8 +7 -0 ports/shells/bash3/pkg-descr (new) 1.3 +27 > -0 ports/shells/bash3/pkg-install (new) 1.21 +84 -0 > ports/shells/bash3/pkg-plist (new) > The following line should be removed from MOVED: shells/bash3|shells/bash|2004-08-11|move latest stable version to unnumbered directory Emanuel