From owner-svn-ports-head@freebsd.org Sat Feb 9 21:15:33 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E18814C9F06; Sat, 9 Feb 2019 21:15:33 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3FF282C39; Sat, 9 Feb 2019 21:15:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C5A8356FE; Sat, 9 Feb 2019 21:15:32 +0000 (UTC) Date: Sat, 9 Feb 2019 21:15:32 +0000 From: Alexey Dokuchaev To: Christoph Moench-Tegeder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r492517 - in head/devel: . pyside2 pyside2-tools pyside2-tools/files pyside2/files shiboken2 shiboken2/files Message-ID: <20190209211532.GA34496@FreeBSD.org> References: <201902092035.x19KZE6u069739@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201902092035.x19KZE6u069739@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: D3FF282C39 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.92 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.93)[-0.927,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 09 Feb 2019 21:15:33 -0000 On Sat, Feb 09, 2019 at 08:35:14PM +0000, Christoph Moench-Tegeder wrote: > New Revision: 492517 > URL: https://svnweb.freebsd.org/changeset/ports/492517 > > Log: > add PySide2 - Python Binding for Qt5 > > keeping the organization of the old pyside ports, this is split in > pyside2, pyside2-tools and shiboken2 > > Added: > head/devel/pyside2/ > head/devel/pyside2-tools/ > ... > head/devel/shiboken2/ > ... > --- head/devel/Makefile Sat Feb 9 20:29:28 2019 (r492516) > +++ head/devel/Makefile Sat Feb 9 20:35:14 2019 (r492517) > @@ -5393,6 +5393,8 @@ > SUBDIR += pyrex > SUBDIR += pyside > SUBDIR += pyside-tools > + SUBDIR += pyside2 > + SUBDIR += pyside2-tools Looks like it should have been repocopy(ies), but it wasn't. Is this the case? ./danfe