FreeBSD Bugzilla – Attachment 204160 Details for
Bug 237672
print/py-fonttools: add missing deps
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch to add missing deps
print_py-fonttools__rev2.diff (text/plain), 1.08 KB, created by
Steve Wills
on 2019-05-02 11:17:14 UTC
(
hide
)
Description:
Updated patch to add missing deps
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2019-05-02 11:17:14 UTC
Size:
1.08 KB
patch
obsolete
>diff --git print/py-fonttools/Makefile print/py-fonttools/Makefile >index 2083521b6049..1ce3507daad1 100644 >--- print/py-fonttools/Makefile >+++ print/py-fonttools/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= fonttools > PORTVERSION= 3.41.0 >+PORTREVISION= 1 > CATEGORIES= print python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,10 +14,24 @@ COMMENT= Open source library for manipulating fonts, written in Python > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs2>=2.2.0:devel/py-fs2@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR} \ >+ ${PY_ENUM34} >+ > USES= python zip > USE_PYTHON= autoplist concurrent distutils > > MAKE_ENV= FONTTOOLS_MANPATH="man" > NO_ARCH= yes > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PYTHON_REL} < 3400 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=3.4.0.3:devel/py-singledispatch@${PY_FLAVOR} >+.endif >+ >+.if ${PYTHON_REL} < 3700 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}unicodedata2>=11.0.0:devel/py-unicodedata2@${PY_FLAVOR} >+.endif >+ >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237672
:
204122
|
204123
|
204160
|
205471