1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to 3.15.0

- Change MASTER_SITES to CHEESESHOP

Changes:	https://github.com/fonttools/fonttools/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-08-18 15:57:43 +00:00
parent 7e8f0a39cc
commit 284061532a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448247
3 changed files with 7 additions and 9 deletions

View File

@ -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@FreeBSD.org
@ -12,10 +13,7 @@ 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

View File

@ -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

View File

@ -5,6 +5,6 @@ MASTERDIR= ${.CURDIR}/../py-fonttools
PORTSCOUT= ignore:1
USES= python:3
USES= python:3 zip
.include "${MASTERDIR}/Makefile"