Magellan Linux

Annotation of /trunk/subversion/patches/subversion-1.4.3-neon-0.26.3.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 717 byte(s)
-import

1 niro 153 diff -Naur subversion-1.4.3/configure.in subversion-1.4.3-fixed/configure.in
2     --- subversion-1.4.3/configure.in 2007-01-01 15:41:51.000000000 +0100
3     +++ subversion-1.4.3-fixed/configure.in 2007-04-02 13:56:11.000000000 +0200
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"
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.3"
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