Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2020 12:53:08 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541419 - in head: cad/freecad devel/pyside2 devel/pyside2-tools devel/pyside2/files devel/shiboken2
Message-ID:  <202007071253.067Cr824044121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Tue Jul  7 12:53:07 2020
New Revision: 541419
URL: https://svnweb.freebsd.org/changeset/ports/541419

Log:
  update pyside2 and friends to 5.15.0
  
  following the Qt 5 upgrade.
  bump cad/freecad for "needed shared library changed"

Deleted:
  head/devel/pyside2/files/patch-PySide2_QtWebEngineWidgets_CMakeLists.txt
Modified:
  head/cad/freecad/Makefile
  head/devel/pyside2-tools/Makefile
  head/devel/pyside2-tools/distinfo
  head/devel/pyside2/Makefile
  head/devel/pyside2/distinfo
  head/devel/pyside2/pkg-plist
  head/devel/shiboken2/Makefile
  head/devel/shiboken2/distinfo
  head/devel/shiboken2/pkg-plist

Modified: head/cad/freecad/Makefile
==============================================================================
--- head/cad/freecad/Makefile	Tue Jul  7 12:42:32 2020	(r541418)
+++ head/cad/freecad/Makefile	Tue Jul  7 12:53:07 2020	(r541419)
@@ -2,7 +2,7 @@
 
 PORTNAME=	FreeCAD
 DISTVERSION=	0.18.4
-PORTREVISION=	9
+PORTREVISION=	10
 # use these for bugfixes/snapshots
 # DISTVERSION=	0.18-16093 # git rev-list --count
 # DISTVERSIONSUFFIX=	-g690774c0e

Modified: head/devel/pyside2-tools/Makefile
==============================================================================
--- head/devel/pyside2-tools/Makefile	Tue Jul  7 12:42:32 2020	(r541418)
+++ head/devel/pyside2-tools/Makefile	Tue Jul  7 12:53:07 2020	(r541419)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyside2-tools
-DISTVERSION=	5.14.2.2
+DISTVERSION=	5.15.0
 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	Tue Jul  7 12:42:32 2020	(r541418)
+++ head/devel/pyside2-tools/distinfo	Tue Jul  7 12:53:07 2020	(r541419)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590662065
-SHA256 (pyside-setup-opensource-src-5.14.2.2.tar.xz) = a9772731d87bed1834e42b267ae0f9c3e6ad120f02d999eb4e07a362fbc90390
-SIZE (pyside-setup-opensource-src-5.14.2.2.tar.xz) = 3243268
+TIMESTAMP = 1594025561
+SHA256 (pyside-setup-opensource-src-5.15.0.tar.xz) = f1cdee53de3b76e22c1117a014a91ed95ac16e4760776f4f12dc38cd5a7b6b68
+SIZE (pyside-setup-opensource-src-5.15.0.tar.xz) = 3367088

Modified: head/devel/pyside2/Makefile
==============================================================================
--- head/devel/pyside2/Makefile	Tue Jul  7 12:42:32 2020	(r541418)
+++ head/devel/pyside2/Makefile	Tue Jul  7 12:53:07 2020	(r541419)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyside2
-DISTVERSION=	5.14.2.2
+DISTVERSION=	5.15.0
 CATEGORIES=	devel
 MASTER_SITES=	QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,9 +22,9 @@ USE_LDCONFIG=	yes
 USE_PYTHON=	flavors
 USE_QT=		3d buildtools_build charts concurrent core datavis3d declarative \
 		designer gamepad gui help location multimedia network opengl \
-		printsupport qmake_build remoteobjects script scripttools \
-		scxml sensors speech sql svg testlib uitools webchannel \
-		webengine websockets widgets x11extras xml xmlpatterns
+		printsupport qmake_build quickcontrols2 remoteobjects serialport \
+		script scripttools scxml sensors speech sql svg testlib uitools \
+		webchannel webengine websockets widgets x11extras xml xmlpatterns
 
 CMAKE_ARGS+=	"-DUSE_PYTHON_VERSION=${PYTHON_VER}" \
 		"-DPYTHON_EXECUTABLE=${PYTHON_CMD}"

