git: c70ef83e2850 - main - graphics/py-cairosvg: Update to 2.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:37:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c70ef83e28507c6a07203af96f5f094e13c0e8e7 commit c70ef83e28507c6a07203af96f5f094e13c0e8e7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:17:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:41 +0000 graphics/py-cairosvg: Update to 2.7.0 - Update WWW and clean up pkg-descr Changes: https://github.com/Kozea/CairoSVG/releases --- graphics/py-cairosvg/Makefile | 5 +++-- graphics/py-cairosvg/distinfo | 6 +++--- graphics/py-cairosvg/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/graphics/py-cairosvg/Makefile b/graphics/py-cairosvg/Makefile index 4bda82c9b740..ea78b86b87cc 100644 --- a/graphics/py-cairosvg/Makefile +++ b/graphics/py-cairosvg/Makefile @@ -1,5 +1,5 @@ PORTNAME= cairosvg -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= CairoSVG-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple SVG Converter based on Cairo -WWW= https://www.courtbouillon.org/cairosvg +WWW= https://www.courtbouillon.org/cairosvg \ + https://github.com/Kozea/CairoSVG LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-cairosvg/distinfo b/graphics/py-cairosvg/distinfo index e3ad7c7ecd21..f3eff5de4398 100644 --- a/graphics/py-cairosvg/distinfo +++ b/graphics/py-cairosvg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674589932 -SHA256 (CairoSVG-2.6.0.tar.gz) = d5ec93e90101b3b6e82aa245d0546ee9b016cfda0b6344675159830d853d5d04 -SIZE (CairoSVG-2.6.0.tar.gz) = 8398114 +TIMESTAMP = 1679498772 +SHA256 (CairoSVG-2.7.0.tar.gz) = ac4dc7c1d38b3a15717db2633a3a383012e0be664c727c911637e6af6a49293c +SIZE (CairoSVG-2.7.0.tar.gz) = 8398722 diff --git a/graphics/py-cairosvg/pkg-descr b/graphics/py-cairosvg/pkg-descr index 21b71a4388f7..af165f984134 100644 --- a/graphics/py-cairosvg/pkg-descr +++ b/graphics/py-cairosvg/pkg-descr @@ -1,4 +1,2 @@ CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files. - -See also: https://github.com/Kozea/CairoSVG