Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:15:05 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e61f43c9cc72 - main - print/py-fonttools: Update to 4.42.0
Message-ID:  <202308211715.37LHF5F2002196@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e61f43c9cc7223566595c4d96003743a43d6ee57

commit e61f43c9cc7223566595c4d96003743a43d6ee57
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 17:04:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:04:49 +0000

    print/py-fonttools: Update to 4.42.0
    
    - Enable WOFF option by default
    
    Changes:        https://github.com/fonttools/fonttools/releases
---
 print/py-fonttools/Makefile | 7 +++----
 print/py-fonttools/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile
index 51cc8e7d432a..515d4f3b22c7 100644
--- a/print/py-fonttools/Makefile
+++ b/print/py-fonttools/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	fonttools
-PORTVERSION=	4.39.4
-PORTREVISION=	1
+PORTVERSION=	4.42.0
 CATEGORIES=	print python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,11 +13,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ufolib2>=0:print/py-ufolib2@${PY_FLAVOR}
 
-USES=		python zip
+USES=		python
 USE_PYTHON=	autoplist concurrent cython distutils
 
 OPTIONS_DEFINE=	GRAPHITE INTERPOLATABLE LXML PLOT REPACKER SYMFONT UFO UNICODE WOFF
-OPTIONS_DEFAULT=LXML UFO UNICODE
+OPTIONS_DEFAULT=LXML UFO UNICODE WOFF
 GRAPHITE_DESC=	Process graphite type tables in ttLib/tables
 INTERPOLATABLE_DESC=	Interpolatability support
 LXML_DESC=	Read/write XML files via lxml (faster/safer than built-in ElementTree)
diff --git a/print/py-fonttools/distinfo b/print/py-fonttools/distinfo
index a8137c8fd790..0fcb204ab4e8 100644
--- a/print/py-fonttools/distinfo
+++ b/print/py-fonttools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684104518
-SHA256 (fonttools-4.39.4.zip) = dba8d7cdb8e2bac1b3da28c5ed5960de09e59a2fe7e63bb73f5a59e57b0430d2
-SIZE (fonttools-4.39.4.zip) = 5211472
+TIMESTAMP = 1692211809
+SHA256 (fonttools-4.42.0.tar.gz) = 614b1283dca88effd20ee48160518e6de275ce9b5456a3134d5f235523fc5065
+SIZE (fonttools-4.42.0.tar.gz) = 3369694



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308211715.37LHF5F2002196>