[131391] trunk/dports/devel/libuninameslist/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 10 10:59:23 PST 2015


Revision: 131391
          https://trac.macports.org/changeset/131391
Author:   ryandesign at macports.org
Date:     2015-01-10 10:59:23 -0800 (Sat, 10 Jan 2015)
Log Message:
-----------
libuninameslist: tabs to spaces, conforming to modeline

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

Modified: trunk/dports/devel/libuninameslist/Portfile
===================================================================
--- trunk/dports/devel/libuninameslist/Portfile	2015-01-10 18:56:01 UTC (rev 131390)
+++ trunk/dports/devel/libuninameslist/Portfile	2015-01-10 18:59:23 UTC (rev 131391)
@@ -1,31 +1,32 @@
 # -*- 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                       github 1.0
+PortSystem          1.0
+PortGroup           github 1.0
 
 epoch               1
 github.setup        fontforge libuninameslist 0.4.20140731
-categories			devel textproc unicode
-maintainers			nomaintainer
+categories          devel textproc unicode
+platforms           darwin
+maintainers         nomaintainer
 license             Permissive
-description			A Library of Unicode annotation data
-long_description \
-	The Unicode consortium provides a file containing annotations on many \
-	unicode characters. This library contains a compiled version of this \
-	file so that programs can access these data easily.
 
-platforms			darwin
+description         A Library of Unicode annotation data
 
+long_description    The Unicode consortium provides a file containing \
+                    annotations on many unicode characters. This library \
+                    contains a compiled version of this file so that programs \
+                    can access these data easily.
+
 checksums           rmd160  2115e802d2c7147fbf2755c82874f2f30e36b5e4 \
                     sha256  6156668b6631b58a56a3698a77c4e476884fdd13fda0cac5e03b680c8accc9e8
 
 use_autoreconf      yes
 
-destroot.destdir	prefix=${destroot}${prefix}
+destroot.destdir    prefix=${destroot}${prefix}
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} COPYING LICENSE README \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} COPYING LICENSE README \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150110/a22286b4/attachment.html>


More information about the macports-changes mailing list