svn commit: r448247 - in head/print: py-fonttools py3-fonttools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 18 15:57:45 UTC 2017


Author: sunpoet
Date: Fri Aug 18 15:57:43 2017
New Revision: 448247
URL: https://svnweb.freebsd.org/changeset/ports/448247

Log:
  Update to 3.15.0
  
  - Change MASTER_SITES to CHEESESHOP
  
  Changes:	https://github.com/fonttools/fonttools/releases

Modified:
  head/print/py-fonttools/Makefile
  head/print/py-fonttools/distinfo
  head/print/py3-fonttools/Makefile

Modified: head/print/py-fonttools/Makefile
==============================================================================
--- head/print/py-fonttools/Makefile	Fri Aug 18 15:57:38 2017	(r448246)
+++ head/print/py-fonttools/Makefile	Fri Aug 18 15:57:43 2017	(r448247)
@@ -2,8 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	fonttools
-PORTVERSION=	3.14.0
+PORTVERSION=	3.15.0
 CATEGORIES=	print python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	python at FreeBSD.org
@@ -12,10 +13,7 @@ COMMENT=	Open source library for manipulating fonts, w
 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
 

Modified: head/print/py-fonttools/distinfo
==============================================================================
--- head/print/py-fonttools/distinfo	Fri Aug 18 15:57:38 2017	(r448246)
+++ head/print/py-fonttools/distinfo	Fri Aug 18 15:57:43 2017	(r448247)
@@ -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

Modified: head/print/py3-fonttools/Makefile
==============================================================================
--- head/print/py3-fonttools/Makefile	Fri Aug 18 15:57:38 2017	(r448246)
+++ head/print/py3-fonttools/Makefile	Fri Aug 18 15:57:43 2017	(r448247)
@@ -5,6 +5,6 @@ MASTERDIR=	${.CURDIR}/../py-fonttools
 
 PORTSCOUT=	ignore:1
 
-USES=		python:3
+USES=		python:3 zip
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list