Update to latest 0.30.0 version.
PR: ports/57202
This commit is contained in:
parent
d93dcc3c27
commit
b521a46eb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89961
12 changed files with 24 additions and 24 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (subversion-0.29.0.tar.gz) = 5de4d92eae7ea5d83fe6c3964a08e261
|
||||
MD5 (subversion-0.30.0.tar.gz) = 9dac76a67a217dc6b7f63259761ff93f
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (subversion-0.29.0.tar.gz) = 5de4d92eae7ea5d83fe6c3964a08e261
|
||||
MD5 (subversion-0.30.0.tar.gz) = 9dac76a67a217dc6b7f63259761ff93f
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (subversion-0.29.0.tar.gz) = 5de4d92eae7ea5d83fe6c3964a08e261
|
||||
MD5 (subversion-0.30.0.tar.gz) = 9dac76a67a217dc6b7f63259761ff93f
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (subversion-0.29.0.tar.gz) = 5de4d92eae7ea5d83fe6c3964a08e261
|
||||
MD5 (subversion-0.30.0.tar.gz) = 9dac76a67a217dc6b7f63259761ff93f
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue