diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
tree | 49936ec28d8b2a4256959f13245d757df97e04bd /devel/thunar-vcs-plugin/files/patch-fix-svn | |
parent | Upgrade to version 2.4.0. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Diffstat (limited to 'devel/thunar-vcs-plugin/files/patch-fix-svn')
-rw-r--r-- | devel/thunar-vcs-plugin/files/patch-fix-svn | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/thunar-vcs-plugin/files/patch-fix-svn b/devel/thunar-vcs-plugin/files/patch-fix-svn deleted file mode 100644 index fc78683790bb..000000000000 --- a/devel/thunar-vcs-plugin/files/patch-fix-svn +++ /dev/null @@ -1,22 +0,0 @@ ---- tsp-svn-helper/tsh-common.c.orig 2009-03-14 22:54:06.000000000 +0200 -+++ tsp-svn-helper/tsh-common.c 2009-04-21 09:12:45.000000000 +0300 -@@ -34,6 +34,7 @@ - #include <subversion-1/svn_pools.h> - #include <subversion-1/svn_fs.h> - #include <subversion-1/svn_time.h> -+#include <subversion-1/svn_props.h> - - #include "tsh-dialog-common.h" - #include "tsh-login-dialog.h" ---- tsp-svn-helper/tsh-properties-dialog.c.orig 2009-03-14 22:54:06.000000000 +0200 -+++ tsp-svn-helper/tsh-properties-dialog.c 2009-04-21 09:13:12.000000000 +0300 -@@ -25,6 +25,7 @@ - #include <gtk/gtk.h> - - #include <subversion-1/svn_client.h> -+#include <subversion-1/svn_props.h> - - #include "tsh-common.h" - #include "tsh-properties-dialog.h" - - |