diff options
author | lev <lev@FreeBSD.org> | 2003-10-01 18:53:56 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2003-10-01 18:53:56 +0800 |
commit | 42ac9cfd952294f94198c9246e5e15cb2d635caa (patch) | |
tree | 7e1edf0237f69bd3d904f150b664185cb92c17ed /devel/subversion | |
parent | 28071315c632987a48ec13106cdddc8f55c4a0e3 (diff) | |
download | freebsd-ports-gnome-42ac9cfd952294f94198c9246e5e15cb2d635caa.tar.gz freebsd-ports-gnome-42ac9cfd952294f94198c9246e5e15cb2d635caa.tar.zst freebsd-ports-gnome-42ac9cfd952294f94198c9246e5e15cb2d635caa.zip |
Update to latest 0.30.0 version.
PR: ports/57202
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 |