Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 16:57:44 +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: r535752 - in head/devel: pyside2 pyside2-tools shiboken2
Message-ID:  <202005181657.04IGviqY041820@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Mon May 18 16:57:44 2020
New Revision: 535752
URL: https://svnweb.freebsd.org/changeset/ports/535752

Log:
  pyside2 and friends: update to 5.14.2.1
  
  Announcement:
    https://lists.qt-project.org/pipermail/pyside/2020-April/002951.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	Mon May 18 16:42:25 2020	(r535751)
+++ head/devel/pyside2-tools/Makefile	Mon May 18 16:57:44 2020	(r535752)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyside2-tools
-DISTVERSION=	5.14.2
+DISTVERSION=	5.14.2.1
 CATEGORIES=	devel
 MASTER_SITES=	QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -33,6 +33,6 @@ CMAKE_ARGS+=	"-DUSE_PYTHON_VERSION=${PYTHON_VER}"
 
 .include <bsd.port.pre.mk>
 
-WRKSRC=		${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION}/sources/pyside2-tools
+WRKSRC=		${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/pyside2-tools
 
 .include <bsd.port.post.mk>

Modified: head/devel/pyside2-tools/distinfo
==============================================================================
--- head/devel/pyside2-tools/distinfo	Mon May 18 16:42:25 2020	(r535751)
+++ head/devel/pyside2-tools/distinfo	Mon May 18 16:57:44 2020	(r535752)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586039675
-SHA256 (pyside-setup-opensource-src-5.14.2.tar.xz) = 7c7af33792de57255dbdc165c808e1f03a2520295c5922d9897aca8ad1be92b3
-SIZE (pyside-setup-opensource-src-5.14.2.tar.xz) = 3238036
+TIMESTAMP = 1589817119
+SHA256 (pyside-setup-opensource-src-5.14.2.1.tar.xz) = 11f48956208a487dabf6f531e60fb88ad0e48f2979cfc9e79c1c986387c491fa
+SIZE (pyside-setup-opensource-src-5.14.2.1.tar.xz) = 3239316

Modified: head/devel/pyside2/Makefile
==============================================================================
--- head/devel/pyside2/Makefile	Mon May 18 16:42:25 2020	(r535751)
+++ head/devel/pyside2/Makefile	Mon May 18 16:57:44 2020	(r535752)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyside2
-DISTVERSION=	5.14.2
+DISTVERSION=	5.14.2.1
 CATEGORIES=	devel
 MASTER_SITES=	QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -34,6 +34,6 @@ CMAKE_ARGS+=	"-DUSE_PYTHON_VERSION=${PYTHON_VER}" \
 PLIST_SUB+=	PYVERSTR=.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}
 PLIST_SUB+=	DISTVERSION=${DISTVERSION}
 
-WRKSRC=		${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION}/sources/pyside2
+WRKSRC=		${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/pyside2
 
 .include <bsd.port.post.mk>

Modified: head/devel/pyside2/distinfo
==============================================================================
--- head/devel/pyside2/distinfo	Mon May 18 16:42:25 2020	(r535751)
+++ head/devel/pyside2/distinfo	Mon May 18 16:57:44 2020	(r535752)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586039646
-SHA256 (pyside-setup-opensource-src-5.14.2.tar.xz) = 7c7af33792de57255dbdc165c808e1f03a2520295c5922d9897aca8ad1be92b3
-SIZE (pyside-setup-opensource-src-5.14.2.tar.xz) = 3238036
+TIMESTAMP = 1589817068
+SHA256 (pyside-setup-opensource-src-5.14.2.1.tar.xz) = 11f48956208a487dabf6f531e60fb88ad0e48f2979cfc9e79c1c986387c491fa
+SIZE (pyside-setup-opensource-src-5.14.2.1.tar.xz) = 3239316

Modified: head/devel/shiboken2/Makefile
==============================================================================
--- head/devel/shiboken2/Makefile	Mon May 18 16:42:25 2020	(r535751)
+++ head/devel/shiboken2/Makefile	Mon May 18 16:57:44 2020	(r535752)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	shiboken2
-DISTVERSION=	5.14.2
+DISTVERSION=	5.14.2.1
 CATEGORIES=	devel
 MASTER_SITES=	QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -38,6 +38,6 @@ CMAKE_ARGS+=	"-DCMAKE_CXX_FLAGS=-lexecinfo" \
 PLIST_SUB+=	DISTVERSION=${DISTVERSION}
 PLIST_SUB+=	PYVERSTR=.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}
 
-WRKSRC=		${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION}/sources/shiboken2
+WRKSRC=		${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/shiboken2
 
 .include <bsd.port.post.mk>

Modified: head/devel/shiboken2/distinfo
==============================================================================
--- head/devel/shiboken2/distinfo	Mon May 18 16:42:25 2020	(r535751)
+++ head/devel/shiboken2/distinfo	Mon May 18 16:57:44 2020	(r535752)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586039660
-SHA256 (pyside-setup-opensource-src-5.14.2.tar.xz) = 7c7af33792de57255dbdc165c808e1f03a2520295c5922d9897aca8ad1be92b3
-SIZE (pyside-setup-opensource-src-5.14.2.tar.xz) = 3238036
+TIMESTAMP = 1589817151
+SHA256 (pyside-setup-opensource-src-5.14.2.1.tar.xz) = 11f48956208a487dabf6f531e60fb88ad0e48f2979cfc9e79c1c986387c491fa
+SIZE (pyside-setup-opensource-src-5.14.2.1.tar.xz) = 3239316



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