[39938] trunk/dports/sysutils/rsnapshot/Portfile
mww at macports.org
mww at macports.org
Sat Sep 13 07:18:00 PDT 2008
Revision: 39938
http://trac.macports.org/changeset/39938
Author: mww at macports.org
Date: 2008-09-13 07:17:59 -0700 (Sat, 13 Sep 2008)
Log Message:
-----------
version 1.3.1
Modified Paths:
--------------
trunk/dports/sysutils/rsnapshot/Portfile
Modified: trunk/dports/sysutils/rsnapshot/Portfile
===================================================================
--- trunk/dports/sysutils/rsnapshot/Portfile 2008-09-13 12:51:40 UTC (rev 39937)
+++ trunk/dports/sysutils/rsnapshot/Portfile 2008-09-13 14:17:59 UTC (rev 39938)
@@ -3,7 +3,7 @@
PortSystem 1.0
name rsnapshot
-version 1.3.0
+version 1.3.1
categories sysutils net
platforms darwin
maintainers mww
@@ -12,19 +12,22 @@
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.
+ to greatly reduce the disk space required.
homepage http://www.rsnapshot.org/
master_sites ${homepage}/downloads/
-checksums sha1 b05c8332aa693559389f8e2b8700566c2b3f96ee
+checksums sha1 a3aa3560dc389e1b00155a5869558522c4a29e05
depends_lib port:rsync \
- bin:perl:perl5.8 \
+ port:perl5.8 \
bin:ssh:openssh
configure.args --mandir=${prefix}/share/man \
- --with-rsync=${prefix}/bin/rsync
+ --with-rsync=${prefix}/bin/rsync \
+ --with-perl=${prefix}/bin/perl5.8
+test.run yes
+
post-destroot {
xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080913/b538b67f/attachment.html
More information about the macports-changes
mailing list