git: 27ab34c89646 - main - x11-toolkits/pythonqt: update 3.5.6 → 4.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jun 2026 07:24:23 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=27ab34c89646c7e451c0a6a93837b413c8bf35af
commit 27ab34c89646c7e451c0a6a93837b413c8bf35af
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-08 07:23:46 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-08 07:23:46 +0000
x11-toolkits/pythonqt: update 3.5.6 → 4.1.0
---
x11-toolkits/pythonqt/Makefile | 5 +++--
x11-toolkits/pythonqt/distinfo | 6 +++---
x11-toolkits/pythonqt/files/patch-PythonQt.pro | 20 ++++++++++++++------
3 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/x11-toolkits/pythonqt/Makefile b/x11-toolkits/pythonqt/Makefile
index a3a3845226cf..1dc06c9f0050 100644
--- a/x11-toolkits/pythonqt/Makefile
+++ b/x11-toolkits/pythonqt/Makefile
@@ -1,11 +1,12 @@
PORTNAME= pythonqt
DISTVERSIONPREFIX= v
-DISTVERSION= 3.5.6
+DISTVERSION= 4.1.0
CATEGORIES= x11-toolkits devel python
MAINTAINER= yuri@FreeBSD.org
COMMENT= Dynamic Python binding for Qt Applications
-WWW= https://mevislab.github.io/pythonqt/
+WWW= https://mevislab.github.io/pythonqt/ \
+ https://github.com/mevislab/PythonQt
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/x11-toolkits/pythonqt/distinfo b/x11-toolkits/pythonqt/distinfo
index 3167634c337a..2d3c1edca426 100644
--- a/x11-toolkits/pythonqt/distinfo
+++ b/x11-toolkits/pythonqt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728523264
-SHA256 (MeVisLab-pythonqt-v3.5.6_GH0.tar.gz) = 274c7d692a5950130249a3af27bb5f5a68b551e5bd654651c82967f4a483be70
-SIZE (MeVisLab-pythonqt-v3.5.6_GH0.tar.gz) = 6517818
+TIMESTAMP = 1780900563
+SHA256 (MeVisLab-pythonqt-v4.1.0_GH0.tar.gz) = 106b604719c579ca3f8347326f0646ab15acf40617a000c8ec8104f6e26348b1
+SIZE (MeVisLab-pythonqt-v4.1.0_GH0.tar.gz) = 1657100
diff --git a/x11-toolkits/pythonqt/files/patch-PythonQt.pro b/x11-toolkits/pythonqt/files/patch-PythonQt.pro
index 56b0f88eaec6..9f3c3b98e260 100644
--- a/x11-toolkits/pythonqt/files/patch-PythonQt.pro
+++ b/x11-toolkits/pythonqt/files/patch-PythonQt.pro
@@ -1,10 +1,18 @@
---- PythonQt.pro.orig 2023-02-01 08:09:21 UTC
+--- PythonQt.pro.orig 2026-06-05 12:41:07 UTC
+++ PythonQt.pro
-@@ -1,6 +1,6 @@
- TEMPLATE = subdirs
+@@ -2,7 +2,7 @@ TEMPLATE = subdirs
+
+ # Define the full set of subdirectories, including the generator.
+ # This list is used as the default build target.
+-ALL_SUBDIRS = generator src extensions tests examples
++ALL_SUBDIRS = generator src extensions #tests examples
--SUBDIRS = generator src extensions tests examples
-+SUBDIRS = generator src extensions #tests examples
tests.depends += src extensions
extensions.depends += src
- examples.depends += src extensions
+@@ -21,4 +21,4 @@ CONFIG(generator_only) {
+ } else {
+ # If neither special option is set, use the default build which includes everything.
+ SUBDIRS = $$ALL_SUBDIRS
+-}
+\ No newline at end of file
++}