Date: Tue, 7 Oct 2014 16:55:23 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370368 - head/graphics/py-imaging Message-ID: <201410071655.s97GtN0e091786@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071655.s97GtN0e091786>