[86365] trunk/dports/sysutils/rsnapshot/Portfile
mww at macports.org
mww at macports.org
Mon Oct 24 10:03:31 PDT 2011
Revision: 86365
http://trac.macports.org/changeset/86365
Author: mww at macports.org
Date: 2011-10-24 10:03:31 -0700 (Mon, 24 Oct 2011)
Log Message:
-----------
rsnapshot: whitespace changes; add more checksums
Modified Paths:
--------------
trunk/dports/sysutils/rsnapshot/Portfile
Modified: trunk/dports/sysutils/rsnapshot/Portfile
===================================================================
--- trunk/dports/sysutils/rsnapshot/Portfile 2011-10-24 17:01:02 UTC (rev 86364)
+++ trunk/dports/sysutils/rsnapshot/Portfile 2011-10-24 17:03:31 UTC (rev 86365)
@@ -2,43 +2,45 @@
PortSystem 1.0
-name rsnapshot
-version 1.3.1
-revision 1
-categories sysutils net
-platforms darwin
-maintainers mww
-license GPL-2
-description filesystem snapshot utility based on rsync
-long_description rsnapshot is a filesystem snapshot utility based on \
- rsync. It makes it easy to make periodic snapshots of \
- local machines, and remote machines over SSH. The code \
- makes extensive use of hard links whenever possible, \
- to greatly reduce the disk space required.
+name rsnapshot
+version 1.3.1
+revision 1
+categories sysutils net
+platforms darwin
+maintainers mww
+license GPL-2
+description filesystem snapshot utility based on rsync
+long_description rsnapshot is a filesystem snapshot utility based on \
+ rsync. It makes it easy to make periodic snapshots of \
+ local machines, and remote machines over SSH. The code \
+ makes extensive use of hard links whenever possible, \
+ to greatly reduce the disk space required.
-homepage http://www.rsnapshot.org/
-master_sites ${homepage}/downloads/
-checksums sha1 a3aa3560dc389e1b00155a5869558522c4a29e05
+homepage http://www.rsnapshot.org/
+master_sites ${homepage}/downloads/
+checksums sha1 a3aa3560dc389e1b00155a5869558522c4a29e05 \
+ rmd160 948ee5669c5da0728f607007da4d5fbbcfcdd8c7 \
+ sha256 94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e
-depends_lib port:rsync port:perl5 bin:ssh:openssh
+depends_lib port:rsync port:perl5 bin:ssh:openssh
-configure.args --mandir=${prefix}/share/man \
- --with-rsync=${prefix}/bin/rsync \
- --with-perl=${prefix}/bin/perl5
+configure.args --mandir=${prefix}/share/man \
+ --with-rsync=${prefix}/bin/rsync \
+ --with-perl=${prefix}/bin/perl5
-test.run yes
+test.run yes
-post-destroot {
- xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples
- xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
- NEWS README TODO ${destroot}${prefix}/share/doc/${name}
- system "cp -R ${worksrcpath}/utils/* \
- ${destroot}${prefix}/share/doc/${name}/examples"
+post-destroot {
+ xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples
+ xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
+ NEWS README TODO ${destroot}${prefix}/share/doc/${name}
+ system "cp -R ${worksrcpath}/utils/* \
+ ${destroot}${prefix}/share/doc/${name}/examples"
}
post-activate {
- if {![file exists ${prefix}/etc/rsnapshot.conf]} {
- xinstall -m 644 ${prefix}/etc/rsnapshot.conf.default \
- ${prefix}/etc/rsnapshot.conf
- }
+ if {![file exists ${prefix}/etc/rsnapshot.conf]} {
+ xinstall -m 644 ${prefix}/etc/rsnapshot.conf.default \
+ ${prefix}/etc/rsnapshot.conf
+ }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111024/402f8751/attachment.html>
More information about the macports-changes
mailing list