[154315] trunk/dports/shells/rc/Portfile

and.damore at macports.org and.damore at macports.org
Thu Oct 27 19:47:41 CEST 2016


Revision: 154315
          https://trac.macports.org/changeset/154315
Author:   and.damore at macports.org
Date:     2016-10-27 19:47:41 +0200 (Thu, 27 Oct 2016)
Log Message:
-----------
port rc whitespace change: retab

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

Modified: trunk/dports/shells/rc/Portfile
===================================================================
--- trunk/dports/shells/rc/Portfile	2016-10-27 17:46:10 UTC (rev 154314)
+++ trunk/dports/shells/rc/Portfile	2016-10-27 17:47:41 UTC (rev 154315)
@@ -1,45 +1,45 @@
 # $Id$
 
-PortSystem 	1.0
+PortSystem  1.0
 
-name		rc
-version		1.7.2
-revision	1
-categories	shells
-maintainers	nomaintainer
-description	A Plan 9 shell
-license		Permissive
+name        rc
+version     1.7.2
+revision    1
+categories  shells
+maintainers nomaintainer
+description A Plan 9 shell
+license     Permissive
 
-long_description	\
-	This is a reimplementation for Unix, by Byron Rakitzis, \
-	of the Plan 9 shell. rc offers much the same capabilities \
-	as a traditional Bourne shell, but with a much cleaner syntax.
+long_description    \
+    This is a reimplementation for Unix, by Byron Rakitzis, \
+    of the Plan 9 shell. rc offers much the same capabilities \
+    as a traditional Bourne shell, but with a much cleaner syntax.
 
-homepage	http://paganbooks.eu/software/article/rc
-platforms	darwin
+homepage    http://paganbooks.eu/software/article/rc
+platforms   darwin
 
-master_sites	ftp://rc.quanstro.net/pub/
-use_bzip2	yes
-extract.suffix	.tbz
+master_sites    ftp://rc.quanstro.net/pub/
+use_bzip2   yes
+extract.suffix  .tbz
 
-checksums	rmd160  e245de754a6ada3f99e243acd7f87da9fce864d0 \
-		sha256  d4b552b6652a2f85400b61b970c9034b17fcb59b74a0f242bbea12959e8939c7
+checksums   rmd160  e245de754a6ada3f99e243acd7f87da9fce864d0 \
+        sha256  d4b552b6652a2f85400b61b970c9034b17fcb59b74a0f242bbea12959e8939c7
 
-patchfiles	Makefile.in.patch
+patchfiles  Makefile.in.patch
 
-configure.args	--mandir=${prefix}/share/man --with-history
+configure.args  --mandir=${prefix}/share/man --with-history
 
-test.run	yes
-test.target	check
+test.run    yes
+test.target check
 
-variant	readline description {use readline} {
-	depends_lib port:readline
-	configure.args-append  --with-readline
+variant readline description {use readline} {
+    depends_lib port:readline
+    configure.args-append  --with-readline
 }
 
 variant editline description {use libedit} {
-	depends_lib port:libedit
-	configure.args-append  --with-editline
+    depends_lib port:libedit
+    configure.args-append  --with-editline
 }
 
 pre-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161027/0aa44601/attachment-0002.html>


More information about the macports-changes mailing list