diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-04-19 03:32:34 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-04-19 03:32:34 +0000 |
commit | 8a5ea2d3f5394ea580512272fa221a08e0d86d85 (patch) | |
tree | db3189d60246fbd02c69f4af3f5bb977e0199ef1 /devel/subversion16/files | |
parent | cf43127c6ab7df73a0904170d512aa4f1924626e (diff) |
Update to subversion-0.21.0. In addition to the submission, this
commit includes a plist fix, plus elimination of two unneeded patches.
Submitted by: plasma <plasmaball@pchome.com.tw>
Approved by: Craig Rodrigues <rodrigc@attbi.com>
Notes
Notes:
svn path=/head/; revision=79255
Diffstat (limited to 'devel/subversion16/files')
-rw-r--r-- | devel/subversion16/files/patch-configure | 13 | ||||
-rw-r--r-- | devel/subversion16/files/patch-configure.in | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/devel/subversion16/files/patch-configure b/devel/subversion16/files/patch-configure deleted file mode 100644 index 0c05cf9390f6..000000000000 --- a/devel/subversion16/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Fri Dec 20 04:01:56 2002 -+++ configure Fri Dec 20 04:02:11 2002 -@@ -1721,8 +1721,8 @@ - - - --APR_VER_REGEX="0\.9\.[2-9]" --APU_VER_REGEX="0\.9\.[2-9]" -+APR_VER_REGEX="0\.9\.[1-9]" -+APU_VER_REGEX="0\.9\.[1-9]" - - - diff --git a/devel/subversion16/files/patch-configure.in b/devel/subversion16/files/patch-configure.in deleted file mode 100644 index f67075098937..000000000000 --- a/devel/subversion16/files/patch-configure.in +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.in.orig Fri Dec 20 03:56:09 2002 -+++ configure.in Fri Dec 20 03:56:32 2002 -@@ -81,8 +81,8 @@ - - dnl verify apr version and set apr flags - changequote(<<, >>) --APR_VER_REGEX="0\.9\.[2-9]" --APU_VER_REGEX="0\.9\.[2-9]" -+APR_VER_REGEX="0\.9\.[1-9]" -+APU_VER_REGEX="0\.9\.[1-9]" - changequote([, ]) - - SVN_LIB_APR($APR_VER_REGEX) |