git: 95ee463dc4d9 - main - devel/py-sip: Fix build for devel/py-qt5-pyqt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Oct 2025 01:03:05 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=95ee463dc4d931568c7446d622152b2414d86efb
commit 95ee463dc4d931568c7446d622152b2414d86efb
Author: Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-10-20 00:48:25 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-10-20 01:02:45 +0000
devel/py-sip: Fix build for devel/py-qt5-pyqt
Add upstream patch to fix a regression [1] building devel/py-qt5-pyqt.
https://github.com/Python-SIP/sip/issues/95 [1]
Reported by: pkg-fallout
---
devel/py-sip/Makefile | 4 ++++
devel/py-sip/distinfo | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile
index 5596f8a478f4..bddf709c57bd 100644
--- a/devel/py-sip/Makefile
+++ b/devel/py-sip/Makefile
@@ -1,10 +1,14 @@
PORTNAME= sip
PORTVERSION= ${SIP_VERSION}
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITES_SIP}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PATCH_SITES= https://github.com/Python-SIP/sip/commit/
+PATCHFILES+= b6a7ec2453899b878ffe0b2b5b1f642a0992aa6d.patch:-p1 # Fix build regession for devel/py-qt5-pyqt
+
MAINTAINER= kde@FreeBSD.org
COMMENT= Python to C and C++ bindings generator
WWW= https://github.com/Python-SIP/sip
diff --git a/devel/py-sip/distinfo b/devel/py-sip/distinfo
index a061b395dac8..265760382f5a 100644
--- a/devel/py-sip/distinfo
+++ b/devel/py-sip/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1760611241
+TIMESTAMP = 1760919074
SHA256 (sip-6.13.1.tar.gz) = d065b74eca996f29f1f0831ad321efaecf9906759b09466edc45349df7be6cd0
SIZE (sip-6.13.1.tar.gz) = 2349037
+SHA256 (b6a7ec2453899b878ffe0b2b5b1f642a0992aa6d.patch) = d6e844723f07d4a8a9c380f1103a34fe8d048357c05d7ff3988a39df21b3bfc7
+SIZE (b6a7ec2453899b878ffe0b2b5b1f642a0992aa6d.patch) = 1016