svn commit: r525420 - in head/print/py-fontbakery: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Feb 6 19:26:57 UTC 2020
Author: sunpoet
Date: Thu Feb 6 19:26:56 2020
New Revision: 525420
URL: https://svnweb.freebsd.org/changeset/ports/525420
Log:
Update to 0.7.18
Changes: https://github.com/googlefonts/fontbakery/blob/master/CHANGELOG.md
Modified:
head/print/py-fontbakery/Makefile
head/print/py-fontbakery/distinfo
head/print/py-fontbakery/files/patch-setup.py
Modified: head/print/py-fontbakery/Makefile
==============================================================================
--- head/print/py-fontbakery/Makefile Thu Feb 6 19:26:51 2020 (r525419)
+++ head/print/py-fontbakery/Makefile Thu Feb 6 19:26:56 2020 (r525420)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fontbakery
-PORTVERSION= 0.7.17
+PORTVERSION= 0.7.18
DISTVERSIONPREFIX= v
CATEGORIES= print python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/print/py-fontbakery/distinfo
==============================================================================
--- head/print/py-fontbakery/distinfo Thu Feb 6 19:26:51 2020 (r525419)
+++ head/print/py-fontbakery/distinfo Thu Feb 6 19:26:56 2020 (r525420)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579945421
-SHA256 (googlefonts-fontbakery-v0.7.17_GH0.tar.gz) = e70c0b589227efcbcca3df242bfb8284a5f8b4dc889f483bcfdcd252252560b6
-SIZE (googlefonts-fontbakery-v0.7.17_GH0.tar.gz) = 15705230
+TIMESTAMP = 1581007174
+SHA256 (googlefonts-fontbakery-v0.7.18_GH0.tar.gz) = 13dba65786f7f533d57798a715a4e55e6e378fb413313bb6d747a6b4bbfea95d
+SIZE (googlefonts-fontbakery-v0.7.18_GH0.tar.gz) = 15879586
Modified: head/print/py-fontbakery/files/patch-setup.py
==============================================================================
--- head/print/py-fontbakery/files/patch-setup.py Thu Feb 6 19:26:51 2020 (r525419)
+++ head/print/py-fontbakery/files/patch-setup.py Thu Feb 6 19:26:56 2020 (r525420)
@@ -9,12 +9,3 @@
url='https://github.com/googlefonts/fontbakery/',
description='Well designed Font QA tool, written in Python 3',
long_description=readme,
-@@ -72,7 +72,7 @@ setup(
- 'ufolint',
-
- ],
-- extras_requires={
-+ extras_require={
- 'docs': [
- 'sphinx >= 1.4',
- 'sphinx_rtd_theme',
More information about the svn-ports-head
mailing list