Skip to content

Commit

Permalink
Another minor patch (also submitted to author).
Browse files Browse the repository at this point in the history
Bumped revision.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@7546 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Robert Shaw committed Jun 17, 2004
1 parent 98563ed commit bfbfc8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/py-rdiff-backup/Portfile
@@ -1,9 +1,9 @@
# $Id: Portfile,v 1.4 2004/06/17 04:11:19 rshaw Exp $
# $Id: Portfile,v 1.5 2004/06/17 05:18:38 rshaw Exp $
PortSystem 1.0
PortGroup python 1.0
name py-rdiff-backup
version 0.12.6
revision 2
revision 3
categories-append net
maintainers rshaw@opendarwin.org
description backs up one directory to another, possibly over a network
Expand Down
13 changes: 11 additions & 2 deletions python/py-rdiff-backup/files/patch-fs_abilities.py
@@ -1,5 +1,5 @@
--- rdiff_backup/fs_abilities.py.orig Wed Jun 16 21:01:33 2004
+++ rdiff_backup/fs_abilities.py Wed Jun 16 21:00:42 2004
--- rdiff_backup/fs_abilities.py.orig Wed Jun 16 22:03:30 2004
+++ rdiff_backup/fs_abilities.py Wed Jun 16 22:05:32 2004
@@ -174,7 +174,7 @@
log.Log("Warning: File system no longer needs quoting, "
"but will retain for backwards compatibility.", 2)
Expand All @@ -9,3 +9,12 @@

This may be caused when you copy an rdiff-backup directory from a
normal file system on to a windows one that cannot support the same
@@ -291,7 +291,7 @@
assert rp.lstat()
try: import xattr
except ImportError:
- log.Log("Unable to import module xattr. EAs not "
+ log.Log("Unable to import module xattr.\nExtended attributes not "
"supported on filesystem at %s" % (rp.path,), 4)
self.eas = 0
return

0 comments on commit bfbfc8e

Please sign in to comment.