[115116] trunk/dports/shells/osh/Portfile

mojca at macports.org mojca at macports.org
Wed Dec 25 01:27:06 PST 2013


Revision: 115116
          https://trac.macports.org/changeset/115116
Author:   mojca at macports.org
Date:     2013-12-25 01:27:05 -0800 (Wed, 25 Dec 2013)
Log Message:
-----------
osh: whitespace only

Modified Paths:
--------------
    trunk/dports/shells/osh/Portfile

Modified: trunk/dports/shells/osh/Portfile
===================================================================
--- trunk/dports/shells/osh/Portfile	2013-12-25 09:21:26 UTC (rev 115115)
+++ trunk/dports/shells/osh/Portfile	2013-12-25 09:27:05 UTC (rev 115116)
@@ -1,47 +1,46 @@
 # -*- 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
+PortSystem          1.0
 
-name		osh
-version		20131109
-categories	shells
-license		BSD BSD-old
-maintainers	v6shell.org:jan+mp
-description	Ports of the Sixth Edition (V6) UNIX Thompson shell
-long_description \
-		The osh package provides two ports of the original /bin/sh \
-		from Sixth Edition (V6) UNIX (circa 1975). Osh is an enhanced \
-		port of the shell, and sh6 is an unenhanced port of the shell. \
-		This package also includes the following shell utilities \
-		for use by sh6: glob6, if, goto, and fd2.
-conflicts	omake
-platforms	darwin
-homepage	http://v6shell.org/
-master_sites	${homepage}src/
+name                osh
+version             20131109
+categories          shells
+license             BSD BSD-old
+maintainers         v6shell.org:jan+mp
+description         Ports of the Sixth Edition (V6) UNIX Thompson shell
+long_description    The osh package provides two ports of the original /bin/sh \
+                    from Sixth Edition (V6) UNIX (circa 1975). Osh is an enhanced \
+                    port of the shell, and sh6 is an unenhanced port of the shell. \
+                    This package also includes the following shell utilities \
+                    for use by sh6: glob6, if, goto, and fd2.
+conflicts           omake
+platforms           darwin
+homepage            http://v6shell.org/
+master_sites        ${homepage}src/
 
 checksums           md5     b1c205bf34979943973efc8a6bd16016 \
                     sha1    fcf832afe2591d50d77c2d616dcfda7b484c0f89 \
                     rmd160  58b1e0652e7daa07db1c05cfc75dc9365f8d9538 \
                     sha256  82502c4cbbb46d099fe0fc026e5411e80159b88f64efd4f3154cc0f4178d8658
 
-use_configure		no
-use_parallel_build	yes
+use_configure       no
+use_parallel_build  yes
 
-build.args	PREFIX=${prefix}
+build.args          PREFIX=${prefix}
 
 # Ensure use of the correct build utilities.
-build.args-append	CC=${configure.cc} CPP=${configure.cpp}
+build.args-append   CC=${configure.cc} CPP=${configure.cpp}
 
-variant universal {}
+variant universal   {}
 
 # Ensure use of the correct build_arch.
-build.args-append	CFLAGS="[get_canonical_archflags cc]" \
-			LDFLAGS="[get_canonical_archflags ld]"
+build.args-append   CFLAGS="[get_canonical_archflags cc]" \
+                    LDFLAGS="[get_canonical_archflags ld]"
 
-destroot.args	PREFIX=${prefix}
-destroot.target	install install-doc install-exp
+destroot.args       PREFIX=${prefix}
+destroot.target     install install-doc install-exp
 
-livecheck.type	regex
-livecheck.url	${master_sites}
-livecheck.regex	${name}-(\\d{8})${extract.suffix}
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\\d{8})${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131225/3b9c5455/attachment.html>


More information about the macports-changes mailing list