[127484] trunk/dports/python/py-enchant
petr at macports.org
petr at macports.org
Tue Oct 28 15:49:42 PDT 2014
Revision: 127484
https://trac.macports.org/changeset/127484
Author: petr at macports.org
Date: 2014-10-28 15:49:42 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
py-enchant: update to 1.6.6, closes #45279.
Modified Paths:
--------------
trunk/dports/python/py-enchant/Portfile
Added Paths:
-----------
trunk/dports/python/py-enchant/files/patch-enchant-_enchant.py.diff
Removed Paths:
-------------
trunk/dports/python/py-enchant/files/patch-enchant-_enchant.py.diff
Modified: trunk/dports/python/py-enchant/Portfile
===================================================================
--- trunk/dports/python/py-enchant/Portfile 2014-10-28 22:19:42 UTC (rev 127483)
+++ trunk/dports/python/py-enchant/Portfile 2014-10-28 22:49:42 UTC (rev 127484)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-enchant
-version 1.6.5
+version 1.6.6
categories-append textproc
license LGPL-2.1+
platforms darwin
@@ -20,16 +20,17 @@
master_sites http://pypi.python.org/packages/source/p/pyenchant/
distname pyenchant-${version}
-checksums md5 565014a14a52fb0195d152dd492ea948 \
- sha1 6f01b8657b64e970a11945c2a9b4d6d8023997bc \
- rmd160 4e94bb26134f6d60b114cf40b3170dbf5fcb6e85
+checksums md5 9f5acfd87d04432bf8df5f9710a17358 \
+ rmd160 1032e5f5da257211c69705f1468bb00b864a287b \
+ sha256 25c9d2667d512f8fc4410465fdd2e868377ca07eb3d56e2b6e534a86281d64d3
+
python.versions 26 27 31 32 33 34
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools port:enchant
- patchfiles patch-enchant-_enchant.py.diff
+ patchfiles patch-enchant-_enchant.py.diff
post-patch {
reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/enchant/_enchant.py
Deleted: trunk/dports/python/py-enchant/files/patch-enchant-_enchant.py.diff
===================================================================
--- trunk/dports/python/py-enchant/files/patch-enchant-_enchant.py.diff 2014-10-28 22:19:42 UTC (rev 127483)
+++ trunk/dports/python/py-enchant/files/patch-enchant-_enchant.py.diff 2014-10-28 22:49:42 UTC (rev 127484)
@@ -1,11 +0,0 @@
---- enchant/_enchant.py.orig 2010-12-13 18:22:06.000000000 -0600
-+++ enchant/_enchant.py 2011-05-08 04:50:30.000000000 -0500
-@@ -69,7 +69,7 @@
- yield find_library("libenchant-1")
- if sys.platform == 'darwin':
- # enchant lib installed by macports
-- yield "/opt/local/lib/libenchant.dylib"
-+ yield "@PREFIX@/lib/libenchant.dylib"
-
-
- # On win32 we ship a bundled version of the enchant DLLs.
Added: trunk/dports/python/py-enchant/files/patch-enchant-_enchant.py.diff
===================================================================
--- trunk/dports/python/py-enchant/files/patch-enchant-_enchant.py.diff (rev 0)
+++ trunk/dports/python/py-enchant/files/patch-enchant-_enchant.py.diff 2014-10-28 22:49:42 UTC (rev 127484)
@@ -0,0 +1,11 @@
+--- enchant/_enchant.orig.py
++++ enchant/_enchant.py
+@@ -76,7 +76,7 @@
+ yield find_library("libenchant-1")
+ # Special-case handling for enchant installed by macports.
+ if sys.platform == 'darwin':
+- yield "/opt/local/lib/libenchant.dylib"
++ yield "@PREFIX@/lib/libenchant.dylib"
+
+
+ # On win32 we ship a bundled version of the enchant DLLs.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/518b9e76/attachment-0001.html>
More information about the macports-changes
mailing list