diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-10-01 10:53:56 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-10-01 10:53:56 +0000 |
commit | b521a46eb268ca5a4e5f67f240b16d2e6b4275f4 (patch) | |
tree | e88b35ce8f61fb578c93093e539b5f74d228086f /devel/subversion | |
parent | d93dcc3c27366c2e103d961291734ddea30cd327 (diff) |
Update to latest 0.30.0 version.
PR: ports/57202
Notes
Notes:
svn path=/head/; revision=89961
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile | 8 | ||||
-rw-r--r-- | devel/subversion/distinfo | 2 | ||||
-rw-r--r-- | devel/subversion/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 494e052a2981..7e6f6b072c83 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 0.29.0 +PORTVERSION= 0.30.0 CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/5977/ +MASTER_SITES= http://svn.collab.net/tarballs/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bmah @@ -15,7 +15,7 @@ MAINTAINER= lev@freebsd.org COMMENT= Version control system LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ - neon.23:${PORTSDIR}/www/neon \ + neon.24:${PORTSDIR}/www/neon \ expat.4:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes @@ -96,7 +96,7 @@ pre-install: post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - for f in BUGS CHANGES COMMITTERS COPYING HACKING IDEAS INSTALL README; do \ + for f in BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README; do \ ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ done .endif diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index 6b6124a11f8c..3b70cfec5f84 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1 +1 @@ -MD5 (subversion-0.29.0.tar.gz) = 5de4d92eae7ea5d83fe6c3964a08e261 +MD5 (subversion-0.30.0.tar.gz) = 9dac76a67a217dc6b7f63259761ff93f diff --git a/devel/subversion/pkg-plist b/devel/subversion/pkg-plist index 4d0546e6032d..20d10f6c9ada 100644 --- a/devel/subversion/pkg-plist +++ b/devel/subversion/pkg-plist @@ -9,6 +9,7 @@ include/subversion-1/svn-revision.txt include/subversion-1/svn_auth.h include/subversion-1/svn_base64.h include/subversion-1/svn_client.h +include/subversion-1/svn_cmdline.h include/subversion-1/svn_config.h include/subversion-1/svn_dav.h include/subversion-1/svn_delta.h @@ -91,7 +92,6 @@ lib/libsvn_wc-1.so.0 %%PORTDOCS%%share/doc/subversion/COMMITTERS %%PORTDOCS%%share/doc/subversion/COPYING %%PORTDOCS%%share/doc/subversion/HACKING -%%PORTDOCS%%share/doc/subversion/IDEAS %%PORTDOCS%%share/doc/subversion/INSTALL %%PORTDOCS%%share/doc/subversion/README %%PORTDOCS%%@dirrm share/doc/subversion |