From owner-cvs-ports@FreeBSD.ORG Fri Dec 14 17:15:08 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C3D416A534; Fri, 14 Dec 2007 17:15:07 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 95C5E13C448; Fri, 14 Dec 2007 17:15:07 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 9878E5C34; Fri, 14 Dec 2007 12:01:48 -0500 (EST) Date: Fri, 14 Dec 2007 12:01:48 -0500 From: Wesley Shields To: Mark Linimon Message-ID: <20071214170148.GA59185@atarininja.org> References: <200712120315.lBC3FFgf077530@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712120315.lBC3FFgf077530@repoman.freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports MOVED X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2007 17:15:08 -0000 On Wed, Dec 12, 2007 at 03:15:15AM +0000, Mark Linimon wrote: > linimon 2007-12-12 03:15:15 UTC > > FreeBSD ports repository > > Modified files: > . MOVED > Log: > Note the removal of the java JDK1.1 and 1.2 ports and dependents. > > Revision Changes Path > 1.1518 +7 -1 ports/MOVED > http://cvsweb.FreeBSD.org/ports/MOVED.diff?r1=1.1517&r2=1.1518 > | --- ports/MOVED 2007/12/11 21:47:57 1.1517 > | +++ ports/MOVED 2007/12/12 03:15:15 1.1518 > | @@ -1,7 +1,7 @@ > | # > | # MOVED - a list of (recently) moved or removed ports > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/MOVED,v 1.1517 2007/12/11 21:47:57 lioux Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/MOVED,v 1.1518 2007/12/12 03:15:15 linimon Exp $ > | # > | # Each entry consists of a single line containing the following four > | # fields in the order named, separated with the pipe (`|') character: > | @@ -3335,3 +3335,9 @@ www/squid25||2007-12-11|Has expired: Thi > | x11-themes/kde-icons-gorilla_svg||2007-12-11|Unfetchable > | x11-themes/kde-icons-kids||2007-12-11|Unfetchable > | x11-themes/kde-icons-outline||2007-12-11|Unfetchable > | +java/jdk11|java/jdk16|2007-12-11|Obsolete version| > | +java/jdk12|java/jdk16|2007-12-11|Obsolete version| > | +java/jfc||2007-12-11|For obsolete version of jdk| > | +java/jre||2007-12-11|For obsolete version of jdk| > | +java/linux-blackdown-jdk12|java/linux-blackdown-jdk14|2007-12-11|Obsolete version| > | +java/linux-sun-jdk12|java/linux-sun-jdk16|2007-12-11|Obsolete version| Just noticing this now but the trailing | is causing (at least) portmaster to break when displaying the reason why the port was moved. -- WXS