From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 10:53:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28189CAD; Thu, 20 Nov 2014 10:53:16 +0000 (UTC) Received: from svn.freebsd.org (svn.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 144B86E1; Thu, 20 Nov 2014 10:53:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKArFbN014138; Thu, 20 Nov 2014 10:53:15 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKArF9q014137; Thu, 20 Nov 2014 10:53:15 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201411201053.sAKArF9q014137@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Thu, 20 Nov 2014 10:53:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372903 - 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.18-1 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: Thu, 20 Nov 2014 10:53:16 -0000 Author: mva Date: Thu Nov 20 10:53:15 2014 New Revision: 372903 URL: https://svnweb.freebsd.org/changeset/ports/372903 QAT: https://qat.redports.org/buildarchive/r372903/ Log: - Use TKINTER as default for py-pillow, since some ports (e.g. games/pysolfc) rely on it. PR: 194818 Reported by: Dana (dj9bsd@gmail.com) With hat: python@ Modified: head/graphics/py-pillow/Makefile Modified: head/graphics/py-pillow/Makefile ============================================================================== --- head/graphics/py-pillow/Makefile Thu Nov 20 10:20:02 2014 (r372902) +++ head/graphics/py-pillow/Makefile Thu Nov 20 10:53:15 2014 (r372903) @@ -3,6 +3,7 @@ PORTNAME= pillow PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:C/p/P/}-${PORTVERSION} @@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/docs/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept OPTIONS_DEFINE= FREETYPE JPEG LCMS PNG TIFF TKINTER WEBP -OPTIONS_DEFAULT= FREETYPE JPEG PNG +OPTIONS_DEFAULT= FREETYPE JPEG PNG TKINTER LCMS_DESC= Little Color Management System TKINTER_DESC= Tkinter (Tcl/Tk) BitmapImage & PhotoImage support