diff options
author | sahil <sahil@FreeBSD.org> | 2011-03-16 11:24:49 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-03-16 11:24:49 +0800 |
commit | 4b3af047c994ea3ecf09a3c7976562109c64522e (patch) | |
tree | b1430f04c179a1897ec1a059ee523fed11b904cc /sysutils/duplicity/files | |
parent | a8986aa9e53af54a77e5ce56446bb1a26bbec2ac (diff) | |
download | freebsd-ports-gnome-4b3af047c994ea3ecf09a3c7976562109c64522e.tar.gz freebsd-ports-gnome-4b3af047c994ea3ecf09a3c7976562109c64522e.tar.zst freebsd-ports-gnome-4b3af047c994ea3ecf09a3c7976562109c64522e.zip |
Update to 0.6.11, add WITHOUT_NLS switch and
update CONFLICTS.
PR: ports/152744
Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua>
Approved by: maintainer
Diffstat (limited to 'sysutils/duplicity/files')
-rw-r--r-- | sysutils/duplicity/files/patch-setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/duplicity/files/patch-setup.py b/sysutils/duplicity/files/patch-setup.py index 3d30bb209e08..3ae420dd6a41 100644 --- a/sysutils/duplicity/files/patch-setup.py +++ b/sysutils/duplicity/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2009-09-05 20:36:52.972675012 +0200 -+++ setup.py 2009-09-05 20:36:55.996611410 +0200 -@@ -31,6 +31,10 @@ +--- setup.py.orig 2009-01-09 16:05:11.000000000 +0200 ++++ setup.py 2009-01-10 16:06:40.000000000 +0200 +@@ -12,6 +12,10 @@ incdir_list = libdir_list = None @@ -11,7 +11,7 @@ if os.name == 'posix': LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '') args = sys.argv[:] -@@ -42,16 +46,9 @@ +@@ -23,16 +27,9 @@ incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')] libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')] |