summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorepg <epg>2006-01-23 03:15:30 +0000
committerepg <epg>2006-01-23 03:15:30 +0000
commit3644b34bc4973e08ac3b14f2a01d9427870a3d75 (patch)
tree79f377e74c4b51a8c5b09d289c4502a50e9ca1de /devel
parent88597568d89302490dd3a01cf7548fdff3a51628 (diff)
downloadpkgsrc-3644b34bc4973e08ac3b14f2a01d9427870a3d75.tar.gz
Allow build with neon 0.25.5.
Diffstat (limited to 'devel')
-rw-r--r--devel/subversion/distinfo3
-rw-r--r--devel/subversion/patches/patch-ae13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo
index ebd086cb485..3112f64a38f 100644
--- a/devel/subversion/distinfo
+++ b/devel/subversion/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.49 2006/01/02 21:13:45 epg Exp $
+$NetBSD: distinfo,v 1.50 2006/01/23 03:15:30 epg Exp $
SHA1 (subversion-1.3.0.tar.gz) = 98cb017844750d4ed26e2a811c581a644e3ad585
RMD160 (subversion-1.3.0.tar.gz) = e00cc422636b74df8c8821c136e9eacb8caa42d4
Size (subversion-1.3.0.tar.gz) = 8773294 bytes
SHA1 (patch-ad) = e821ce2a450a2430c082e42bc22fe6e73931d746
+SHA1 (patch-ae) = a8f3d4160b01ea74f98eca3cd9452751a510b664
SHA1 (patch-ag) = dbcfe77867e5960df4518b998e94e9cfb9e144fa
SHA1 (patch-ah) = 2ee769e649e52bfbcd3049b1a1b6b1cf2b4db8c8
SHA1 (patch-ai) = c06c40c94f0a227f3154aa0997d7a92fc6e43fee
diff --git a/devel/subversion/patches/patch-ae b/devel/subversion/patches/patch-ae
new file mode 100644
index 00000000000..cc130ece941
--- /dev/null
+++ b/devel/subversion/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.13 2006/01/23 03:15:30 epg Exp $
+
+--- configure.orig 2006-01-22 20:47:02.000000000 -0500
++++ configure
+@@ -19879,7 +19879,7 @@ esac
+
+ # Either a space-separated list of allowable Neon versions, or "any" to
+ # mean allow anything.
+-NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4"
++NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5"
+ NEON_LATEST_WORKING_VER=0.25.4
+ NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
+ # Check whether --enable-neon-version-check or --disable-neon-version-check was given.