diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-02 16:52:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-02 16:52:09 +0800 |
commit | 7b53f952f84d58a3def25525b60c818cb6ac27e0 (patch) | |
tree | c2fcc4cbc8f34c47c0e85d24dd12ff2aa2acbe38 /devel/subversion | |
parent | 9b1caa9f2790d37923426263be57a19f86fda543 (diff) | |
download | freebsd-ports-graphics-7b53f952f84d58a3def25525b60c818cb6ac27e0.tar.gz freebsd-ports-graphics-7b53f952f84d58a3def25525b60c818cb6ac27e0.tar.zst freebsd-ports-graphics-7b53f952f84d58a3def25525b60c818cb6ac27e0.zip |
upgrade to r3987
PR: 46398
Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer)
Approved by: old maintainer
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile | 8 | ||||
-rw-r--r-- | devel/subversion/distinfo | 2 | ||||
-rw-r--r-- | devel/subversion/files/patch-configure | 13 | ||||
-rw-r--r-- | devel/subversion/files/patch-configure.in | 13 | ||||
-rw-r--r-- | devel/subversion/pkg-plist | 4 |
5 files changed, 35 insertions, 5 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 4c232fff21c..f04a961d4ab 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= r3033 # 0.14.2 +PORTVERSION= r3987 # 0.16.0 CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/718/ +MASTER_SITES= http://subversion.tigris.org/files/documents/15/2123/ -MAINTAINER= rooneg@electricjellyfish.net +MAINTAINER= rodrigc@attbi.com LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ - neon.22:${PORTSDIR}/www/neon \ + neon.23:${PORTSDIR}/www/neon \ expat.4:${PORTSDIR}/textproc/expat2 \ apr:${PORTSDIR}/devel/apr RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index d4dccb4f7a7..3d43a13484e 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1 +1 @@ -MD5 (subversion-r3033.tar.gz) = 83f283eab9da5d2822dae7413e4bc4fc +MD5 (subversion-r3987.tar.gz) = f1e4f2a7ce09e5d3e5505865de92e75b diff --git a/devel/subversion/files/patch-configure b/devel/subversion/files/patch-configure new file mode 100644 index 00000000000..0c05cf9390f --- /dev/null +++ b/devel/subversion/files/patch-configure @@ -0,0 +1,13 @@ +--- 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/subversion/files/patch-configure.in b/devel/subversion/files/patch-configure.in new file mode 100644 index 00000000000..f6707509893 --- /dev/null +++ b/devel/subversion/files/patch-configure.in @@ -0,0 +1,13 @@ +--- 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) diff --git a/devel/subversion/pkg-plist b/devel/subversion/pkg-plist index c84670a6ae1..53a1e9a7e68 100644 --- a/devel/subversion/pkg-plist +++ b/devel/subversion/pkg-plist @@ -14,14 +14,18 @@ include/subversion-1/svn_error_codes.h include/subversion-1/svn_fs.h include/subversion-1/svn_hash.h include/subversion-1/svn_io.h +include/subversion-1/svn_opt.h include/subversion-1/svn_path.h +include/subversion-1/svn_pipe.h include/subversion-1/svn_pools.h include/subversion-1/svn_props.h include/subversion-1/svn_quoprint.h include/subversion-1/svn_ra.h +include/subversion-1/svn_ra_svn.h include/subversion-1/svn_repos.h include/subversion-1/svn_sorts.h include/subversion-1/svn_string.h +include/subversion-1/svn_subst.h include/subversion-1/svn_test.h include/subversion-1/svn_time.h include/subversion-1/svn_types.h |