Date: Fri, 13 Feb 2026 15:26:41 +0000
From: Charlie Li <vishwin@FreeBSD.org>
To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc: Einar Bjarni Ha=?utf-8?Q?lld=C3=B3rs?=son <einar@isnic.is>
Subject: git: d74fd818902f - main - print/py-weasyprint: fix dependency names for py-cairo{cffi,svg}
Message-ID: <698f42b1.1e99b.32d11e3f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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} \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698f42b1.1e99b.32d11e3f>
