From owner-svn-ports-all@freebsd.org Tue Apr 25 11:39:01 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 10CDDD4F205; Tue, 25 Apr 2017 11:39:01 +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 DD009A3E; Tue, 25 Apr 2017 11:39:00 +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 42F4620816; Tue, 25 Apr 2017 07:38:59 -0400 (EDT) Received: from web5 ([10.202.2.215]) by compute4.internal (MEProxy); Tue, 25 Apr 2017 07:38:59 -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=laUfYB XHQ4riBEQx9rXQxpvmYPBSAVjqM9PUEJHM09o=; b=jgPzA7wsWSAbC++l1iTE2p iWvOS9kVhQRj7TPV0TqE/IQaQeq+aHx9Qkx5b3Vj2t0OZcRPH1YZpx2KRVJosHE+ QKn91z35nqUU4yzxEpuCwA4ddSRGdJwzfq/OCTBYUtWlpLcopF/KymYEEQnELMy3 Nekcgb/xrb9d7ZLtLFUpc0u8/wnexPNM6Gdhuo2g0cCJgW4rj+jKmOIP3Ql0G8+D EkbnHHhvt1VzC5UNo0ILov3WcjhA91HxmG5XJgyUvreamDMrxf83Ixmd2DR60+dZ SXaXd5aY7Nysbb1baOWEVBPwBlDot8nt8pR4TQ7qFLBPXFHiiXAhD+7mOdYSNGYg == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 1F5809E236; Tue, 25 Apr 2017 07:38:59 -0400 (EDT) Message-Id: <1493120339.1575965.955467592.38F54F2C@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 In-Reply-To: <20170425103701.GA34695@FreeBSD.org> References: <201704242108.v3OL8oYe075398@repo.freebsd.org> <20170425011303.GB38050@FreeBSD.org> <1493115797.1561441.955398320.57CD4CA0@webmail.messagingengine.com> <20170425103701.GA34695@FreeBSD.org> Subject: Re: svn commit: r439346 - in head/graphics: . gcolor3 Date: Tue, 25 Apr 2017 13:38:59 +0200 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 11:39:01 -0000 On Tue, Apr 25, 2017, at 12:37, Alexey Dokuchaev wrote: > On Tue, Apr 25, 2017 at 12:23:17PM +0200, Tobias Kortkamp wrote: > > 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/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'? > > > > Why? > > It was a question; several gcolorX ports suggest that they might be > related > (major branches of the same codebase). If those are independent, > repocopy > rule probably does not apply, albeit seeing three *unrelated* > foobar{1,2,3} > ports is weird. > > ./danfe > AFAICT the codebases are independent of each other. Judging by gcolor3's commit history it's a cleanroom reimplementation of gcolor2 in Gtk+ 3.0 and they don't share a codebase.