Modified: head/devel/pyside2/distinfo
==============================================================================
--- head/devel/pyside2/distinfo	Tue Jul  7 12:42:32 2020	(r541418)
+++ head/devel/pyside2/distinfo	Tue Jul  7 12:53:07 2020	(r541419)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590662045
-SHA256 (pyside-setup-opensource-src-5.14.2.2.tar.xz) = a9772731d87bed1834e42b267ae0f9c3e6ad120f02d999eb4e07a362fbc90390
-SIZE (pyside-setup-opensource-src-5.14.2.2.tar.xz) = 3243268
+TIMESTAMP = 1594025561
+SHA256 (pyside-setup-opensource-src-5.15.0.tar.xz) = f1cdee53de3b76e22c1117a014a91ed95ac16e4760776f4f12dc38cd5a7b6b68
+SIZE (pyside-setup-opensource-src-5.15.0.tar.xz) = 3367088

Modified: head/devel/pyside2/pkg-plist
==============================================================================
--- head/devel/pyside2/pkg-plist	Tue Jul  7 12:42:32 2020	(r541418)
+++ head/devel/pyside2/pkg-plist	Tue Jul  7 12:53:07 2020	(r541419)
@@ -21,12 +21,14 @@ include/PySide2/QtPositioning/pyside2_qtpositioning_py
 include/PySide2/QtPrintSupport/pyside2_qtprintsupport_python.h
 include/PySide2/QtQml/pyside2_qtqml_python.h
 include/PySide2/QtQuick/pyside2_qtquick_python.h
+include/PySide2/QtQuickControls2/pyside2_qtquickcontrols2_python.h
 include/PySide2/QtQuickWidgets/pyside2_qtquickwidgets_python.h
 include/PySide2/QtRemoteObjects/pyside2_qtremoteobjects_python.h
 include/PySide2/QtScript/pyside2_qtscript_python.h
 include/PySide2/QtScriptTools/pyside2_qtscripttools_python.h
 include/PySide2/QtScxml/pyside2_qtscxml_python.h
 include/PySide2/QtSensors/pyside2_qtsensors_python.h
+include/PySide2/QtSerialPort/pyside2_qtserialport_python.h
 include/PySide2/QtSql/pyside2_qtsql_python.h
 include/PySide2/QtSvg/pyside2_qtsvg_python.h
 include/PySide2/QtTest/pyside2_qttest_python.h
@@ -41,7 +43,6 @@ include/PySide2/QtWidgets/pyside2_qtwidgets_python.h
 include/PySide2/QtX11Extras/pyside2_qtx11extras_python.h
 include/PySide2/QtXml/pyside2_qtxml_python.h
 include/PySide2/QtXmlPatterns/pyside2_qtxmlpatterns_python.h
-include/PySide2/destroylistener.h
 include/PySide2/dynamicqmetaobject.h
 include/PySide2/pyside.h
 include/PySide2/pyside2_global.h
@@ -60,7 +61,7 @@ lib/cmake/PySide2-%%DISTVERSION%%/PySide2ConfigVersion
 lib/cmake/PySide2-%%DISTVERSION%%/PySide2Targets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/PySide2-%%DISTVERSION%%/PySide2Targets.cmake
 lib/libpyside2%%PYVERSTR%%.so
-lib/libpyside2%%PYVERSTR%%.so.5.14
+lib/libpyside2%%PYVERSTR%%.so.5.15
 lib/libpyside2%%PYVERSTR%%.so.%%DISTVERSION%%
 %%PYTHON2%%%%PYTHON_SITELIBDIR%%/PySide2/Qt3DAnimation.so
 %%PYTHON2%%%%PYTHON_SITELIBDIR%%/PySide2/Qt3DCore.so
