aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-07-07 14:40:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-07-07 14:40:06 +0000
commitec852e6638a994768e16062456befbc1e9dc7d17 (patch)
tree5320f6063b39fa261f791077a9db8267d87c8668 /devel
parent639e38205c56c475ffbfe5c9a0e750bc65507592 (diff)
downloadports-ec852e6638a994768e16062456befbc1e9dc7d17.tar.gz
ports-ec852e6638a994768e16062456befbc1e9dc7d17.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/qsvn/Makefile2
-rw-r--r--devel/qsvn/files/patch-svnqt__client_modify.cpp13
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/qsvn/Makefile b/devel/qsvn/Makefile
index e66ead0dcb59..a66826cd79c4 100644
--- a/devel/qsvn/Makefile
+++ b/devel/qsvn/Makefile
@@ -8,7 +8,7 @@
PORTNAME= qsvn
DISTVERSION= 0.6.1
DISTVERSIONSUFFIX= -src
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://www.anrichter.net/projects/qsvn/chrome/site/
diff --git a/devel/qsvn/files/patch-svnqt__client_modify.cpp b/devel/qsvn/files/patch-svnqt__client_modify.cpp
new file mode 100644
index 000000000000..b10bc17a808c
--- /dev/null
+++ b/devel/qsvn/files/patch-svnqt__client_modify.cpp
@@ -0,0 +1,13 @@
+--- ./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