Modified: trunk/dports/python/py-enchant/Portfile (104723 => 104724)
--- trunk/dports/python/py-enchant/Portfile 2013-04-01 17:33:33 UTC (rev 104723)
+++ trunk/dports/python/py-enchant/Portfile 2013-04-01 17:34:34 UTC (rev 104724)
@@ -10,7 +10,7 @@
platforms darwin
supported_archs noarch
maintainers adfernandes openmaintainer
-homepage http://www.rfk.id.au/software/pyenchant/
+homepage http://pythonhosted.org/pyenchant/
description A python interface to the enchant spell-checking library.
long_description PyEnchant is a spellchecking library for Python, based \
on the excellent Enchant library.
@@ -21,13 +21,13 @@
sha1 6f01b8657b64e970a11945c2a9b4d6d8023997bc \
rmd160 4e94bb26134f6d60b114cf40b3170dbf5fcb6e85
-python.versions 25 26 27
+python.versions 25 26 27 30 31 32 33
if {$subport != $name} {
depends_lib-append port:py${python.version}-distribute port:enchant
-
+
patchfiles patch-enchant-_enchant.py.diff
-
+
post-patch {
reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/enchant/_enchant.py
}