FreeBSD Bugzilla – Attachment 204123 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]
patch to update print/py-fonttools to 3.41.0 and add missing deps
print_py-fonttools__rev1.diff (text/plain), 1.61 KB, created by
Steve Wills
on 2019-04-30 16:05:55 UTC
(
hide
)
Description:
patch to update print/py-fonttools to 3.41.0 and add missing deps
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2019-04-30 16:05:55 UTC
Size:
1.61 KB
patch
obsolete
>diff --git print/py-fonttools/Makefile print/py-fonttools/Makefile >index b48905b8100a..5093ca5bad08 100644 >--- print/py-fonttools/Makefile >+++ print/py-fonttools/Makefile >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= fonttools >-PORTVERSION= 3.40.0 >-PORTREVISION= 1 >+PORTVERSION= 3.41.0 > CATEGORIES= print python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,10 +13,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> >diff --git print/py-fonttools/distinfo print/py-fonttools/distinfo >index 6007e65e1975..bbfddf2360f0 100644 >--- print/py-fonttools/distinfo >+++ print/py-fonttools/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1554816914 >-SHA256 (fonttools-3.40.0.zip) = b1c5f2aa4ed4849ec62f32154118aa46429dc95d8be22d3941369ec9a79ca787 >-SIZE (fonttools-3.40.0.zip) = 2872259 >+TIMESTAMP = 1556639959 >+SHA256 (fonttools-3.41.0.zip) = d0113965f0c31717a8a585184ae449cd35c103d5f26516a5ced378de944e78b8 >+SIZE (fonttools-3.41.0.zip) = 2942158
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