From owner-svn-ports-all@freebsd.org Sun Dec 24 13:55:23 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 8082FE8FE0E; Sun, 24 Dec 2017 13:55:23 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6187E7A8DF; Sun, 24 Dec 2017 13:55:23 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 9FF242B05; Sun, 24 Dec 2017 13:55:22 +0000 (UTC) Date: Sun, 24 Dec 2017 13:55:22 +0000 From: Alexey Dokuchaev To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r456674 - in head/graphics: . libQGLViewer libQGLViewer/files Message-ID: <20171224135522.GA1693@FreeBSD.org> References: <201712182143.vBILhFND023143@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201712182143.vBILhFND023143@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 24 Dec 2017 13:55:23 -0000 On Mon, Dec 18, 2017 at 09:43:15PM +0000, Yuri Victorovich wrote: > New Revision: 456674 > URL: https://svnweb.freebsd.org/changeset/ports/456674 > > Log: > New port: graphics/libQGLViewer: C++ library based on Qt5 that eases > the creation of OpenGL 3D viewers > > Approved by: adamw (mentor) > Differential Revision: https://reviews.freebsd.org/D13532 > > Added: > head/graphics/libQGLViewer/ I have some concerns with this commit: $ grep -i libqgl /usr/ports/MOVED graphics/libqglviewer||2013-07-26|Has expired: Depends on Qt 3.x Why it was not properly resurrected but readded as a new port? More to it, it is badly named. Most open source repositories name it as ``libqglviewer'' (and it was properly named in Qt 3.x times in FreeBSD), that includes Debian-based (Ubuntu, Mint, Deepin, etc.) and Arch (I was a bit surprised to see mixed-case name in RedHat's and Gentoo's packages). That said, would you be so kind to remove newly added port and properly repocopy the previous one (to retain the history) and preserving the old nice lowercase name? Thank you, ./danfe