[134000] trunk/dports/devel/protobuf-cpp/Portfile

blair at macports.org blair at macports.org
Mon Mar 16 17:36:00 PDT 2015


Revision: 134000
          https://trac.macports.org/changeset/134000
Author:   blair at macports.org
Date:     2015-03-16 17:36:00 -0700 (Mon, 16 Mar 2015)
Log Message:
-----------
protobuf-cpp: switch to 4-space indentation.

Modified Paths:
--------------
    trunk/dports/devel/protobuf-cpp/Portfile

Modified: trunk/dports/devel/protobuf-cpp/Portfile
===================================================================
--- trunk/dports/devel/protobuf-cpp/Portfile	2015-03-17 00:07:06 UTC (rev 133999)
+++ trunk/dports/devel/protobuf-cpp/Portfile	2015-03-17 00:36:00 UTC (rev 134000)
@@ -43,19 +43,19 @@
 
 depends_lib     port:zlib
 
-configure.cflags-append         -g
-configure.cppflags-append       -g
+configure.cflags-append     -g
+configure.cppflags-append   -g
 
 post-destroot {
-        set docdir ${destroot}${prefix}/share/doc/${name}
+    set docdir ${destroot}${prefix}/share/doc/${name}
 
-        xinstall -d -m 755 ${docdir}
+    xinstall -d -m 755 ${docdir}
 
-        foreach f {CHANGES.txt CONTRIBUTORS.txt LICENSE INSTALL.txt README.md examples editors} {
-                file copy ${worksrcpath}/${f} ${docdir}
-        }
+    foreach f {CHANGES.txt CONTRIBUTORS.txt LICENSE INSTALL.txt README.md examples editors} {
+        file copy ${worksrcpath}/${f} ${docdir}
+    }
 }
 
-test.run        yes
-test.cmd        "ulimit -c 0; make"
-test.target     check
+test.run    yes
+test.cmd    "ulimit -c 0; make"
+test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150316/52210a37/attachment-0001.html>


More information about the macports-changes mailing list