svn commit: r370368 - head/graphics/py-imaging
Marcus von Appen
mva at FreeBSD.org
Tue Oct 7 16:55:24 UTC 2014
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 at 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:
More information about the svn-ports-all
mailing list