From owner-svn-ports-head@FreeBSD.ORG Tue Aug 14 13:15:17 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 265D5106566C; Tue, 14 Aug 2012 13:15:17 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 116988FC16; Tue, 14 Aug 2012 13:15:15 +0000 (UTC) Received: by bkcje9 with SMTP id je9so162146bkc.13 for ; Tue, 14 Aug 2012 06:15:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dlQmmgj+bZsvNE6e0FONL6Sboe+gA2g511G40fY+ZOM=; b=Fjtv4kJ05J4egjaznSGtzi7m5yc7++7dKEKkH73gRytHpVEyt6DKAUsgYV484fIVi+ A2u+GXkuieaAwMwLuH78PrD7kK4KyDpZbTYV+MFChYn6a7ZWMowZUT+PGAsKjcnha/U+ tAUwVLib7//lKxgzC6P956DMdjI5JC/spgneQGOf+0sdUE3OHJcAxVw/b68r0Nqm0If/ bXTia+ALURqLbsS0zNiZKiYAAUmMCz0itYutkOTM41qkCeSonoFaQMSMU8DFGmFwwSzG vnghNL1QUTUhq0LiiTFo3lvx2wekIpphmdHsVeRwQSyNHzTFq1/Q9mhRIGSJkX8kBL6X zkcg== MIME-Version: 1.0 Received: by 10.204.41.206 with SMTP id p14mr6086650bke.54.1344950108516; Tue, 14 Aug 2012 06:15:08 -0700 (PDT) Received: by 10.205.134.12 with HTTP; Tue, 14 Aug 2012 06:15:08 -0700 (PDT) Received: by 10.205.134.12 with HTTP; Tue, 14 Aug 2012 06:15:08 -0700 (PDT) In-Reply-To: <20120814131026.GA18013@FreeBSD.cs.nctu.edu.tw> References: <201208140602.q7E62BqR050825@svn.freebsd.org> <20120814131026.GA18013@FreeBSD.cs.nctu.edu.tw> Date: Tue, 14 Aug 2012 14:15:08 +0100 Message-ID: From: Chris Rees To: Li-Wen Hsu Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r302491 - in head/www: . node06 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2012 13:15:17 -0000 On 14 Aug 2012 14:10, "Li-Wen Hsu" wrote: > > On Tue, Aug 14, 2012 at 11:49:53 +0100, Chris Rees wrote: > > On 14 Aug 2012 07:02, "Li-Wen Hsu" wrote: > > > > > > Author: lwhsu > > > Date: Tue Aug 14 06:02:10 2012 > > > New Revision: 302491 > > > URL: http://svn.freebsd.org/changeset/ports/302491 > > > > > > Log: > > > - Keep node 0.6.x branch in www/node06 > > > > > > PR: ports/170204 > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=170204 > > > Submitted by: Jin-Sih Lin (maintainer) > > > > > > Added: > > > head/www/node06/ > > > - copied from r302487, head/www/node/ > > > Modified: > > > head/www/Makefile > > > > > > Modified: head/www/Makefile > > > > > ============================================================================== > > > --- head/www/Makefile Tue Aug 14 05:51:07 2012 (r302490) > > > +++ head/www/Makefile Tue Aug 14 06:02:10 2012 (r302491) > > > @@ -564,6 +564,7 @@ > > > SUBDIR += node > > > SUBDIR += node-devel > > > SUBDIR += node04 > > > + SUBDIR += node06 > > > SUBDIR += nostromo > > > SUBDIR += notftp > > > SUBDIR += npapi-xine > > > > This needs reverting until www/node is updated; the INDEX build doesn't > > like duplicate origins; it doesn't complain unless PORTVERSION is the same! > > > > Thanks, www/node is updated in r302521, which was originally wanted > to be commit right after this. Also, www/node-devel will be updated to > 0.9 branch soon by maintainer. > Great, I think INDEX should work now :) Chris