View | Details | Raw Unified | Return to bug 237672 | Differences between
and this patch

Collapse All | Expand All

(-)print/py-fonttools/Makefile (-3 / +16 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fonttools
4
PORTNAME=	fonttools
5
PORTVERSION=	3.40.0
5
PORTVERSION=	3.41.0
6
PORTREVISION=	1
7
CATEGORIES=	print python
6
CATEGORIES=	print python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-23 COMMENT= Open source library for manipulating fonts, written in Python Link Here
14
LICENSE=	MIT
13
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
16
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fs2>=2.2.0:devel/py-fs2@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR} \
18
		${PY_ENUM34}
19
17
USES=		python zip
20
USES=		python zip
18
USE_PYTHON=	autoplist concurrent distutils
21
USE_PYTHON=	autoplist concurrent distutils
19
22
20
MAKE_ENV=	FONTTOOLS_MANPATH="man"
23
MAKE_ENV=	FONTTOOLS_MANPATH="man"
21
NO_ARCH=	yes
24
NO_ARCH=	yes
22
25
23
.include <bsd.port.mk>
26
.include <bsd.port.pre.mk>
27
28
.if ${PYTHON_REL} < 3400
29
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}singledispatch>=3.4.0.3:devel/py-singledispatch@${PY_FLAVOR}
30
.endif
31
32
.if ${PYTHON_REL} < 3700
33
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}unicodedata2>=11.0.0:devel/py-unicodedata2@${PY_FLAVOR}
34
.endif
35
36
.include <bsd.port.post.mk>
(-)print/py-fonttools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1554816914
1
TIMESTAMP = 1556639959
2
SHA256 (fonttools-3.40.0.zip) = b1c5f2aa4ed4849ec62f32154118aa46429dc95d8be22d3941369ec9a79ca787
2
SHA256 (fonttools-3.41.0.zip) = d0113965f0c31717a8a585184ae449cd35c103d5f26516a5ced378de944e78b8
3
SIZE (fonttools-3.40.0.zip) = 2872259
3
SIZE (fonttools-3.41.0.zip) = 2942158

Return to bug 237672