[128747] trunk/dports/python/py-irclib/Portfile

larryv at macports.org larryv at macports.org
Thu Nov 27 00:53:31 PST 2014


Revision: 128747
          https://trac.macports.org/changeset/128747
Author:   larryv at macports.org
Date:     2014-11-27 00:53:31 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-irclib: Rearrange and reformat

Modified Paths:
--------------
    trunk/dports/python/py-irclib/Portfile

Modified: trunk/dports/python/py-irclib/Portfile
===================================================================
--- trunk/dports/python/py-irclib/Portfile	2014-11-27 08:53:26 UTC (rev 128746)
+++ trunk/dports/python/py-irclib/Portfile	2014-11-27 08:53:31 UTC (rev 128747)
@@ -2,27 +2,27 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup python    1.0
+PortGroup           python 1.0
 
 name                py-irclib
 version             0.4.8
 categories-append   irc
+platforms           darwin freebsd
 license             LGPL-2.1+
-platforms           darwin freebsd
-supported_archs     noarch
 maintainers         nomaintainer
 
 description         python module that encapsulates the IRC protocol
 long_description    This library is intended to encapsulate the IRC \
                     protocol at a quite low level. It provides an \
                     event-driven IRC client framework. It has a fairly \
-                    thorough support for the basic IRC protocol, CTCP and \
-                    DCC connections.
+                    thorough support for the basic IRC protocol, CTCP \
+                    and DCC connections.
+homepage            http://python-irclib.sourceforge.net/
 
-homepage            http://python-irclib.sourceforge.net/
+supported_archs     noarch
+
 master_sites        sourceforge:python-irclib
 distname            python-irclib-${version}
-
 checksums           sha1    813a9182045e8cf6c4d1a76b707fb64c2fcf22c4
 
 python.versions     24 25 26 27 
@@ -30,10 +30,10 @@
 if {${name} ne ${subport}} {
     post-destroot {
         xinstall -m 644 -W ${worksrcpath} \
-            COPYING ChangeLog README \
-            ${destroot}${prefix}/share/doc/${subport}
+                COPYING ChangeLog README \
+                ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath} \
-            dccreceive dccsend irccat irccat2 servermap testbot.py \
-            ${destroot}${prefix}/share/doc/${subport}/examples
+                dccreceive dccsend irccat irccat2 servermap testbot.py \
+                ${destroot}${prefix}/share/doc/${subport}/examples
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/2dcbd7ab/attachment.html>


More information about the macports-changes mailing list