Mostly-maintainer update as follows:

Various fixes found by portlint -A.

Hook up the info file to the info directory.

Bump PORTREVISION.

Submitted by:	Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
This commit is contained in:
Bruce A. Mah 2003-04-04 18:06:54 +00:00
parent 809f262a8a
commit 6a84df1442
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78193
12 changed files with 40 additions and 68 deletions

View File

@ -6,6 +6,7 @@
PORTNAME= subversion
PORTVERSION= 0.20.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/files/documents/15/3440/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@ -21,17 +22,20 @@ LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \
RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils
BUILD_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/subversion-${PORTVERSION}
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-ssl \
CONFIGURE_ARGS= --with-ssl \
--with-neon=${LOCALBASE} \
--with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \
--with-apr=${LOCALBASE} \
--with-apr-util=${LOCALBASE}
MAN1= svn.1 svnadmin.1
MANCOMPRESSED= no
MAN1= svn.1 svnadmin.1
MANCOMPRESSED= no
post-extract:
@${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure
@ -45,6 +49,7 @@ post-configure:
@${REINPLACE_CMD} 's/swig-py-lib//g' ${WRKSRC}/Makefile
post-install:
install-info ${PREFIX}/info/svn-design.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/doc/book; \
${MAKE} INSTALL_DIR=${DOCSDIR} \

View File

@ -1,14 +0,0 @@
WARNING!!!
Subversion is still pre-alpha software and should not be used in anything
even approaching a production environment. The working copy and repository
formats are almost certainly going to change in ways that are not backwards
compatable, and Murphy's Law says that you will be the one that runs into
the nasty bug that munges all your data in a completely non-recoverable way.
If this hasn't scared you off yet, please use this port to download the most
recent development code from the main Subversion repository located at
http://svn.collab.net/repos/svn/trunk, and report any bugs you encounter to
the development mailing list at dev@subversion.tigris.org.

View File

@ -37,10 +37,12 @@ include/subversion-1/svn_version.h
include/subversion-1/svn_wc.h
include/subversion-1/svn_xml.h
@dirrm include/subversion-1
@unexec install-info --delete %D/info/svn-design.info %D/info/dir
info/svn-design.info
info/svn-design.info-1
info/svn-design.info-2
info/svn-design.info-3
@exec install-info %D/info/svn-design.info %D/info/dir
lib/libsvn_auth-1.a
lib/libsvn_auth-1.la
lib/libsvn_auth-1.so

View File

@ -6,6 +6,7 @@
PORTNAME= subversion
PORTVERSION= 0.20.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/files/documents/15/3440/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@ -21,17 +22,20 @@ LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \
RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils
BUILD_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/subversion-${PORTVERSION}
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-ssl \
CONFIGURE_ARGS= --with-ssl \
--with-neon=${LOCALBASE} \
--with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \
--with-apr=${LOCALBASE} \
--with-apr-util=${LOCALBASE}
MAN1= svn.1 svnadmin.1
MANCOMPRESSED= no
MAN1= svn.1 svnadmin.1
MANCOMPRESSED= no
post-extract:
@${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure
@ -45,6 +49,7 @@ post-configure:
@${REINPLACE_CMD} 's/swig-py-lib//g' ${WRKSRC}/Makefile
post-install:
install-info ${PREFIX}/info/svn-design.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/doc/book; \
${MAKE} INSTALL_DIR=${DOCSDIR} \

View File

@ -1,14 +0,0 @@
WARNING!!!
Subversion is still pre-alpha software and should not be used in anything
even approaching a production environment. The working copy and repository
formats are almost certainly going to change in ways that are not backwards
compatable, and Murphy's Law says that you will be the one that runs into
the nasty bug that munges all your data in a completely non-recoverable way.
If this hasn't scared you off yet, please use this port to download the most
recent development code from the main Subversion repository located at
http://svn.collab.net/repos/svn/trunk, and report any bugs you encounter to
the development mailing list at dev@subversion.tigris.org.

View File

@ -37,10 +37,12 @@ include/subversion-1/svn_version.h
include/subversion-1/svn_wc.h
include/subversion-1/svn_xml.h
@dirrm include/subversion-1
@unexec install-info --delete %D/info/svn-design.info %D/info/dir
info/svn-design.info
info/svn-design.info-1
info/svn-design.info-2
info/svn-design.info-3
@exec install-info %D/info/svn-design.info %D/info/dir
lib/libsvn_auth-1.a
lib/libsvn_auth-1.la
lib/libsvn_auth-1.so

View File

@ -6,6 +6,7 @@
PORTNAME= subversion
PORTVERSION= 0.20.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/files/documents/15/3440/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@ -21,17 +22,20 @@ LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \
RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils
BUILD_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/subversion-${PORTVERSION}
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-ssl \
CONFIGURE_ARGS= --with-ssl \
--with-neon=${LOCALBASE} \
--with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \
--with-apr=${LOCALBASE} \
--with-apr-util=${LOCALBASE}
MAN1= svn.1 svnadmin.1
MANCOMPRESSED= no
MAN1= svn.1 svnadmin.1
MANCOMPRESSED= no
post-extract:
@${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure
@ -45,6 +49,7 @@ post-configure:
@${REINPLACE_CMD} 's/swig-py-lib//g' ${WRKSRC}/Makefile
post-install:
install-info ${PREFIX}/info/svn-design.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/doc/book; \
${MAKE} INSTALL_DIR=${DOCSDIR} \

View File

@ -1,14 +0,0 @@
WARNING!!!
Subversion is still pre-alpha software and should not be used in anything
even approaching a production environment. The working copy and repository
formats are almost certainly going to change in ways that are not backwards
compatable, and Murphy's Law says that you will be the one that runs into
the nasty bug that munges all your data in a completely non-recoverable way.
If this hasn't scared you off yet, please use this port to download the most
recent development code from the main Subversion repository located at
http://svn.collab.net/repos/svn/trunk, and report any bugs you encounter to
the development mailing list at dev@subversion.tigris.org.

View File

@ -37,10 +37,12 @@ include/subversion-1/svn_version.h
include/subversion-1/svn_wc.h
include/subversion-1/svn_xml.h
@dirrm include/subversion-1
@unexec install-info --delete %D/info/svn-design.info %D/info/dir
info/svn-design.info
info/svn-design.info-1
info/svn-design.info-2
info/svn-design.info-3
@exec install-info %D/info/svn-design.info %D/info/dir
lib/libsvn_auth-1.a
lib/libsvn_auth-1.la
lib/libsvn_auth-1.so

View File

@ -6,6 +6,7 @@
PORTNAME= subversion
PORTVERSION= 0.20.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/files/documents/15/3440/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@ -21,17 +22,20 @@ LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \
RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils
BUILD_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/subversion-${PORTVERSION}
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-ssl \
CONFIGURE_ARGS= --with-ssl \
--with-neon=${LOCALBASE} \
--with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \
--with-apr=${LOCALBASE} \
--with-apr-util=${LOCALBASE}
MAN1= svn.1 svnadmin.1
MANCOMPRESSED= no
MAN1= svn.1 svnadmin.1
MANCOMPRESSED= no
post-extract:
@${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure
@ -45,6 +49,7 @@ post-configure:
@${REINPLACE_CMD} 's/swig-py-lib//g' ${WRKSRC}/Makefile
post-install:
install-info ${PREFIX}/info/svn-design.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/doc/book; \
${MAKE} INSTALL_DIR=${DOCSDIR} \

View File

@ -1,14 +0,0 @@
WARNING!!!
Subversion is still pre-alpha software and should not be used in anything
even approaching a production environment. The working copy and repository
formats are almost certainly going to change in ways that are not backwards
compatable, and Murphy's Law says that you will be the one that runs into
the nasty bug that munges all your data in a completely non-recoverable way.
If this hasn't scared you off yet, please use this port to download the most
recent development code from the main Subversion repository located at
http://svn.collab.net/repos/svn/trunk, and report any bugs you encounter to
the development mailing list at dev@subversion.tigris.org.

View File

@ -37,10 +37,12 @@ include/subversion-1/svn_version.h
include/subversion-1/svn_wc.h
include/subversion-1/svn_xml.h
@dirrm include/subversion-1
@unexec install-info --delete %D/info/svn-design.info %D/info/dir
info/svn-design.info
info/svn-design.info-1
info/svn-design.info-2
info/svn-design.info-3
@exec install-info %D/info/svn-design.info %D/info/dir
lib/libsvn_auth-1.a
lib/libsvn_auth-1.la
lib/libsvn_auth-1.so