Index: head/print/py-fonttools/Makefile =================================================================== --- head/print/py-fonttools/Makefile (revision 429546) +++ head/print/py-fonttools/Makefile (revision 429547) @@ -1,27 +1,27 @@ # Created by: Joseph Koshy # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.3.1 +PORTVERSION= 3.4.0 CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Open source library for manipulating fonts, written in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= behdad USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' ${WRKSRC}/setup.py .include Index: head/print/py-fonttools/distinfo =================================================================== --- head/print/py-fonttools/distinfo (revision 429546) +++ head/print/py-fonttools/distinfo (revision 429547) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482118380 -SHA256 (behdad-fonttools-3.3.1_GH0.tar.gz) = 1d89bd3d288f11657f773acbaa85a54253d5b1d483588a0d730d54f2107aa767 -SIZE (behdad-fonttools-3.3.1_GH0.tar.gz) = 545796 +TIMESTAMP = 1482747923 +SHA256 (behdad-fonttools-3.4.0_GH0.tar.gz) = b6fb1eb6e76f9daf5494da4f149b50169a7e6ee75f9c1bca9f89b96bccbdc10c +SIZE (behdad-fonttools-3.4.0_GH0.tar.gz) = 554552 Index: head/print/py-fonttools/pkg-descr =================================================================== --- head/print/py-fonttools/pkg-descr (revision 429546) +++ head/print/py-fonttools/pkg-descr (revision 429547) @@ -1,6 +1,6 @@ FontTools is an open source library for manipulating fonts, written in Python. It supports reading and writing of TrueType fonts, PostScript Type 1 fonts as well as AFM files and some MacOS-specific formats. -WWW: https://github.com/behdad/fonttools/ +WWW: https://github.com/fonttools/fonttools