git: c8ebffada18d - main - Revert "devel/py-qtbuilder: Fix build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Mar 2022 00:21:14 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8ebffada18d3592803b6c1429ad51b1dcf8cb4a commit c8ebffada18d3592803b6c1429ad51b1dcf8cb4a Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2022-03-08 00:19:28 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-03-08 00:19:28 +0000 Revert "devel/py-qtbuilder: Fix build" The fix has already been included in the distfile. This reverts commit 1bf4169000dadc2de0a00640124d290b9a3c31f2. --- devel/py-qtbuilder/files/patch-pyqtbuild-bundle-bundle.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/devel/py-qtbuilder/files/patch-pyqtbuild-bundle-bundle.py b/devel/py-qtbuilder/files/patch-pyqtbuild-bundle-bundle.py deleted file mode 100644 index e28d96a77df6..000000000000 --- a/devel/py-qtbuilder/files/patch-pyqtbuild-bundle-bundle.py +++ /dev/null @@ -1,11 +0,0 @@ ---- pyqtbuild/bundle/bundle.py.orig 2021-10-12 12:00:18 UTC -+++ pyqtbuild/bundle/bundle.py -@@ -66,7 +66,7 @@ def bundle(wheel_path, qt_dir, build_tag_suffix, msvc_ - parts[-1] = parts[-1].replace('universal2', arch) - else: - raise UserException( -- "'{0}' is not supported by {1}".format(arch, wheel_name) -+ "'{0}' is not supported by {1}".format(arch, wheel_name)) - - # Get the package object. - sub_parts = parts[0].split('_')