[21758] trunk/dports/sysutils/rsnapshot/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 5 13:19:57 PST 2007


Revision: 21758
          http://trac.macosforge.org/projects/macports/changeset/21758
Author:   mww at macports.org
Date:     2007-02-05 13:19:56 -0800 (Mon, 05 Feb 2007)

Log Message:
-----------
version 1.3.0

Modified Paths:
--------------
    trunk/dports/sysutils/rsnapshot/Portfile

Modified: trunk/dports/sysutils/rsnapshot/Portfile
===================================================================
--- trunk/dports/sysutils/rsnapshot/Portfile	2007-02-05 20:51:54 UTC (rev 21757)
+++ trunk/dports/sysutils/rsnapshot/Portfile	2007-02-05 21:19:56 UTC (rev 21758)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name			rsnapshot
-version			1.2.9
+version			1.3.0
 categories		sysutils net
 platforms		darwin
-maintainers		mww at opendarwin.org
+maintainers		mww at macports.org
 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 \
@@ -14,19 +14,18 @@
 				makes extensive use of hard links whenever possible, \
 				to greatly reduce the disk space required. 
 
-homepage		http://www.rsnapshot.org
+homepage		http://www.rsnapshot.org/
 master_sites	${homepage}/downloads/
-checksums		md5 68632bc6cdd9c149e0fdeb9e246622d3
+checksums		sha1 b05c8332aa693559389f8e2b8700566c2b3f96ee
 
-depends_lib		bin:rsync:rsync \
+depends_lib		port:rsync \
 				bin:perl:perl5.8 \
 				bin:ssh:openssh
 
-configure.args	--mandir=${prefix}/share/man
+configure.args	--mandir=${prefix}/share/man \
+				--with-rsync=${prefix}/bin/rsync
 
 post-destroot	{
-	xinstall -m 644 ${destroot}${prefix}/etc/rsnapshot.conf.default \
-		${destroot}${prefix}/etc/
 	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}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070205/8d5ea007/attachment.html


More information about the macports-changes mailing list