[38180] trunk/dports/net/rsync/Portfile

simon at macports.org simon at macports.org
Fri Jul 11 08:10:22 PDT 2008


Revision: 38180
          http://trac.macosforge.org/projects/macports/changeset/38180
Author:   simon at macports.org
Date:     2008-07-11 08:10:21 -0700 (Fri, 11 Jul 2008)
Log Message:
-----------
net/rsync: Whitespace only changes.

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

Modified: trunk/dports/net/rsync/Portfile
===================================================================
--- trunk/dports/net/rsync/Portfile	2008-07-11 08:53:17 UTC (rev 38179)
+++ trunk/dports/net/rsync/Portfile	2008-07-11 15:10:21 UTC (rev 38180)
@@ -1,42 +1,41 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name            rsync
-version         3.0.3
-categories      net
-platforms       darwin freebsd sunos
-maintainers     simon openmaintainer
-description     tool that provides fast incremental file transfer
-long_description \
-	Rsync version 3.0.3 has been released. This is a security \
-	release that fixes a potential buffer-overflow issue. \
-	Related pages: \
-	http://rsync.samba.org/ftp/rsync/rsync-${version}-NEWS
-homepage        http://samba.org/rsync/
-master_sites    http://rsync.samba.org/ftp/rsync/ \
-                http://rsync.samba.org/ftp/rsync/src/
-checksums       md5 16d41aab9ece435198af222c5415a304 \
-                sha1 c12668eb888e386511299616f6972bec300ed346 \
-                rmd160 9997a18cb5577bb127b26bcc55e50382b6e9f68d
+name                rsync
+version             3.0.3
+categories          net
+platforms           darwin freebsd sunos
+maintainers         simon openmaintainer
+description         tool that provides fast incremental file transfer
+long_description    Rsync version 3.0.3 has been released. This is a security \
+                    release that fixes a potential buffer-overflow issue. \
+                    Related pages: \
+                    http://rsync.samba.org/ftp/rsync/rsync-${version}-NEWS
 
-distname        rsync-${version}
+homepage            http://samba.org/rsync/
+master_sites        http://rsync.samba.org/ftp/rsync/ \
+                    http://rsync.samba.org/ftp/rsync/src/
+checksums           md5 16d41aab9ece435198af222c5415a304 \
+                    sha1 c12668eb888e386511299616f6972bec300ed346 \
+                    rmd160 9997a18cb5577bb127b26bcc55e50382b6e9f68d
+distname            rsync-${version}
 
-depends_lib     port:popt port:libiconv
+depends_lib         port:popt port:libiconv
 
-configure.args  --mandir=${prefix}/share/man \
-                --with-rsyncd-conf=${prefix}/etc/rsyncd.conf \
-                --enable-ipv6 \
-                --enable-xattr-support
+configure.args      --mandir=${prefix}/share/man \
+                    --with-rsyncd-conf=${prefix}/etc/rsyncd.conf \
+                    --enable-ipv6 \
+                    --enable-xattr-support
 configure.cflags   "-Os -I${prefix}/include"
 
 post-destroot {
-        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-        xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS OLDNEWS  \
-                TODO README doc/README-SGML doc/profile.txt             \
-                doc/rsync.sgml \
-                        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+                    COPYING INSTALL NEWS OLDNEWS TODO README doc/README-SGML \
+                    doc/profile.txt doc/rsync.sgml \
+                    ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.check regex
-livecheck.regex "Rsync version (\\d+(?:\\.\\d+)*) released"
+livecheck.check     regex
+livecheck.regex     "Rsync version (\\d+(?:\\.\\d+)*) released"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080711/a1109dd7/attachment.html 


More information about the macports-changes mailing list