Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 12:04:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530315 - head/print/py-fonttools
Message-ID:  <202004021204.032C4E1Y042571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr  2 12:04:14 2020
New Revision: 530315
URL: https://svnweb.freebsd.org/changeset/ports/530315

Log:
  Update to 4.5.0
  
  Changes:	https://github.com/fonttools/fonttools/releases

Modified:
  head/print/py-fonttools/Makefile
  head/print/py-fonttools/distinfo

Modified: head/print/py-fonttools/Makefile
==============================================================================
--- head/print/py-fonttools/Makefile	Thu Apr  2 12:04:08 2020	(r530314)
+++ head/print/py-fonttools/Makefile	Thu Apr  2 12:04:14 2020	(r530315)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fonttools
-PORTVERSION=	4.4.3
+PORTVERSION=	4.5.0
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -37,15 +37,8 @@ LXML_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=4.0<5:d
 PLOT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
 SYMFONT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR}
 UFO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fs2>=2.2.0<3:devel/py-fs2@${PY_FLAVOR}
+UNICODE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}unicodedata2>=13.0.0.post2:devel/py-unicodedata2@${PY_FLAVOR}
 WOFF_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}brotli>=1.0.1:archivers/py-brotli@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}zopfli>=0.1.4:archivers/py-zopfli@${PY_FLAVOR}
 
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MUNICODE}
-.if ${PYTHON_REL} < 3800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}unicodedata2>=12.1.0:devel/py-unicodedata2@${PY_FLAVOR}
-.endif
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/print/py-fonttools/distinfo
==============================================================================
--- head/print/py-fonttools/distinfo	Thu Apr  2 12:04:08 2020	(r530314)
+++ head/print/py-fonttools/distinfo	Thu Apr  2 12:04:14 2020	(r530315)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585564898
-SHA256 (fonttools-4.4.3.zip) = f5b014cc20f26bc812818330e3ac00db612721d1f24f98db42b40c307c2d9205
-SIZE (fonttools-4.4.3.zip) = 3782172
+TIMESTAMP = 1585752055
+SHA256 (fonttools-4.5.0.zip) = bba1f50899dccd234fb3fa6ddf9ea9c15fe1a5435dfde42cbec9fe2a9c4398af
+SIZE (fonttools-4.5.0.zip) = 3784010



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