Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2019 18:36:28 +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: r502988 - head/print/py-fonttools
Message-ID:  <201905291836.x4TIaS3U067695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May 29 18:36:27 2019
New Revision: 502988
URL: https://svnweb.freebsd.org/changeset/ports/502988

Log:
  Update to 3.42.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	Wed May 29 18:36:22 2019	(r502987)
+++ head/print/py-fonttools/Makefile	Wed May 29 18:36:27 2019	(r502988)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fonttools
-PORTVERSION=	3.41.2
+PORTVERSION=	3.42.0
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -51,8 +51,8 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing>=0:devel/p
 .endif
 
 .if ${PORT_OPTIONS:MUNICODE}
-.if ${PYTHON_REL} < 3700
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}unicodedata2>=11.0.0:devel/py-unicodedata2@${PY_FLAVOR}
+.if ${PYTHON_REL} < 3800
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}unicodedata2>=12.0.0:devel/py-unicodedata2@${PY_FLAVOR}
 .endif
 .endif
 

Modified: head/print/py-fonttools/distinfo
==============================================================================
--- head/print/py-fonttools/distinfo	Wed May 29 18:36:22 2019	(r502987)
+++ head/print/py-fonttools/distinfo	Wed May 29 18:36:27 2019	(r502988)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558372511
-SHA256 (fonttools-3.41.2.zip) = 2f0236403c76e29e5dd4ead7a22e7ef6e425b1bae48461366166c68d813d4384
-SIZE (fonttools-3.41.2.zip) = 2996536
+TIMESTAMP = 1559147088
+SHA256 (fonttools-3.42.0.zip) = c00b393b8fb8644acc7a0c7b71d2e70eadc21db494baaa05b32b08148c661670
+SIZE (fonttools-3.42.0.zip) = 2998088



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