Revision
87553
Author
hum@macports.org
Date
2011-11-25 08:09:21 -0800 (Fri, 25 Nov 2011)

Log Message

libzookeeper: whitespace changes and reformatting only.

Modified Paths

Diff

Modified: trunk/dports/devel/libzookeeper/Portfile (87552 => 87553)


--- trunk/dports/devel/libzookeeper/Portfile	2011-11-25 16:06:56 UTC (rev 87552)
+++ trunk/dports/devel/libzookeeper/Portfile	2011-11-25 16:09:21 UTC (rev 87553)
@@ -1,10 +1,16 @@
 # -*- 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                libzookeeper
 version             3.3.4
+maintainers         brett hum
+categories          devel
+platforms           darwin
+license             Apache-2.0
+
+homepage            http://zookeeper.apache.org/
 description         C bindings for ZooKeeper, the high-performance coordination service
 long_description    ZooKeeper is a distributed, open-source coordination service for \
                     distributed applications. It exposes a simple set of primitives \
@@ -14,17 +20,13 @@
                     and uses a data model styled after the familiar directory tree \
                     structure of file systems. This port contains the C bindings for \
                     interacting with it.
-maintainers         brett hum
-categories          devel
-platforms           darwin
-license             Apache-2.0
 
-homepage            http://zookeeper.apache.org/
 distname            zookeeper-${version}
 dist_subdir         zookeeper
 master_sites        apache:zookeeper/stable
 checksums           rmd160  554dd95111f0a81eb7cac22888c2e72515cd63e3 \
                     sha256  de698d412c4b0ed5230aec9c4412045803f09ba0a0f7839c707a22809d2dbce9
+
 worksrcdir          ${distname}/src/c
 
 variant universal   {}
@@ -37,7 +39,7 @@
 }
 
 post-configure {
-    reinplace "s|-Werror||" ${worksrcpath}/Makefile
+    reinplace "s|-Werror||"               ${worksrcpath}/Makefile
     reinplace "s|c-client-src|zookeeper|" ${worksrcpath}/Makefile
 }