Date: Fri, 27 Jun 2014 11:01:05 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359494 - head/graphics/py-pillow Message-ID: <201406271101.s5RB15Rq013631@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Fri Jun 27 11:01:05 2014 New Revision: 359494 URL: http://svnweb.freebsd.org/changeset/ports/359494 QAT: https://qat.redports.org/buildarchive/r359494/ Log: 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) Modified: head/graphics/py-pillow/Makefile head/graphics/py-pillow/distinfo head/graphics/py-pillow/pkg-descr Modified: head/graphics/py-pillow/Makefile ============================================================================== --- head/graphics/py-pillow/Makefile Fri Jun 27 10:51:53 2014 (r359493) +++ head/graphics/py-pillow/Makefile Fri Jun 27 11:01:05 2014 (r359494) @@ -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-* Modified: head/graphics/py-pillow/distinfo ============================================================================== --- head/graphics/py-pillow/distinfo Fri Jun 27 10:51:53 2014 (r359493) +++ head/graphics/py-pillow/distinfo Fri Jun 27 11:01:05 2014 (r359494) @@ -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 Modified: head/graphics/py-pillow/pkg-descr ============================================================================== --- head/graphics/py-pillow/pkg-descr Fri Jun 27 10:51:53 2014 (r359493) +++ head/graphics/py-pillow/pkg-descr Fri Jun 27 11:01:05 2014 (r359494) @@ -2,4 +2,4 @@ Pillow is the "friendly" PIL fork. PIL i 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406271101.s5RB15Rq013631>