Modified: trunk/dports/python/py-sql/Portfile (134571 => 134572)
--- trunk/dports/python/py-sql/Portfile 2015-03-30 17:08:56 UTC (rev 134571)
+++ trunk/dports/python/py-sql/Portfile 2015-03-30 17:52:48 UTC (rev 134572)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -3,24 +4,24 @@
PortGroup python 1.0
-name py-sql
-version 0.6
-revision 1
-categories-append databases
-license MIT
-platforms darwin
-supported_archs noarch
-maintainers nomaintainer
-description Python module for creating simple SQL statements
-long_description sql is a module that contains three classes Insert, \
- Update and Delete, that simplify generatingSQL \
- statements.
+name py-sql
+version 0.6
+revision 1
+categories-append databases
+license MIT
+platforms darwin
+supported_archs noarch
+maintainers nomaintainer
+description Python module for creating simple SQL statements
+long_description sql is a module that contains three classes Insert, \
+ Update and Delete, that simplify generatingSQL \
+ statements.
-homepage http://www.livinglogic.de/Python/sql/
-master_sites http://ftp.livinglogic.de/sql/
-distname ll-sql-${version}
-checksums md5 a3f6829e452b1a5cb8f6054f447837f9
-use_bzip2 yes
+homepage http://www.livinglogic.de/Python/sql/
+master_sites http://ftp.livinglogic.de/sql/
+distname ll-sql-${version}
+checksums md5 a3f6829e452b1a5cb8f6054f447837f9
+use_bzip2 yes
-python.versions 24
+python.versions 24
if {${name} ne ${subport}} {