From owner-cvs-all@FreeBSD.ORG Fri Jan 12 09:43:41 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3390816A47B for ; Fri, 12 Jan 2007 09:43:41 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id C461713C44C for ; Fri, 12 Jan 2007 09:43:40 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so671610uge for ; Fri, 12 Jan 2007 01:43:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KGcgCci60Hze88hB26mZtjW4FQQBtQ48FhXLcRZYGLSWjnbReLSdKbxOXFXXnm+h0cORF8uYvD4x3a9AZe2/UGv47nnFz99iiRtlQcORhSpSC1VWxkQIwWtwg/pmRaei1pmTTUSH6sh13vJh5taMe24DhIukwAcm+YAkN12sswg= Received: by 10.78.183.15 with SMTP id g15mr114886huf.1168593306054; Fri, 12 Jan 2007 01:15:06 -0800 (PST) Received: by 10.78.29.12 with HTTP; Fri, 12 Jan 2007 01:15:05 -0800 (PST) Message-ID: Date: Fri, 12 Jan 2007 10:15:05 +0100 From: "Niclas Zeising" To: "Joe Marcus Clarke" In-Reply-To: <200701120018.l0C0Ia44018808@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200701120018.l0C0Ia44018808@repoman.freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11/gnome2 Makefile ports/x11/gnome2-lite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 09:43:41 -0000 On 1/12/07, Joe Marcus Clarke wrote: > marcus 2007-01-12 00:18:36 UTC > > FreeBSD ports repository > > Modified files: > x11/gnome2 Makefile > x11/gnome2-lite Makefile > Log: > Do not include tomboy with gnome2-lite. > > Revision Changes Path > 1.40 +1 -1 ports/x11/gnome2-lite/Makefile > 1.132 +5 -3 ports/x11/gnome2/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > Thank you. Just to be nit-picking. I think x11/yelp is included twice in gnome2-lite. It's stated as a run-depends in x11/gnome2-lite/Makefile line 24, and again in x11/gnome2/Makefile around line 87, where it's included contitionally on arch and os-version. Just checking if it's intentional. Regards! //Niclas.