From owner-svn-ports-all@freebsd.org Tue Apr 25 10:23:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02948D4FDE4; Tue, 25 Apr 2017 10:23:19 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFD0219D; Tue, 25 Apr 2017 10:23:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 75AC720834; Tue, 25 Apr 2017 06:23:17 -0400 (EDT) Received: from web5 ([10.202.2.215]) by compute4.internal (MEProxy); Tue, 25 Apr 2017 06:23:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=lP6H7o CFfAEePUPTglGc6bun0APqcINO3RpqovuvvWo=; b=fb4KwgKewOq+RtpCxRl73J P7Zt0x0TJej4IpOm2RbPVpkNgiEPd4auGgc7lEH0HYrQ7gfQ8HoPJAGlR64NNw/g /g3AV+hQHboQAJdUEDtwu+TWlk2C96q2+S98yqKETIARB96RPojuwF3aryt06wJY /67yCK+XtgJCu0pjc4g2Aol+47wMM1vy0Tu3zHMV+BvMt8BX9J9psQ6h3lK/IsdA YUi/exocqVvQwe4iiIzdRv3Lmsc8z09D20pkh3Y35odgqG9oofL8CijMMgNNDpTh 2HaLX6MaYDjL9t5ViHogSh0jlN1c1DyBbZ9jK72JnUkV1xyeHgBlKNXTw/AjYj4g == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 587839E236; Tue, 25 Apr 2017 06:23:17 -0400 (EDT) Message-Id: <1493115797.1561441.955398320.57CD4CA0@webmail.messagingengine.com> From: Tobias Kortkamp To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-29d47332 Date: Tue, 25 Apr 2017 12:23:17 +0200 In-Reply-To: <20170425011303.GB38050@FreeBSD.org> References: <201704242108.v3OL8oYe075398@repo.freebsd.org> <20170425011303.GB38050@FreeBSD.org> Subject: Re: svn commit: r439346 - in head/graphics: . gcolor3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 10:23:19 -0000 On Tue, Apr 25, 2017, at 03:13, Alexey Dokuchaev wrote: > On Mon, Apr 24, 2017 at 09:08:50PM +0000, Tobias Kortkamp wrote: > > Author: tobik > > URL: https://svnweb.freebsd.org/changeset/ports/439346 > > > > Log: > > New port: graphics/gcolor3 > > ... > > Added: > > head/graphics/gcolor3/ > > head/graphics/gcolor3/Makefile (contents, props changed) > > head/graphics/gcolor3/distinfo (contents, props changed) > > head/graphics/gcolor3/pkg-descr (contents, props changed) > > head/graphics/gcolor3/pkg-plist (contents, props changed) > > Modified: > > head/graphics/Makefile > > > > Modified: head/graphics/Makefile > > ============================================================================== > > --- head/graphics/Makefile Mon Apr 24 20:23:23 2017 (r439345) > > +++ head/graphics/Makefile Mon Apr 24 21:08:50 2017 (r439346) > > @@ -217,6 +217,7 @@ > > SUBDIR += gbm > > SUBDIR += gcolor > > SUBDIR += gcolor2 > > + SUBDIR += gcolor3 > > Shouldn't it had been repocopied from `graphics/gcolor2'? > > ./danfe > Why?