[113166] trunk/dports/sysutils/rx/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Nov 11 01:19:45 PST 2013


Revision: 113166
          https://trac.macports.org/changeset/113166
Author:   ryandesign at macports.org
Date:     2013-11-11 01:19:45 -0800 (Mon, 11 Nov 2013)
Log Message:
-----------
rx: fix whitespace to conform to modeline

Modified Paths:
--------------
    trunk/dports/sysutils/rx/Portfile

Modified: trunk/dports/sysutils/rx/Portfile
===================================================================
--- trunk/dports/sysutils/rx/Portfile	2013-11-11 09:18:51 UTC (rev 113165)
+++ trunk/dports/sysutils/rx/Portfile	2013-11-11 09:19:45 UTC (rev 113166)
@@ -1,27 +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
+PortSystem          1.0
 
 name                rx
 version             1.5
 categories          sysutils
-platforms	          darwin
-maintainers	        nomaintainer
-description	        Replacement for the GNU regex library
-long_description	  A fast replacement for the GNU regex library.
+platforms           darwin
+maintainers         nomaintainer
+
+description         Replacement for the GNU regex library
+
+long_description    A fast replacement for the GNU regex library.
+
 homepage            http://www.gnu.org/software/rx/rx.html
 master_sites        gnu
-checksums           md5    e44e5f6ff9fd8ca9d46bda42bcacee5e         \
-                    sha1   1f29112cea41bb547b551361162be306f8c3995a \
-                    rmd160 a1280e17efac1c24c5874965051f0446ca9229b0
 
+checksums           md5     e44e5f6ff9fd8ca9d46bda42bcacee5e \
+                    sha1    1f29112cea41bb547b551361162be306f8c3995a \
+                    rmd160  a1280e17efac1c24c5874965051f0446ca9229b0
+
 depends_extract     bin:gnutar:gnutar
 extract.post_args   "| gnutar -x"
 
 destroot.destdir    prefix=${destroot}${prefix}
-post-destroot       {
+post-destroot {
     file attributes ${destroot}${prefix}/include/rxposix.h -permissions 0644
 }
 
-livecheck.type       none
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131111/b841abca/attachment.html>


More information about the macports-changes mailing list