Magellan Linux

Contents of /trunk/subversion/patches/subversion-1.4.6-neon-0.28.0.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 509 - (show annotations) (download)
Thu Mar 20 08:19:13 2008 UTC (16 years, 2 months ago) by niro
File size: 737 byte(s)
-allow neon-0.28.0

1 diff -Naur subversion-1.4.6/configure.in subversion-1.4.6-magellan/configure.in
2 --- subversion-1.4.6/configure.in 2007-12-03 17:16:42.000000000 +0100
3 +++ subversion-1.4.6-magellan/configure.in 2008-03-20 09:22:04.000000000 +0100
4 @@ -69,7 +69,7 @@
5
6 # Either a space-separated list of allowable Neon versions, or "any" to
7 # mean allow anything.
8 -NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.4"
9 +NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.4 0.28.0"
10 NEON_LATEST_WORKING_VER=0.25.5
11 NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
12 dnl You can skip the neon version check only if you know what you are doing