[84936] trunk/dports/net/librsync/Portfile

snc at macports.org snc at macports.org
Tue Oct 4 19:32:16 PDT 2011


Revision: 84936
          http://trac.macports.org/changeset/84936
Author:   snc at macports.org
Date:     2011-10-04 19:32:15 -0700 (Tue, 04 Oct 2011)
Log Message:
-----------
librsync: whitespace

Modified Paths:
--------------
    trunk/dports/net/librsync/Portfile

Modified: trunk/dports/net/librsync/Portfile
===================================================================
--- trunk/dports/net/librsync/Portfile	2011-10-05 02:31:41 UTC (rev 84935)
+++ trunk/dports/net/librsync/Portfile	2011-10-05 02:32:15 UTC (rev 84936)
@@ -3,50 +3,50 @@
 
 PortSystem 1.0
 
-name		librsync
-version		0.9.7
-revision	1
-categories	net devel
-platforms	darwin
-maintainers	nomaintainer
+name        librsync
+version     0.9.7
+revision    1
+categories  net devel
+platforms   darwin
+maintainers nomaintainer
 license             LGPL-2.1+
-description	library that implements the rsync remote-delta algorithm
-long_description	librsync is a free software library that implements \
-		the rsync remote-delta algorithm. This algorithm allows \
-		efficient remote updates of a file, without requiring the old \
-		and new versions to both be present at the sending end. The \
-		library uses a streaming design similar to that of zlib with \
-		the aim of allowing it to be embedded into many different \
-		applications. librsync is not wire-compatible with rsync 2.x, \
-		and is not likely to be in the future.
-homepage	http://librsync.sourceforge.net/
-master_sites	sourceforge
-checksums	md5 24cdb6b78f45e0e83766903fd4f6bc84
+description library that implements the rsync remote-delta algorithm
+long_description    librsync is a free software library that implements \
+        the rsync remote-delta algorithm. This algorithm allows \
+        efficient remote updates of a file, without requiring the old \
+        and new versions to both be present at the sending end. The \
+        library uses a streaming design similar to that of zlib with \
+        the aim of allowing it to be embedded into many different \
+        applications. librsync is not wire-compatible with rsync 2.x, \
+        and is not likely to be in the future.
+homepage    http://librsync.sourceforge.net/
+master_sites    sourceforge
+checksums   md5 24cdb6b78f45e0e83766903fd4f6bc84
 # These patches have been downloaded into the MacPorts repository since it saves
 # having to fetch them from CVS.  Respectively, they can be viewed at:
 # 
 # http://librsync.cvs.sourceforge.net/librsync/librsync/doc/rdiff.1?r1=1.1&r2=1.2&view=patch
 # http://librsync.cvs.sourceforge.net/librsync/librsync/mdfour.h?r1=1.7&r2=1.8&view=patch
 # http://librsync.cvs.sourceforge.net/librsync/librsync/patch.c?r1=1.30&r2=1.31&view=patch
-patchfiles	patch-librsync__doc__rdiff.1 \
-		patch-librsync__mdfour.h \
-		patch-librsync__patch.c
-configure.args	--mandir=${prefix}/share/man \
-		--enable-shared
+patchfiles  patch-librsync__doc__rdiff.1 \
+        patch-librsync__mdfour.h \
+        patch-librsync__patch.c
+configure.args  --mandir=${prefix}/share/man \
+        --enable-shared
 
 post-configure {
-	if {[variant_isset universal]} {
-		reinplace -E "s|compiler_flags=$|compiler_flags=' ${configure.universal_cflags}'|" \
-			${worksrcpath}/libtool
-		reinplace -E "s|linker_flags=$|linker_flags=' ${configure.universal_ldflags}'|" \
-			${worksrcpath}/libtool
-	} else {
-	    reinplace -E "s|compiler_flags=$|compiler_flags=' ${configure.cc_archflags}'|" \
-			${worksrcpath}/libtool
-		reinplace -E "s|linker_flags=$|linker_flags=' ${configure.ld_archflags}'|" \
-			${worksrcpath}/libtool
-	}
+    if {[variant_isset universal]} {
+        reinplace -E "s|compiler_flags=$|compiler_flags=' ${configure.universal_cflags}'|" \
+            ${worksrcpath}/libtool
+        reinplace -E "s|linker_flags=$|linker_flags=' ${configure.universal_ldflags}'|" \
+            ${worksrcpath}/libtool
+    } else {
+        reinplace -E "s|compiler_flags=$|compiler_flags=' ${configure.cc_archflags}'|" \
+            ${worksrcpath}/libtool
+        reinplace -E "s|linker_flags=$|linker_flags=' ${configure.ld_archflags}'|" \
+            ${worksrcpath}/libtool
+    }
 }
 
-test.run	yes
-test.target	check
+test.run    yes
+test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111004/a167cb06/attachment-0001.html>


More information about the macports-changes mailing list