Index: head/print/py-fonttools/Makefile =================================================================== --- head/print/py-fonttools/Makefile (revision 448246) +++ head/print/py-fonttools/Makefile (revision 448247) @@ -1,25 +1,23 @@ # Created by: Joseph Koshy # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.14.0 +PORTVERSION= 3.15.0 CATEGORIES= print python +MASTER_SITES= CHEESESHOP 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 +USES?= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes 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 448246) +++ head/print/py-fonttools/distinfo (revision 448247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501604073 -SHA256 (behdad-fonttools-3.14.0_GH0.tar.gz) = fd417f143a027e37594b01c98143509d13029cdf7c9698a4ca6d4454e26f042c -SIZE (behdad-fonttools-3.14.0_GH0.tar.gz) = 852187 +TIMESTAMP = 1503059991 +SHA256 (fonttools-3.15.0.zip) = 0879a390dddef681c575fe187880a4c5d24dfeef547781c48691bf7c46c0c5a5 +SIZE (fonttools-3.15.0.zip) = 2337131 Index: head/print/py3-fonttools/Makefile =================================================================== --- head/print/py3-fonttools/Makefile (revision 448246) +++ head/print/py3-fonttools/Makefile (revision 448247) @@ -1,10 +1,10 @@ # Created by: Dmitry Marakasov # $FreeBSD$ MASTERDIR= ${.CURDIR}/../py-fonttools PORTSCOUT= ignore:1 -USES= python:3 +USES= python:3 zip .include "${MASTERDIR}/Makefile"