[101710] trunk/dports/python/py-hgsvn/Portfile

larryv at macports.org larryv at macports.org
Thu Jan 17 14:21:24 PST 2013


Revision: 101710
          https://trac.macports.org/changeset/101710
Author:   larryv at macports.org
Date:     2013-01-17 14:21:24 -0800 (Thu, 17 Jan 2013)
Log Message:
-----------
py-hgsvn: Tweak whitespace and formatting.

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

Modified: trunk/dports/python/py-hgsvn/Portfile
===================================================================
--- trunk/dports/python/py-hgsvn/Portfile	2013-01-17 21:46:49 UTC (rev 101709)
+++ trunk/dports/python/py-hgsvn/Portfile	2013-01-17 22:21:24 UTC (rev 101710)
@@ -1,31 +1,31 @@
 # -*- 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           python 1.0
+PortSystem              1.0
+PortGroup               python 1.0
 
-name                py-hgsvn
-version             0.1.9
-python.versions     24 25 26 27
-python.default_version  27
-categories              python devel
+name                    py-hgsvn
+version                 0.1.9
+categories-append       devel
 platforms               darwin
-maintainers         saispo larryv openmaintainer
+maintainers             saispo larryv openmaintainer
 license                 GPL-3+
 homepage                http://pypi.python.org/pypi/hgsvn
 description             hgsvn is a set of scripts for Subversion and Mercurial
-long_description		This set of scripts allows to work locally on \
-						Subversion-managed projects using the Mercurial \
-						distributed version control system.
+long_description        This set of scripts allows to work locally on \
+                        Subversion-managed projects using the Mercurial \
+                        distributed version control system.
 
 master_sites            http://pypi.python.org/packages/source/h/hgsvn
 distname                hgsvn-${version}
 
-checksums           rmd160  3f6c9b0bbda5c8454478436d0c0589e04d8394e1 \
-                    sha256  de45c04a1b3c3e104fcfc99973609239240c3b22789b6e87e29323c7b86c333f
+checksums               rmd160  3f6c9b0bbda5c8454478436d0c0589e04d8394e1 \
+                        sha256  de45c04a1b3c3e104fcfc99973609239240c3b22789b6e87e29323c7b86c333f
 
+python.versions         24 25 26 27
+python.default_version  27
+
 if {$subport != $name} {
-
     depends_lib-append  port:py${python.version}-distribute \
                         port:mercurial \
                         port:subversion
@@ -35,8 +35,9 @@
     }
 
     post-destroot {
-            xinstall -m 644 -W ${worksrcpath} AUTHORS.txt COPYING.txt README.txt TODO.txt  \
-                    ${destroot}${prefix}/share/doc/py${python.version}-hgsvn
+        xinstall -m 644 -W ${worksrcpath} \
+            AUTHORS.txt COPYING.txt README.txt TODO.txt \
+            ${destroot}${prefix}/share/doc/${subport}
     }
 
     livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130117/5df82d89/attachment.html>


More information about the macports-changes mailing list