[39883] trunk/dports/python/rdiff-backup

ryandesign at macports.org ryandesign at macports.org
Wed Sep 10 11:48:26 PDT 2008


Revision: 39883
          http://trac.macports.org/changeset/39883
Author:   ryandesign at macports.org
Date:     2008-09-10 11:48:25 -0700 (Wed, 10 Sep 2008)
Log Message:
-----------
rdiff-backup: update to 1.2.1 (closes #16406) and ensure we only link with a MacPorts-provided librsync

Modified Paths:
--------------
    trunk/dports/python/rdiff-backup/Portfile
    trunk/dports/python/rdiff-backup/files/patch-rdiff-backup.1
    trunk/dports/python/rdiff-backup/files/patch-setup.py

Modified: trunk/dports/python/rdiff-backup/Portfile
===================================================================
--- trunk/dports/python/rdiff-backup/Portfile	2008-09-10 18:38:55 UTC (rev 39882)
+++ trunk/dports/python/rdiff-backup/Portfile	2008-09-10 18:48:25 UTC (rev 39883)
@@ -2,7 +2,7 @@
 PortSystem      1.0
 PortGroup       python24 1.0
 name            rdiff-backup
-version         1.0.5
+version         1.2.1
 categories-append   net sysutils
 maintainers     nomaintainer
 description     backs up one directory to another, possibly over a network
@@ -25,12 +25,12 @@
 homepage        http://www.nongnu.org/rdiff-backup/
 master_sites    http://savannah.nongnu.org/download/rdiff-backup/
 distname        rdiff-backup-${version}
-checksums       md5 fa2a165fa07a94be52c52e3545bc7758 \
-                sha1 4d33ef3d93532ce1746728e2c5687da354fafcec \
-                rmd160 20b02096f2dac04c06d76337126252a1d84f4b8d
+checksums       md5 7f71157161e510a9302abe130801c067 \
+                sha1 4479584da1ef85814e01f59b406cadd63cd6f405 \
+                rmd160 dfa329323c46809e299f2859167cce7603a2a163
 platforms       darwin
 
-depends_lib-append  lib:librsync:librsync
+depends_lib-append  port:librsync
 
 patchfiles      patch-setup.py \
                 patch-rdiff-backup.1

Modified: trunk/dports/python/rdiff-backup/files/patch-rdiff-backup.1
===================================================================
--- trunk/dports/python/rdiff-backup/files/patch-rdiff-backup.1	2008-09-10 18:38:55 UTC (rev 39882)
+++ trunk/dports/python/rdiff-backup/files/patch-rdiff-backup.1	2008-09-10 18:48:25 UTC (rev 39883)
@@ -1,6 +1,6 @@
 --- rdiff-backup.1.orig	Wed Jun 16 15:18:22 2004
 +++ rdiff-backup.1	Wed Jun 16 15:19:09 2004
-@@ -56,7 +56,7 @@
+@@ -58,7 +58,7 @@
  
  Finally, this man page is intended more as a precise description of
  the behavior and syntax of rdiff-backup.  New users may want to check

Modified: trunk/dports/python/rdiff-backup/files/patch-setup.py
===================================================================
--- trunk/dports/python/rdiff-backup/files/patch-setup.py	2008-09-10 18:38:55 UTC (rev 39882)
+++ trunk/dports/python/rdiff-backup/files/patch-setup.py	2008-09-10 18:48:25 UTC (rev 39883)
@@ -1,11 +1,11 @@
 --- setup.py.orig	Wed Jun 16 15:13:57 2004
 +++ setup.py	Wed Jun 16 15:14:29 2004
-@@ -57,6 +57,6 @@
- 							   extra_link_args=lflags_arg)],
- 	  scripts = ['rdiff-backup'],
- 	  data_files = [('share/man/man1', ['rdiff-backup.1']),
+@@ -75,7 +75,7 @@
+ 	  scripts = ['rdiff-backup', 'rdiff-backup-statistics'],
+ 	  data_files = [('share/man/man1', ['rdiff-backup.1',
+ 										'rdiff-backup-statistics.1']),
 -					('share/doc/rdiff-backup-%s' % (version_string,),
--					 ['CHANGELOG', 'COPYING', 'README', 'FAQ.html'])])
+-					 ['CHANGELOG', 'COPYING', 'README', 'FAQ.html'])],
 +					('share/doc/rdiff-backup',
-+					 ['CHANGELOG', 'COPYING', 'README', 'FAQ.html', 'examples.html'])])
- 
++					 ['CHANGELOG', 'COPYING', 'README', 'FAQ.html', 'examples.html'])],
+ 					**extra_options)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080910/ecab9659/attachment-0001.html 


More information about the macports-changes mailing list