Changeset 7546 for trunk/dports


Ignore:
Timestamp:
Jun 17, 2004, 5:18:38 AM (20 years ago)
Author:
rshaw
Message:

Another minor patch (also submitted to author).
Bumped revision.

Location:
trunk/dports/python/py-rdiff-backup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-rdiff-backup/Portfile

    r7545 r7546  
    1 # $Id: Portfile,v 1.4 2004/06/17 04:11:19 rshaw Exp $
     1# $Id: Portfile,v 1.5 2004/06/17 05:18:38 rshaw Exp $
    22PortSystem              1.0
    33PortGroup               python 1.0
    44name                    py-rdiff-backup
    55version                 0.12.6
    6 revision                2
     6revision                3
    77categories-append       net
    88maintainers             rshaw@opendarwin.org
  • trunk/dports/python/py-rdiff-backup/files/patch-fs_abilities.py

    r7545 r7546  
    1 --- rdiff_backup/fs_abilities.py.orig   Wed Jun 16 21:01:33 2004
    2 +++ rdiff_backup/fs_abilities.py        Wed Jun 16 21:00:42 2004
     1--- rdiff_backup/fs_abilities.py.orig   Wed Jun 16 22:03:30 2004
     2+++ rdiff_backup/fs_abilities.py        Wed Jun 16 22:05:32 2004
    33@@ -174,7 +174,7 @@
    44                                        log.Log("Warning: File system no longer needs quoting, "
     
    1010 This may be caused when you copy an rdiff-backup directory from a
    1111 normal file system on to a windows one that cannot support the same
     12@@ -291,7 +291,7 @@
     13                assert rp.lstat()
     14                try: import xattr
     15                except ImportError:
     16-                       log.Log("Unable to import module xattr.  EAs not "
     17+                       log.Log("Unable to import module xattr.\nExtended attributes not "
     18                                        "supported on filesystem at %s" % (rp.path,), 4)
     19                        self.eas = 0
     20                        return
Note: See TracChangeset for help on using the changeset viewer.