diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-16 16:18:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-16 16:18:23 +0000 |
commit | baba1c12d776d1717a3cfbc7cc1c0dd7a5a71a69 (patch) | |
tree | a1537c19cfc0cdf812f1ec80c7f777838ff065f1 /graphics/py-imaging | |
parent | d47791584916a3f85b4e28c155e82c1ee852514c (diff) | |
download | ports-baba1c12d776d1717a3cfbc7cc1c0dd7a5a71a69.tar.gz ports-baba1c12d776d1717a3cfbc7cc1c0dd7a5a71a69.zip |
Notes
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r-- | graphics/py-imaging/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-imaging/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-imaging/pkg-plist | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index ebec184bab16..b05680f95732 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -6,8 +6,7 @@ # PORTNAME= imaging -PORTVERSION= 1.1.6 -PORTREVISION= 4 +PORTVERSION= 1.1.7 CATEGORIES= graphics python MASTER_SITES= http://effbot.org/media/downloads/ \ http://www.pythonware.net/storage/ diff --git a/graphics/py-imaging/distinfo b/graphics/py-imaging/distinfo index 7a727d0dd283..4bf4fff4d60f 100644 --- a/graphics/py-imaging/distinfo +++ b/graphics/py-imaging/distinfo @@ -1,3 +1,3 @@ -MD5 (python/Imaging-1.1.6.tar.gz) = 3a9b5c20ca52f0a9900512d2c7347622 -SHA256 (python/Imaging-1.1.6.tar.gz) = 7dd7358ab519161967c838df27465282d180a3206f693ba2db64273d688b3f90 -SIZE (python/Imaging-1.1.6.tar.gz) = 435854 +MD5 (python/Imaging-1.1.7.tar.gz) = fc14a54e1ce02a0225be8854bfba478e +SHA256 (python/Imaging-1.1.7.tar.gz) = 895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211 +SIZE (python/Imaging-1.1.7.tar.gz) = 498749 diff --git a/graphics/py-imaging/pkg-plist b/graphics/py-imaging/pkg-plist index bebcd00f43d1..f7a55d0c4040 100644 --- a/graphics/py-imaging/pkg-plist +++ b/graphics/py-imaging/pkg-plist @@ -81,6 +81,9 @@ bin/pilprint.py %%PYTHON_SITELIBDIR%%/PIL/ImageChops.py %%PYTHON_SITELIBDIR%%/PIL/ImageChops.pyc %%PYTHON_SITELIBDIR%%/PIL/ImageChops.pyo +%%PYTHON_SITELIBDIR%%/PIL/ImageCms.py +%%PYTHON_SITELIBDIR%%/PIL/ImageCms.pyc +%%PYTHON_SITELIBDIR%%/PIL/ImageCms.pyo %%PYTHON_SITELIBDIR%%/PIL/ImageColor.py %%PYTHON_SITELIBDIR%%/PIL/ImageColor.pyc %%PYTHON_SITELIBDIR%%/PIL/ImageColor.pyo @@ -132,6 +135,9 @@ bin/pilprint.py %%PYTHON_SITELIBDIR%%/PIL/ImageSequence.py %%PYTHON_SITELIBDIR%%/PIL/ImageSequence.pyc %%PYTHON_SITELIBDIR%%/PIL/ImageSequence.pyo +%%PYTHON_SITELIBDIR%%/PIL/ImageShow.py +%%PYTHON_SITELIBDIR%%/PIL/ImageShow.pyc +%%PYTHON_SITELIBDIR%%/PIL/ImageShow.pyo %%PYTHON_SITELIBDIR%%/PIL/ImageStat.py %%PYTHON_SITELIBDIR%%/PIL/ImageStat.pyc %%PYTHON_SITELIBDIR%%/PIL/ImageStat.pyo @@ -249,7 +255,6 @@ bin/pilprint.py %%EXAMPLESDIR%%/enhancer.py %%EXAMPLESDIR%%/explode.py %%EXAMPLESDIR%%/gifmaker.py -%%EXAMPLESDIR%%/image2py.py %%EXAMPLESDIR%%/painter.py %%EXAMPLESDIR%%/pilconvert.py %%EXAMPLESDIR%%/pildriver.py |