File subversion.allowed-neon.patch of Package subversion16
--- configure.ac.orig 2009-03-21 11:16:39.000000000 +0100
+++ configure.ac 2009-03-21 11:18:25.000000000 +0100
@@ -79,7 +79,7 @@
# Either a space-separated list of allowable Neon versions, or "any" to
# mean allow anything.
-NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28"
+NEON_ALLOWED_LIST="any"
NEON_RECOMMENDED_VER=0.28.3
NEON_URL="http://www.webdav.org/neon/neon-${NEON_RECOMMENDED_VER}.tar.gz"
dnl You can skip the neon version check only if you know what you are doing