From 413d6849c68486f852ba7e276eea2c7d0f1a0bac Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Fri, 27 Jun 2014 11:01:05 +0000 Subject: [PATCH] graphics/py-pillow: Update to 2.4.0 - Update to 2.4.0 - Chase upstream repository name change - pkg-descr: Update WWW: URL Changes: https://github.com/python-pillow/Pillow/blob/2.4.0/CHANGES.rst PR: 189029 Submitted by: oliverd (with changes, minus openjpg patch) --- graphics/py-pillow/Makefile | 7 +++---- graphics/py-pillow/distinfo | 4 ++-- graphics/py-pillow/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile index 2c66a3622b0d..55f7804be11c 100644 --- a/graphics/py-pillow/Makefile +++ b/graphics/py-pillow/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pillow -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:C/p/P/}-${PORTVERSION} @@ -34,9 +33,9 @@ USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_BUILD_TARGET= build_ext -GH_ACCOUNT= python-imaging +GH_ACCOUNT= python-pillow GH_PROJECT= ${PORTNAME:C/p/P/} -GH_COMMIT= b1b88cf +GH_COMMIT= 72de37c CONFLICTS_INSTALL= py*-imaging-* diff --git a/graphics/py-pillow/distinfo b/graphics/py-pillow/distinfo index 90b97dba3a49..11b6d5469fb0 100644 --- a/graphics/py-pillow/distinfo +++ b/graphics/py-pillow/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pillow-2.3.0.tar.gz) = 635e366eaaf7b81d7a5d5818af50d42ca1247c42b5e4ad896473fb2d6e3a038f -SIZE (Pillow-2.3.0.tar.gz) = 2224984 +SHA256 (Pillow-2.4.0.tar.gz) = 5eef8463eab73d0efe0cd4f7a6833926862f86411994ef7801646d614fdce0c2 +SIZE (Pillow-2.4.0.tar.gz) = 6201074 diff --git a/graphics/py-pillow/pkg-descr b/graphics/py-pillow/pkg-descr index 6158707d6a5b..6b1fb44798c4 100644 --- a/graphics/py-pillow/pkg-descr +++ b/graphics/py-pillow/pkg-descr @@ -2,4 +2,4 @@ Pillow is the "friendly" PIL fork. PIL is the Python Imaging Library. Pillow was started for and is currently maintained by the Plone community. But it is used by many other folks in the Python web community. -WWW: http://github.com/python-imaging/Pillow/ +WWW: https://python-pillow.github.io/