From owner-svn-ports-head@freebsd.org Sun Dec 13 22:29:09 2015 Return-Path: Delivered-To: svn-ports-head@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 3A617A42AEE; Sun, 13 Dec 2015 22:29:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 019AB119B; Sun, 13 Dec 2015 22:29:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3pJgW42YryzZsG; Sun, 13 Dec 2015 23:29:04 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id pf25_YftnDxV; Sun, 13 Dec 2015 23:29:01 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Sun, 13 Dec 2015 23:29:00 +0100 (CET) Subject: Re: svn commit: r403693 - in head: Mk/Uses comms comms/py-qt5-serialport databases databases/py-qt5-sql devel devel/py-qt5 devel/py-qt5-core devel/py-qt5-core/files devel/py-qt5-dbus devel/py-qt5-dbuss... To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201512132156.tBDLuo9o098510@repo.freebsd.org> From: Guido Falsi Message-ID: <566DF12C.9020307@FreeBSD.org> Date: Sun, 13 Dec 2015 23:29:00 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <201512132156.tBDLuo9o098510@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 13 Dec 2015 22:29:09 -0000 On 12/13/15 22:56, Raphael Kubo da Costa wrote: > Author: rakuco > Date: Sun Dec 13 21:56:50 2015 > New Revision: 403693 > URL: https://svnweb.freebsd.org/changeset/ports/403693 > > Log: > At very long last land PyQt5 5.5.1 ports. > > Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports. > Thankfully this commit is mostly adding new ports, as the hard work was > already done in r403297 and r403662. > > Huge kudos to Tobias Berner and, most importantly, > Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in > Phabricator for an earlier version of the PyQt5 patch set). Thanks to you for the further testing and the commit! -- Guido Falsi