Date: Wed, 9 Nov 2022 08:50:17 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c162f8025170 - main - devel/py-qt5-pyqt: Fix plist issue Message-ID: <202211090850.2A98oHiO071046@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=c162f8025170a7226d953398abec933407a1146b commit c162f8025170a7226d953398abec933407a1146b Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-11-09 08:47:51 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-11-09 08:47:51 +0000 devel/py-qt5-pyqt: Fix plist issue PR: 267645 Approved by: kde (tcberner) --- devel/py-qt5-pyqt/Makefile | 1 + devel/py-qt5-pyqt/pkg-plist | 1 + 2 files changed, 2 insertions(+) diff --git a/devel/py-qt5-pyqt/Makefile b/devel/py-qt5-pyqt/Makefile index ef93f75cd8f0..4b864e96a093 100644 --- a/devel/py-qt5-pyqt/Makefile +++ b/devel/py-qt5-pyqt/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyqt PORTVERSION= ${PYQT5_VERSION} +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT5} PKGNAMEPREFIX= ${PYQT_PY_RELNAME}- diff --git a/devel/py-qt5-pyqt/pkg-plist b/devel/py-qt5-pyqt/pkg-plist index 077accfe8021..7c1a37668c00 100644 --- a/devel/py-qt5-pyqt/pkg-plist +++ b/devel/py-qt5-pyqt/pkg-plist @@ -82,6 +82,7 @@ bin/pyuic5 %%PYTHON_SITELIBDIR%%/PyQt5/bindings/QtBluetooth/qpybluetooth_quint128.sip %%PYTHON_SITELIBDIR%%/PyQt5/bindings/QtCore/QtCore.toml %%PYTHON_SITELIBDIR%%/PyQt5/bindings/QtCore/QtCoremod.sip +%%PYTHON_SITELIBDIR%%/PyQt5/bindings/QtCore/pyqt-gpl.sip5 %%PYTHON_SITELIBDIR%%/PyQt5/bindings/QtCore/qabstractanimation.sip %%PYTHON_SITELIBDIR%%/PyQt5/bindings/QtCore/qabstracteventdispatcher.sip %%PYTHON_SITELIBDIR%%/PyQt5/bindings/QtCore/qabstractitemmodel.sip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211090850.2A98oHiO071046>