diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-06 23:30:01 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-06 23:30:01 +0800 |
commit | c05244dda669ccc2b0151088e45c7c2fe4a6569c (patch) | |
tree | 8f547543c7b3205fcaca23cd78b50e2f8a423a13 /devel | |
parent | 03bc82651679866b07b49b0ac7188b62fa2ce76e (diff) | |
download | freebsd-ports-gnome-c05244dda669ccc2b0151088e45c7c2fe4a6569c.tar.gz freebsd-ports-gnome-c05244dda669ccc2b0151088e45c7c2fe4a6569c.tar.zst freebsd-ports-gnome-c05244dda669ccc2b0151088e45c7c2fe4a6569c.zip |
- Remove unneeded patch (forget in previous commit)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qsvn/files/patch-svnqt__client_modify.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/qsvn/files/patch-svnqt__client_modify.cpp b/devel/qsvn/files/patch-svnqt__client_modify.cpp deleted file mode 100644 index b10bc17a808c..000000000000 --- a/devel/qsvn/files/patch-svnqt__client_modify.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- ./svnqt/client_modify.cpp.orig 2008-07-05 15:53:08.000000000 +0400 -+++ ./svnqt/client_modify.cpp 2008-07-05 15:53:53.000000000 +0400 -@@ -188,9 +188,7 @@ - #endif - - svn_error_t * error = --#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 5) -- svn_client_commit4 --#elif (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 3) -+#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 3) - svn_client_commit3 - #else - svn_client_commit2 |