[122155] trunk/dports/devel/PIDA/Portfile

devans at macports.org devans at macports.org
Wed Jul 16 00:01:20 PDT 2014


Revision: 122155
          https://trac.macports.org/changeset/122155
Author:   devans at macports.org
Date:     2014-07-16 00:01:20 -0700 (Wed, 16 Jul 2014)
Log Message:
-----------
PIDA: add mode line and reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/devel/PIDA/Portfile

Modified: trunk/dports/devel/PIDA/Portfile
===================================================================
--- trunk/dports/devel/PIDA/Portfile	2014-07-16 06:52:55 UTC (rev 122154)
+++ trunk/dports/devel/PIDA/Portfile	2014-07-16 07:01:20 UTC (rev 122155)
@@ -1,13 +1,15 @@
+# -*- 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
-PortGroup python26 1.0
+PortSystem      1.0
+PortGroup       python26 1.0
 
 name            PIDA
 version         0.6.2
 revision        2
 description     The Python Integrated Development Application
-long_description ${description}
+long_description \
+                ${description}
 maintainers     nomaintainer
 categories      devel python
 platforms       darwin
@@ -21,12 +23,12 @@
 depends_build   port:py26-setuptools \
                 port:pkgconfig
 depends_lib     port:py26-argparse \
-		port:py26-bpython \
-		port:py26-pygtk \
-		port:py26-pygtkhelpers \
-		port:py26-py \
-		port:libmagic \
-		port:dbus-python26
+                port:py26-bpython \
+                port:py26-pygtk \
+                port:py26-pygtkhelpers \
+                port:py26-py \
+                port:libmagic \
+                port:dbus-python26
 
 build.env       PKG_CONFIG_PATH="${python.prefix}/lib/pkgconfig" \
                 PATH="${python.prefix}/bin:$env(PATH)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140716/ce4d7b63/attachment.html>


More information about the macports-changes mailing list