Date: Fri, 6 Sep 2024 01:44:43 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bc2ef5d8c560 - main - Mk/Uses/pyqt.mk: Clean up Message-ID: <202409060144.4861ihd8089948@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc2ef5d8c56042507e6c99ba2b961ac255b75b34 commit bc2ef5d8c56042507e6c99ba2b961ac255b75b34 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-09-06 01:21:34 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-09-06 01:21:34 +0000 Mk/Uses/pyqt.mk: Clean up Remove references to devel/py-sip4 after its removal in ba843418dbb1. --- Mk/Uses/pyqt.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk index c7f813075d74..7e70302061f5 100644 --- a/Mk/Uses/pyqt.mk +++ b/Mk/Uses/pyqt.mk @@ -93,7 +93,6 @@ MASTER_SITES_QSCI2= RIVERBANK/QScintilla/${PORTVERSION} \ # Where noted, the ports are epoched and the py-${comp}-PATH variables, # below, should have a suitable epoch appended to the version. SIP_VERSION= 6.8.3 # ,1 -SIP4_VERSION= 4.19.25 QSCI2_VERSION= 2.14.1 PYQT5_VERSION= 5.15.10 PYQT6_VERSION= 6.7.0 @@ -111,7 +110,6 @@ PYQT6SIP_VERSION= 13.6.0 # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358 PYQTBUILDER_VERSION= 1.15.4 -SIP4_DISTNAME= sip-${SIP4_VERSION} PYQT5_DISTNAME= PyQt5-${PYQT5_VERSION} PYQT6_DISTNAME= PyQt6-${PYQT6_VERSION} PYQT5SIP_DISTNAME= PyQt5_sip-${PYQT5SIP_VERSION} @@ -180,7 +178,7 @@ py-datavis3d_PORT= x11-toolkits/${PYQT_RELNAME}-datavis3d py-networkauth_PORT= net/${PYQT_RELNAME}-networkauth py-webengine_PORT= www/${PYQT_RELNAME}-webengine -# The versionned executable of sip +# The versioned executable of sip SIP= ${LOCALBASE}/bin/sip-build-${PYTHON_VER} # Relative directories
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409060144.4861ihd8089948>