From owner-svn-ports-head@freebsd.org Mon Aug 17 02:29:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8DBB9B9DE1; Mon, 17 Aug 2015 02:29:27 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDFFF1B44; Mon, 17 Aug 2015 02:29:27 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7H2TRwC019133; Mon, 17 Aug 2015 02:29:27 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7H2TRZQ019131; Mon, 17 Aug 2015 02:29:27 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201508170229.t7H2TRZQ019131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 17 Aug 2015 02:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394434 - head/graphics/py-pillow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2015 02:29:28 -0000 Author: koobs Date: Mon Aug 17 02:29:26 2015 New Revision: 394434 URL: https://svnweb.freebsd.org/changeset/ports/394434 Log: graphics/py-pillow: Update to 2.9.0 - Update to 2.9.0 - Change LICENSE_FILE path Changes: https://github.com/python-pillow/Pillow/blob/2.9.0/CHANGES.rst Modified: head/graphics/py-pillow/Makefile head/graphics/py-pillow/distinfo Modified: head/graphics/py-pillow/Makefile ============================================================================== --- head/graphics/py-pillow/Makefile Mon Aug 17 01:47:46 2015 (r394433) +++ head/graphics/py-pillow/Makefile Mon Aug 17 02:29:26 2015 (r394434) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pillow -PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTVERSION= 2.9.0 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,7 @@ COMMENT= Fork of the Python Imaging Libr LICENSE= PIL LICENSE_NAME= Standard PIL License -LICENSE_FILE= ${WRKSRC}/docs/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept OPTIONS_DEFINE= FREETYPE JPEG LCMS PNG TIFF TKINTER WEBP @@ -30,10 +29,11 @@ TKINTER_BUILD_DEPENDS= ${PYTHON_PKGNAMEP TKINTER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp +USES= cpe python USE_GITHUB= yes USES= python USE_PYTHON= autoplist concurrent distutils -PYDISTUTILS_SETUP= ${PYSETUP} +PYDISTUTILS_SETUP= ${PYSETUP} PYDISTUTILS_BUILD_TARGET= build build_py build_ext # we have to build and install everything in a single run, @@ -41,7 +41,7 @@ PYDISTUTILS_BUILD_TARGET= build build_py # and messes up standard distutils behaviour... NO_BUILD= yes -GH_ACCOUNT= python-pillow +GH_ACCOUNT= python-${PORTNAME} GH_PROJECT= ${PORTNAME:C/p/P/} CONFLICTS_INSTALL= py*-imaging-* Modified: head/graphics/py-pillow/distinfo ============================================================================== --- head/graphics/py-pillow/distinfo Mon Aug 17 01:47:46 2015 (r394433) +++ head/graphics/py-pillow/distinfo Mon Aug 17 02:29:26 2015 (r394434) @@ -1,2 +1,2 @@ -SHA256 (python-pillow-Pillow-2.6.0_GH0.tar.gz) = 75616b068add9a423eb0c3d920fc226a9f4ac60649a5fe45b6e1ef59295bc83f -SIZE (python-pillow-Pillow-2.6.0_GH0.tar.gz) = 7235939 +SHA256 (python-pillow-Pillow-2.9.0_GH0.tar.gz) = e048d3fb43832b09077242dc46f3ed83f09fada0a2386196b7b0eea664422158 +SIZE (python-pillow-Pillow-2.9.0_GH0.tar.gz) = 9320944