git: d74fd818902f - main - print/py-weasyprint: fix dependency names for py-cairo{cffi,svg}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Feb 2026 15:26:41 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d74fd818902f56c0282f95c4ede1626961f37e32
commit d74fd818902f56c0282f95c4ede1626961f37e32
Author: Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2026-02-13 09:17:27 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-02-13 15:23:56 +0000
print/py-weasyprint: fix dependency names for py-cairo{cffi,svg}
Pointy-hat to: vishwin
PR: 293155
---
print/py-weasyprint/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile
index 21df71d1b8d0..d06f5ecdfb24 100644
--- a/print/py-weasyprint/Makefile
+++ b/print/py-weasyprint/Makefile
@@ -1,6 +1,6 @@
PORTNAME= weasyprint
PORTVERSION= 61.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,8 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.9:archivers/py-brotli@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycairo>=1.15.4:graphics/py-pycairo@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pycairocffi>=0.9.0:graphics/py-pycairocffi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pycairosvg>=2.4.0:graphics/py-pycairosvg@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cairocffi>=0.9.0:graphics/py-cairocffi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cairosvg>=2.4.0:graphics/py-cairosvg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cffi>=0.6:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cssselect2>=0.1:textproc/py-cssselect2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fonttools>=4.38:print/py-fonttools@${PY_FLAVOR} \