From owner-svn-ports-head@freebsd.org Thu Dec 10 16:49:44 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C7FA4B01DA; Thu, 10 Dec 2020 16:49:44 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CsKdh0j5Tz4hHc; Thu, 10 Dec 2020 16:49:44 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 08FA01C180; Thu, 10 Dec 2020 16:49:44 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BAGnh2k058919; Thu, 10 Dec 2020 16:49:43 GMT (envelope-from lbartoletti@FreeBSD.org) Received: (from lbartoletti@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BAGnhRM058917; Thu, 10 Dec 2020 16:49:43 GMT (envelope-from lbartoletti@FreeBSD.org) Message-Id: <202012101649.0BAGnhRM058917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lbartoletti set sender to lbartoletti@FreeBSD.org using -f From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Date: Thu, 10 Dec 2020 16:49:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557444 - in head/devel: pyside2 pyside2-tools shiboken2 X-SVN-Group: ports-head X-SVN-Commit-Author: lbartoletti X-SVN-Commit-Paths: in head/devel: pyside2 pyside2-tools shiboken2 X-SVN-Commit-Revision: 557444 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 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: Thu, 10 Dec 2020 16:49:44 -0000 Author: lbartoletti Date: Thu Dec 10 16:49:43 2020 New Revision: 557444 URL: https://svnweb.freebsd.org/changeset/ports/557444 Log: PySide pass maintainership to kde@ PySide is the "official" QT/Python-binding and should be under the same maintainership as qt. Approved by: cmt (via email) Modified: head/devel/pyside2-tools/Makefile head/devel/pyside2/Makefile head/devel/shiboken2/Makefile Modified: head/devel/pyside2-tools/Makefile ============================================================================== --- head/devel/pyside2-tools/Makefile Thu Dec 10 16:49:39 2020 (r557443) +++ head/devel/pyside2-tools/Makefile Thu Dec 10 16:49:43 2020 (r557444) @@ -7,7 +7,7 @@ MASTER_SITES= QT/official_releases/QtForPython/shiboke PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyside-setup-opensource-src-${DISTVERSION} -MAINTAINER= cmt@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Pyside2 development tools LICENSE= BSD3CLAUSE GPLv2 Modified: head/devel/pyside2/Makefile ============================================================================== --- head/devel/pyside2/Makefile Thu Dec 10 16:49:39 2020 (r557443) +++ head/devel/pyside2/Makefile Thu Dec 10 16:49:43 2020 (r557444) @@ -7,7 +7,7 @@ MASTER_SITES= QT/official_releases/QtForPython/shiboke PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyside-setup-opensource-src-${DISTVERSION} -MAINTAINER= cmt@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Python Qt bindings for Qt 5.12+ LICENSE= LGPL3 Modified: head/devel/shiboken2/Makefile ============================================================================== --- head/devel/shiboken2/Makefile Thu Dec 10 16:49:39 2020 (r557443) +++ head/devel/shiboken2/Makefile Thu Dec 10 16:49:43 2020 (r557444) @@ -7,7 +7,7 @@ MASTER_SITES= QT/official_releases/QtForPython/shiboke PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyside-setup-opensource-src-${DISTVERSION} -MAINTAINER= cmt@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Python binding generator for C++ libraries LICENSE= GPLv2 LGPL21 LGPL3