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)
This commit is contained in:
Kubilay Kocak 2014-06-27 11:01:05 +00:00
parent 4781060cd6
commit 413d6849c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359494
3 changed files with 6 additions and 7 deletions

View File

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

View File

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

View File

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