@@ -126,12 +127,14 @@ lib/libpyside2%%PYVERSTR%%.so.%%DISTVERSION%%
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtPrintSupport%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtQml%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtQuick%%PYVERSTR%%.so
+%%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtQuickControls2%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtQuickWidgets%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtRemoteObjects%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtScript%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtScriptTools%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtScxml%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtSensors%%PYVERSTR%%.so
+%%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtSerialPort%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtSql%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtSvg%%PYVERSTR%%.so
 %%PYTHON3%%%%PYTHON_SITELIBDIR%%/PySide2/QtTest%%PYVERSTR%%.so
@@ -230,12 +233,14 @@ share/PySide2/typesystems/typesystem_printsupport.xml
 share/PySide2/typesystems/typesystem_printsupport_common.xml
 share/PySide2/typesystems/typesystem_qml.xml
 share/PySide2/typesystems/typesystem_quick.xml
+share/PySide2/typesystems/typesystem_quickcontrols2.xml
 share/PySide2/typesystems/typesystem_quickwidgets.xml
 share/PySide2/typesystems/typesystem_remoteobjects.xml
 share/PySide2/typesystems/typesystem_script.xml
 share/PySide2/typesystems/typesystem_scripttools.xml
 share/PySide2/typesystems/typesystem_scxml.xml
 share/PySide2/typesystems/typesystem_sensors.xml
+share/PySide2/typesystems/typesystem_serialport.xml
 share/PySide2/typesystems/typesystem_sql.xml
 share/PySide2/typesystems/typesystem_svg.xml
 share/PySide2/typesystems/typesystem_test.xml

Modified: head/devel/shiboken2/Makefile
==============================================================================
--- head/devel/shiboken2/Makefile	Tue Jul  7 12:42:32 2020	(r541418)
+++ head/devel/shiboken2/Makefile	Tue Jul  7 12:53:07 2020	(r541419)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	shiboken2
-DISTVERSION=	5.14.2.2
+DISTVERSION=	5.15.0
 CATEGORIES=	devel
 MASTER_SITES=	QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/shiboken2/distinfo
==============================================================================
--- head/devel/shiboken2/distinfo	Tue Jul  7 12:42:32 2020	(r541418)
+++ head/devel/shiboken2/distinfo	Tue Jul  7 12:53:07 2020	(r541419)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590662080
-SHA256 (pyside-setup-opensource-src-5.14.2.2.tar.xz) = a9772731d87bed1834e42b267ae0f9c3e6ad120f02d999eb4e07a362fbc90390
-SIZE (pyside-setup-opensource-src-5.14.2.2.tar.xz) = 3243268
+TIMESTAMP = 1594025561
+SHA256 (pyside-setup-opensource-src-5.15.0.tar.xz) = f1cdee53de3b76e22c1117a014a91ed95ac16e4760776f4f12dc38cd5a7b6b68
+SIZE (pyside-setup-opensource-src-5.15.0.tar.xz) = 3367088

Modified: head/devel/shiboken2/pkg-plist
==============================================================================
--- head/devel/shiboken2/pkg-plist	Tue Jul  7 12:42:32 2020	(r541418)
+++ head/devel/shiboken2/pkg-plist	Tue Jul  7 12:53:07 2020	(r541419)
@@ -32,7 +32,7 @@ lib/cmake/Shiboken2-%%DISTVERSION%%/Shiboken2Targets-%
 lib/cmake/Shiboken2-%%DISTVERSION%%/Shiboken2Targets.cmake
 lib/cmake/Shiboken2-%%DISTVERSION%%/shiboken_helpers.cmake
 lib/libshiboken2%%PYVERSTR%%.so
-lib/libshiboken2%%PYVERSTR%%.so.5.14
+lib/libshiboken2%%PYVERSTR%%.so.5.15
 lib/libshiboken2%%PYVERSTR%%.so.%%DISTVERSION%%
 %%PYTHON_SITELIBDIR%%/shiboken2/__init__.py
 %%PYTHON_SITELIBDIR%%/shiboken2/_config.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007071253.067Cr824044121>