[64715] trunk/dports/python/py26-enchant/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 15 03:58:14 PDT 2010


Revision: 64715
          http://trac.macports.org/changeset/64715
Author:   ryandesign at macports.org
Date:     2010-03-15 03:58:13 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
py26-enchant: make the whitespace consistent

Modified Paths:
--------------
    trunk/dports/python/py26-enchant/Portfile

Modified: trunk/dports/python/py26-enchant/Portfile
===================================================================
--- trunk/dports/python/py26-enchant/Portfile	2010-03-15 10:56:48 UTC (rev 64714)
+++ trunk/dports/python/py26-enchant/Portfile	2010-03-15 10:58:13 UTC (rev 64715)
@@ -1,7 +1,7 @@
 # $Id$
 
-PortSystem        1.0
-PortGroup         python26 1.0
+PortSystem              1.0
+PortGroup               python26 1.0
 
 name                    py26-enchant
 version                 1.6.1
@@ -10,7 +10,8 @@
 maintainers             adfernandes openmaintainer
 homepage                http://www.rfk.id.au/software/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.
+long_description        PyEnchant is a spellchecking library for Python, based \
+                        on the excellent Enchant library.
 
 master_sites            http://pypi.python.org/packages/source/p/pyenchant/
 distname                pyenchant-${version}
@@ -18,6 +19,6 @@
 
 depends_lib-append      port:py26-setuptools port:enchant
 
-livecheck.type		regex
-livecheck.url		${homepage}
-livecheck.regex		Version (\\d+\\.\\d+\\.\\d+) released
+livecheck.type          regex
+livecheck.url           ${homepage}
+livecheck.regex         Version (\\d+\\.\\d+\\.\\d+) released
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/530a40da/attachment.html>


More information about the macports-changes mailing list