summaryrefslogtreecommitdiff
path: root/devel/subversion16/files/patch-build::buildcheck.sh
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2002-05-07 15:01:03 +0000
committerOllivier Robert <roberto@FreeBSD.org>2002-05-07 15:01:03 +0000
commit0727f1d212e2c7908cf83194eb9d1ee58b3c0731 (patch)
tree183b3371d0fffe471fb855f18af9fb32c4fb1102 /devel/subversion16/files/patch-build::buildcheck.sh
parentUpdate to a more recent APR snapshot. It is needed by the forthcoming (diff)
Update to Subversion 0.12.0 (revision 1868).
Patch slightly modified to remove a leftover \ at the end of one line. PR: ports/37810 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Diffstat (limited to '')
-rw-r--r--devel/subversion16/files/patch-build::buildcheck.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/subversion16/files/patch-build::buildcheck.sh b/devel/subversion16/files/patch-build::buildcheck.sh
deleted file mode 100644
index 2819634c51aa..000000000000
--- a/devel/subversion16/files/patch-build::buildcheck.sh
+++ /dev/null
@@ -1,13 +0,0 @@
---- build/buildcheck.sh.orig Fri Apr 26 17:39:27 2002
-+++ build/buildcheck.sh Fri Apr 26 17:39:47 2002
-@@ -53,8 +53,8 @@
- #--------------------------------------------------------------------------
- # check for the correct version of Neon
- #
--NEON_WANTED_REGEX=0.19.[2-3]
--NEON_LATEST_WORKING_VER=0.19.3
-+NEON_WANTED_REGEX=0.19.[2-4]
-+NEON_LATEST_WORKING_VER=0.19.4
- NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
- if test -d ./neon; then
- NEON_VERSION="`./ac-helpers/get-neon-ver.sh neon`"