[38655] trunk/dports/net/hfsrsync/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jul 27 11:22:32 PDT 2008


Revision: 38655
          http://trac.macosforge.org/projects/macports/changeset/38655
Author:   ryandesign at macports.org
Date:     2008-07-27 11:22:32 -0700 (Sun, 27 Jul 2008)
Log Message:
-----------
hfsrsync: whitespace changes only

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

Modified: trunk/dports/net/hfsrsync/Portfile
===================================================================
--- trunk/dports/net/hfsrsync/Portfile	2008-07-27 18:07:55 UTC (rev 38654)
+++ trunk/dports/net/hfsrsync/Portfile	2008-07-27 18:22:32 UTC (rev 38655)
@@ -1,33 +1,33 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem              1.0
 
-name			hfsrsync
-version			2.5.5
-revision		1
-categories		net
-maintainers		nomaintainer
-description		implementation of rsync with HFS+ support
-long_description	hfsrsync is an implementation of rsync with HFS+ \
-					support for support of HFS+ filesystems.
-homepage		http://archive.macosxlabs.org/rsyncx/intro.html
-master_sites	http://archive.macosxlabs.org/rsyncx/
-distname		rsync-${version}.hfs
-extract.suffix	.tgz
-checksums		md5 f3a1d329c710d3c2f0183e77b3b8071e
-platforms		darwin
-configure.args		--mandir=${prefix}/share/man --with-rsync-path=hfsrsync --disable-ipv6
+name                    hfsrsync
+version                 2.5.5
+revision                1
+categories              net
+maintainers             nomaintainer
+description             implementation of rsync with HFS+ support
+long_description        hfsrsync is an implementation of rsync with HFS+ \
+                        support for support of HFS+ filesystems.
+homepage                http://archive.macosxlabs.org/rsyncx/intro.html
+master_sites            http://archive.macosxlabs.org/rsyncx/
+distname                rsync-${version}.hfs
+extract.suffix          .tgz
+checksums               md5 f3a1d329c710d3c2f0183e77b3b8071e
+platforms               darwin
+configure.args          --mandir=${prefix}/share/man --with-rsync-path=hfsrsync --disable-ipv6
 
 variant ipv6 {
-	configure.args-delete  --disable-ipv6
-	configure.args-append  --enable-ipv6
+    configure.args-delete  --disable-ipv6
+    configure.args-append  --enable-ipv6
 }
 
 post-destroot {
-	      xinstall -m 0755 -s -W ${worksrcpath} rsync ${destroot}${prefix}/bin/hfsrsync
-	      file delete -force ${destroot}${prefix}/bin/rsync
-	      file rename ${destroot}${prefix}/share/man/man1/rsync.1 \
-	      	   ${destroot}${prefix}/share/man/man1/hfsrsync.1
-	      file rename ${destroot}${prefix}/share/man/man5/rsyncd.conf.5 \
-	      	   ${destroot}${prefix}/share/man/man5/hfsrsyncd.conf.5
+    xinstall -m 0755 -s -W ${worksrcpath} rsync ${destroot}${prefix}/bin/hfsrsync
+    file delete -force ${destroot}${prefix}/bin/rsync
+    file rename ${destroot}${prefix}/share/man/man1/rsync.1 \
+        ${destroot}${prefix}/share/man/man1/hfsrsync.1
+    file rename ${destroot}${prefix}/share/man/man5/rsyncd.conf.5 \
+        ${destroot}${prefix}/share/man/man5/hfsrsyncd.conf.5
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080727/8dfffc25/attachment.html 


More information about the macports-changes mailing list