From owner-svn-ports-head@freebsd.org Sat May 18 19:38:11 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 AE0621596442; Sat, 18 May 2019 19:38:11 +0000 (UTC) (envelope-from cmt@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) server-signature RSA-PSS (4096 bits) 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 52F078E277; Sat, 18 May 2019 19:38:11 +0000 (UTC) (envelope-from cmt@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 21BAD241D8; Sat, 18 May 2019 19:38:11 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4IJcARY001439; Sat, 18 May 2019 19:38:10 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4IJc9VH001434; Sat, 18 May 2019 19:38:09 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905181938.x4IJc9VH001434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sat, 18 May 2019 19:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501979 - in head/devel: pyside2 pyside2-tools shiboken2 X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in head/devel: pyside2 pyside2-tools shiboken2 X-SVN-Commit-Revision: 501979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 52F078E277 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,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, 18 May 2019 19:38:11 -0000 Author: cmt Date: Sat May 18 19:38:09 2019 New Revision: 501979 URL: https://svnweb.freebsd.org/changeset/ports/501979 Log: update PySide2 ports to 5.12.3 Announcement: https://lists.qt-project.org/pipermail/pyside/2019-May/002734.html Modified: head/devel/pyside2-tools/Makefile head/devel/pyside2-tools/distinfo head/devel/pyside2/Makefile head/devel/pyside2/distinfo head/devel/shiboken2/Makefile head/devel/shiboken2/distinfo Modified: head/devel/pyside2-tools/Makefile ============================================================================== --- head/devel/pyside2-tools/Makefile Sat May 18 19:02:55 2019 (r501978) +++ head/devel/pyside2-tools/Makefile Sat May 18 19:38:09 2019 (r501979) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyside2-tools -DISTVERSION= 5.12.2 +DISTVERSION= 5.12.3 CATEGORIES= devel MASTER_SITES= QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/pyside2-tools/distinfo ============================================================================== --- head/devel/pyside2-tools/distinfo Sat May 18 19:02:55 2019 (r501978) +++ head/devel/pyside2-tools/distinfo Sat May 18 19:38:09 2019 (r501979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554500741 -SHA256 (pyside-setup-everywhere-src-5.12.2.tar.xz) = ed974c0592019cbbcd4e4db3b18cf4f2af2c399cc1650e5c526be3efd7562bc1 -SIZE (pyside-setup-everywhere-src-5.12.2.tar.xz) = 5491432 +TIMESTAMP = 1557663703 +SHA256 (pyside-setup-everywhere-src-5.12.3.tar.xz) = 4f7aab7d4bbaf1b3573cc989d704e87b0de55cce656ae5e23418a88baa4c6842 +SIZE (pyside-setup-everywhere-src-5.12.3.tar.xz) = 5474384 Modified: head/devel/pyside2/Makefile ============================================================================== --- head/devel/pyside2/Makefile Sat May 18 19:02:55 2019 (r501978) +++ head/devel/pyside2/Makefile Sat May 18 19:38:09 2019 (r501979) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyside2 -DISTVERSION= 5.12.2 +DISTVERSION= 5.12.3 CATEGORIES= devel MASTER_SITES= QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/pyside2/distinfo ============================================================================== --- head/devel/pyside2/distinfo Sat May 18 19:02:55 2019 (r501978) +++ head/devel/pyside2/distinfo Sat May 18 19:38:09 2019 (r501979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554500718 -SHA256 (pyside-setup-everywhere-src-5.12.2.tar.xz) = ed974c0592019cbbcd4e4db3b18cf4f2af2c399cc1650e5c526be3efd7562bc1 -SIZE (pyside-setup-everywhere-src-5.12.2.tar.xz) = 5491432 +TIMESTAMP = 1557616428 +SHA256 (pyside-setup-everywhere-src-5.12.3.tar.xz) = 4f7aab7d4bbaf1b3573cc989d704e87b0de55cce656ae5e23418a88baa4c6842 +SIZE (pyside-setup-everywhere-src-5.12.3.tar.xz) = 5474384 Modified: head/devel/shiboken2/Makefile ============================================================================== --- head/devel/shiboken2/Makefile Sat May 18 19:02:55 2019 (r501978) +++ head/devel/shiboken2/Makefile Sat May 18 19:38:09 2019 (r501979) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= shiboken2 -DISTVERSION= 5.12.2 +DISTVERSION= 5.12.3 CATEGORIES= devel MASTER_SITES= QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src DISTNAME= pyside-setup-everywhere-src-${DISTVERSION} Modified: head/devel/shiboken2/distinfo ============================================================================== --- head/devel/shiboken2/distinfo Sat May 18 19:02:55 2019 (r501978) +++ head/devel/shiboken2/distinfo Sat May 18 19:38:09 2019 (r501979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554500756 -SHA256 (pyside-setup-everywhere-src-5.12.2.tar.xz) = ed974c0592019cbbcd4e4db3b18cf4f2af2c399cc1650e5c526be3efd7562bc1 -SIZE (pyside-setup-everywhere-src-5.12.2.tar.xz) = 5491432 +TIMESTAMP = 1557663730 +SHA256 (pyside-setup-everywhere-src-5.12.3.tar.xz) = 4f7aab7d4bbaf1b3573cc989d704e87b0de55cce656ae5e23418a88baa4c6842 +SIZE (pyside-setup-everywhere-src-5.12.3.tar.xz) = 5474384