From owner-svn-ports-all@FreeBSD.ORG Tue Oct 7 16:55:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED9BA8FA; Tue, 7 Oct 2014 16:55:23 +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 BB2E1DB6; Tue, 7 Oct 2014 16:55:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97GtN0b091791; Tue, 7 Oct 2014 16:55:23 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97GtN0e091786; Tue, 7 Oct 2014 16:55:23 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410071655.s97GtN0e091786@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Tue, 7 Oct 2014 16:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370368 - head/graphics/py-imaging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 16:55:24 -0000 Author: mva Date: Tue Oct 7 16:55:22 2014 New Revision: 370368 URL: https://svnweb.freebsd.org/changeset/ports/370368 QAT: https://qat.redports.org/buildarchive/r370368/ Log: - Make py-imaging concurrently available for different Python versions - Fix WWW: spacing, while here PR: 194211 Submitted by: myself Approved by: mainland@apeiron.net (maintainer) Modified: head/graphics/py-imaging/Makefile head/graphics/py-imaging/pkg-descr Modified: head/graphics/py-imaging/Makefile ============================================================================== --- head/graphics/py-imaging/Makefile Tue Oct 7 16:53:11 2014 (r370367) +++ head/graphics/py-imaging/Makefile Tue Oct 7 16:55:22 2014 (r370368) @@ -3,7 +3,7 @@ PORTNAME= imaging PORTVERSION= 1.1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics python MASTER_SITES= http://effbot.org/media/downloads/ \ http://www.pythonware.net/storage/ @@ -21,15 +21,12 @@ UNIQUENAME= py-${PORTNAME} USES= python DIST_SUBDIR= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent PLIST_FILES= %%PYTHON_INCLUDEDIR%%/ImPlatform.h %%PYTHON_INCLUDEDIR%%/Imaging.h PORTDOCS= * PORTEXAMPLES= * -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} - OPTIONS_DEFINE= DOCS TKINTER TKINTER_DESC= tkinter for X support Modified: head/graphics/py-imaging/pkg-descr ============================================================================== --- head/graphics/py-imaging/pkg-descr Tue Oct 7 16:53:11 2014 (r370367) +++ head/graphics/py-imaging/pkg-descr Tue Oct 7 16:55:22 2014 (r370368) @@ -5,7 +5,7 @@ image processing capabilities. The main distribution site for this software is: -WWW: http://www.pythonware.com/products/pil/index.htm +WWW: http://www.pythonware.com/products/pil/index.htm The PIL handbook is not included in this distribution; to get the latest version, check: