Index: head/devel/subversion/Makefile =================================================================== --- head/devel/subversion/Makefile (revision 81404) +++ head/devel/subversion/Makefile (revision 81405) @@ -1,59 +1,59 @@ # New ports collection makefile for: subversion # Date created: 10 September 2001 # Whom: rooneg@electricjellyfish.net # # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 0.22.1 +PORTVERSION= 0.23.0 CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/4038/ +MASTER_SITES= http://subversion.tigris.org/files/documents/15/4218/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bmah MAINTAINER= rodrigc@attbi.com COMMENT= Version control system LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ neon.23:${PORTSDIR}/www/neon \ expat.4:${PORTSDIR}/textproc/expat2 \ apr-0.9:${PORTSDIR}/devel/apr 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_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} 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 post-extract: @${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure @${RM} -r ${WRKSRC}/neon @${RM} -r ${WRKSRC}/apr @${RM} -r ${WRKSRC}/apr-util post-configure: @${REINPLACE_CMD} 's/install-swig-py-lib//g' ${WRKSRC}/Makefile @${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} \ install-book-html install-book-pdf install-book-ps .endif .include Property changes on: head/devel/subversion/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/devel/subversion/distinfo =================================================================== --- head/devel/subversion/distinfo (revision 81404) +++ head/devel/subversion/distinfo (revision 81405) @@ -1 +1 @@ -MD5 (subversion-0.22.1.tar.gz) = a9fcac51ffce4ba475bf61449689b435 +MD5 (subversion-0.23.0.tar.gz) = 59661f2145976437b371a0ab3a555dbd Property changes on: head/devel/subversion/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/subversion/files/patch-book-Makefile =================================================================== --- head/devel/subversion/files/patch-book-Makefile (nonexistent) +++ head/devel/subversion/files/patch-book-Makefile (revision 81405) @@ -0,0 +1,24 @@ +--- doc/book/Makefile.orig Mon May 19 17:06:16 2003 ++++ doc/book/Makefile Mon May 19 17:22:14 2003 +@@ -98,7 +98,7 @@ + $(BOOK_INSTALL_DIR): + $(INSTALL) -d $(BOOK_INSTALL_DIR) + +-install-book-html: $(BOOK_HTML_TARGET) ++install-book-html: + $(INSTALL) -d $(BOOK_INSTALL_DIR)/images + $(INSTALL) $(BOOK_HTML_TARGET) $(BOOK_INSTALL_DIR) + $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) +@@ -111,10 +111,10 @@ + $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) + $(INSTALL) $(BOOK_DIR)/images/*.png $(BOOK_INSTALL_DIR)/images + +-install-book-pdf: $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) ++install-book-pdf: + $(INSTALL) $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) + +-install-book-ps: $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) ++install-book-ps: + $(INSTALL) $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) + + book-clean: Property changes on: head/devel/subversion/files/patch-book-Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/subversion/pkg-plist =================================================================== --- head/devel/subversion/pkg-plist (revision 81404) +++ head/devel/subversion/pkg-plist (revision 81405) @@ -1,113 +1,112 @@ bin/svn -bin/svn-config bin/svnadmin bin/svndumpfilter bin/svnlook bin/svnserve bin/svnversion 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_config.h include/subversion-1/svn_dav.h include/subversion-1/svn_delta.h include/subversion-1/svn_diff.h include/subversion-1/svn_error.h 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_md5.h include/subversion-1/svn_opt.h include/subversion-1/svn_path.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 include/subversion-1/svn_utf.h 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_client-1.a lib/libsvn_client-1.la lib/libsvn_client-1.so lib/libsvn_client-1.so.0 lib/libsvn_delta-1.a lib/libsvn_delta-1.la lib/libsvn_delta-1.so lib/libsvn_delta-1.so.0 lib/libsvn_diff-1.a lib/libsvn_diff-1.la lib/libsvn_diff-1.so lib/libsvn_diff-1.so.0 lib/libsvn_fs-1.a lib/libsvn_fs-1.la lib/libsvn_fs-1.so lib/libsvn_fs-1.so.0 lib/libsvn_ra-1.a lib/libsvn_ra-1.la lib/libsvn_ra-1.so lib/libsvn_ra-1.so.0 lib/libsvn_ra_dav-1.a lib/libsvn_ra_dav-1.la lib/libsvn_ra_dav-1.so lib/libsvn_ra_dav-1.so.0 lib/libsvn_ra_local-1.a lib/libsvn_ra_local-1.la lib/libsvn_ra_local-1.so lib/libsvn_ra_local-1.so.0 lib/libsvn_ra_svn-1.a lib/libsvn_ra_svn-1.la lib/libsvn_ra_svn-1.so lib/libsvn_ra_svn-1.so.0 lib/libsvn_repos-1.a lib/libsvn_repos-1.la lib/libsvn_repos-1.so lib/libsvn_repos-1.so.0 lib/libsvn_subr-1.a lib/libsvn_subr-1.la lib/libsvn_subr-1.so lib/libsvn_subr-1.so.0 lib/libsvn_wc-1.a lib/libsvn_wc-1.la lib/libsvn_wc-1.so lib/libsvn_wc-1.so.0 %%PORTDOCS%%share/doc/subversion/book/images/ch02dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia3.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia4.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia5.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia6.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia7.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia3.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia4.png %%PORTDOCS%%share/doc/subversion/book/images/ch05dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch05dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia3.png %%PORTDOCS%%@dirrm share/doc/subversion/book/images %%PORTDOCS%%share/doc/subversion/book/book.html %%PORTDOCS%%share/doc/subversion/book/book.pdf %%PORTDOCS%%share/doc/subversion/book/book.ps %%PORTDOCS%%share/doc/subversion/book/styles.css %%PORTDOCS%%@dirrm share/doc/subversion/book %%PORTDOCS%%@dirrm share/doc/subversion Property changes on: head/devel/subversion/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/devel/subversion-devel/Makefile =================================================================== --- head/devel/subversion-devel/Makefile (revision 81404) +++ head/devel/subversion-devel/Makefile (revision 81405) @@ -1,59 +1,59 @@ # New ports collection makefile for: subversion # Date created: 10 September 2001 # Whom: rooneg@electricjellyfish.net # # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 0.22.1 +PORTVERSION= 0.23.0 CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/4038/ +MASTER_SITES= http://subversion.tigris.org/files/documents/15/4218/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bmah MAINTAINER= rodrigc@attbi.com COMMENT= Version control system LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ neon.23:${PORTSDIR}/www/neon \ expat.4:${PORTSDIR}/textproc/expat2 \ apr-0.9:${PORTSDIR}/devel/apr 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_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} 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 post-extract: @${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure @${RM} -r ${WRKSRC}/neon @${RM} -r ${WRKSRC}/apr @${RM} -r ${WRKSRC}/apr-util post-configure: @${REINPLACE_CMD} 's/install-swig-py-lib//g' ${WRKSRC}/Makefile @${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} \ install-book-html install-book-pdf install-book-ps .endif .include Property changes on: head/devel/subversion-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/devel/subversion-devel/distinfo =================================================================== --- head/devel/subversion-devel/distinfo (revision 81404) +++ head/devel/subversion-devel/distinfo (revision 81405) @@ -1 +1 @@ -MD5 (subversion-0.22.1.tar.gz) = a9fcac51ffce4ba475bf61449689b435 +MD5 (subversion-0.23.0.tar.gz) = 59661f2145976437b371a0ab3a555dbd Property changes on: head/devel/subversion-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/subversion-devel/files/patch-book-Makefile =================================================================== --- head/devel/subversion-devel/files/patch-book-Makefile (nonexistent) +++ head/devel/subversion-devel/files/patch-book-Makefile (revision 81405) @@ -0,0 +1,24 @@ +--- doc/book/Makefile.orig Mon May 19 17:06:16 2003 ++++ doc/book/Makefile Mon May 19 17:22:14 2003 +@@ -98,7 +98,7 @@ + $(BOOK_INSTALL_DIR): + $(INSTALL) -d $(BOOK_INSTALL_DIR) + +-install-book-html: $(BOOK_HTML_TARGET) ++install-book-html: + $(INSTALL) -d $(BOOK_INSTALL_DIR)/images + $(INSTALL) $(BOOK_HTML_TARGET) $(BOOK_INSTALL_DIR) + $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) +@@ -111,10 +111,10 @@ + $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) + $(INSTALL) $(BOOK_DIR)/images/*.png $(BOOK_INSTALL_DIR)/images + +-install-book-pdf: $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) ++install-book-pdf: + $(INSTALL) $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) + +-install-book-ps: $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) ++install-book-ps: + $(INSTALL) $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) + + book-clean: Property changes on: head/devel/subversion-devel/files/patch-book-Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/subversion-devel/pkg-plist =================================================================== --- head/devel/subversion-devel/pkg-plist (revision 81404) +++ head/devel/subversion-devel/pkg-plist (revision 81405) @@ -1,113 +1,112 @@ bin/svn -bin/svn-config bin/svnadmin bin/svndumpfilter bin/svnlook bin/svnserve bin/svnversion 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_config.h include/subversion-1/svn_dav.h include/subversion-1/svn_delta.h include/subversion-1/svn_diff.h include/subversion-1/svn_error.h 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_md5.h include/subversion-1/svn_opt.h include/subversion-1/svn_path.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 include/subversion-1/svn_utf.h 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_client-1.a lib/libsvn_client-1.la lib/libsvn_client-1.so lib/libsvn_client-1.so.0 lib/libsvn_delta-1.a lib/libsvn_delta-1.la lib/libsvn_delta-1.so lib/libsvn_delta-1.so.0 lib/libsvn_diff-1.a lib/libsvn_diff-1.la lib/libsvn_diff-1.so lib/libsvn_diff-1.so.0 lib/libsvn_fs-1.a lib/libsvn_fs-1.la lib/libsvn_fs-1.so lib/libsvn_fs-1.so.0 lib/libsvn_ra-1.a lib/libsvn_ra-1.la lib/libsvn_ra-1.so lib/libsvn_ra-1.so.0 lib/libsvn_ra_dav-1.a lib/libsvn_ra_dav-1.la lib/libsvn_ra_dav-1.so lib/libsvn_ra_dav-1.so.0 lib/libsvn_ra_local-1.a lib/libsvn_ra_local-1.la lib/libsvn_ra_local-1.so lib/libsvn_ra_local-1.so.0 lib/libsvn_ra_svn-1.a lib/libsvn_ra_svn-1.la lib/libsvn_ra_svn-1.so lib/libsvn_ra_svn-1.so.0 lib/libsvn_repos-1.a lib/libsvn_repos-1.la lib/libsvn_repos-1.so lib/libsvn_repos-1.so.0 lib/libsvn_subr-1.a lib/libsvn_subr-1.la lib/libsvn_subr-1.so lib/libsvn_subr-1.so.0 lib/libsvn_wc-1.a lib/libsvn_wc-1.la lib/libsvn_wc-1.so lib/libsvn_wc-1.so.0 %%PORTDOCS%%share/doc/subversion/book/images/ch02dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia3.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia4.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia5.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia6.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia7.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia3.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia4.png %%PORTDOCS%%share/doc/subversion/book/images/ch05dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch05dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia3.png %%PORTDOCS%%@dirrm share/doc/subversion/book/images %%PORTDOCS%%share/doc/subversion/book/book.html %%PORTDOCS%%share/doc/subversion/book/book.pdf %%PORTDOCS%%share/doc/subversion/book/book.ps %%PORTDOCS%%share/doc/subversion/book/styles.css %%PORTDOCS%%@dirrm share/doc/subversion/book %%PORTDOCS%%@dirrm share/doc/subversion Property changes on: head/devel/subversion-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/devel/subversion-freebsd/Makefile =================================================================== --- head/devel/subversion-freebsd/Makefile (revision 81404) +++ head/devel/subversion-freebsd/Makefile (revision 81405) @@ -1,59 +1,59 @@ # New ports collection makefile for: subversion # Date created: 10 September 2001 # Whom: rooneg@electricjellyfish.net # # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 0.22.1 +PORTVERSION= 0.23.0 CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/4038/ +MASTER_SITES= http://subversion.tigris.org/files/documents/15/4218/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bmah MAINTAINER= rodrigc@attbi.com COMMENT= Version control system LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ neon.23:${PORTSDIR}/www/neon \ expat.4:${PORTSDIR}/textproc/expat2 \ apr-0.9:${PORTSDIR}/devel/apr 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_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} 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 post-extract: @${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure @${RM} -r ${WRKSRC}/neon @${RM} -r ${WRKSRC}/apr @${RM} -r ${WRKSRC}/apr-util post-configure: @${REINPLACE_CMD} 's/install-swig-py-lib//g' ${WRKSRC}/Makefile @${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} \ install-book-html install-book-pdf install-book-ps .endif .include Property changes on: head/devel/subversion-freebsd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/devel/subversion-freebsd/distinfo =================================================================== --- head/devel/subversion-freebsd/distinfo (revision 81404) +++ head/devel/subversion-freebsd/distinfo (revision 81405) @@ -1 +1 @@ -MD5 (subversion-0.22.1.tar.gz) = a9fcac51ffce4ba475bf61449689b435 +MD5 (subversion-0.23.0.tar.gz) = 59661f2145976437b371a0ab3a555dbd Property changes on: head/devel/subversion-freebsd/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/subversion-freebsd/files/patch-book-Makefile =================================================================== --- head/devel/subversion-freebsd/files/patch-book-Makefile (nonexistent) +++ head/devel/subversion-freebsd/files/patch-book-Makefile (revision 81405) @@ -0,0 +1,24 @@ +--- doc/book/Makefile.orig Mon May 19 17:06:16 2003 ++++ doc/book/Makefile Mon May 19 17:22:14 2003 +@@ -98,7 +98,7 @@ + $(BOOK_INSTALL_DIR): + $(INSTALL) -d $(BOOK_INSTALL_DIR) + +-install-book-html: $(BOOK_HTML_TARGET) ++install-book-html: + $(INSTALL) -d $(BOOK_INSTALL_DIR)/images + $(INSTALL) $(BOOK_HTML_TARGET) $(BOOK_INSTALL_DIR) + $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) +@@ -111,10 +111,10 @@ + $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) + $(INSTALL) $(BOOK_DIR)/images/*.png $(BOOK_INSTALL_DIR)/images + +-install-book-pdf: $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) ++install-book-pdf: + $(INSTALL) $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) + +-install-book-ps: $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) ++install-book-ps: + $(INSTALL) $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) + + book-clean: Property changes on: head/devel/subversion-freebsd/files/patch-book-Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/subversion-freebsd/pkg-plist =================================================================== --- head/devel/subversion-freebsd/pkg-plist (revision 81404) +++ head/devel/subversion-freebsd/pkg-plist (revision 81405) @@ -1,113 +1,112 @@ bin/svn -bin/svn-config bin/svnadmin bin/svndumpfilter bin/svnlook bin/svnserve bin/svnversion 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_config.h include/subversion-1/svn_dav.h include/subversion-1/svn_delta.h include/subversion-1/svn_diff.h include/subversion-1/svn_error.h 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_md5.h include/subversion-1/svn_opt.h include/subversion-1/svn_path.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 include/subversion-1/svn_utf.h 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_client-1.a lib/libsvn_client-1.la lib/libsvn_client-1.so lib/libsvn_client-1.so.0 lib/libsvn_delta-1.a lib/libsvn_delta-1.la lib/libsvn_delta-1.so lib/libsvn_delta-1.so.0 lib/libsvn_diff-1.a lib/libsvn_diff-1.la lib/libsvn_diff-1.so lib/libsvn_diff-1.so.0 lib/libsvn_fs-1.a lib/libsvn_fs-1.la lib/libsvn_fs-1.so lib/libsvn_fs-1.so.0 lib/libsvn_ra-1.a lib/libsvn_ra-1.la lib/libsvn_ra-1.so lib/libsvn_ra-1.so.0 lib/libsvn_ra_dav-1.a lib/libsvn_ra_dav-1.la lib/libsvn_ra_dav-1.so lib/libsvn_ra_dav-1.so.0 lib/libsvn_ra_local-1.a lib/libsvn_ra_local-1.la lib/libsvn_ra_local-1.so lib/libsvn_ra_local-1.so.0 lib/libsvn_ra_svn-1.a lib/libsvn_ra_svn-1.la lib/libsvn_ra_svn-1.so lib/libsvn_ra_svn-1.so.0 lib/libsvn_repos-1.a lib/libsvn_repos-1.la lib/libsvn_repos-1.so lib/libsvn_repos-1.so.0 lib/libsvn_subr-1.a lib/libsvn_subr-1.la lib/libsvn_subr-1.so lib/libsvn_subr-1.so.0 lib/libsvn_wc-1.a lib/libsvn_wc-1.la lib/libsvn_wc-1.so lib/libsvn_wc-1.so.0 %%PORTDOCS%%share/doc/subversion/book/images/ch02dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia3.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia4.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia5.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia6.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia7.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia3.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia4.png %%PORTDOCS%%share/doc/subversion/book/images/ch05dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch05dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia3.png %%PORTDOCS%%@dirrm share/doc/subversion/book/images %%PORTDOCS%%share/doc/subversion/book/book.html %%PORTDOCS%%share/doc/subversion/book/book.pdf %%PORTDOCS%%share/doc/subversion/book/book.ps %%PORTDOCS%%share/doc/subversion/book/styles.css %%PORTDOCS%%@dirrm share/doc/subversion/book %%PORTDOCS%%@dirrm share/doc/subversion Property changes on: head/devel/subversion-freebsd/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/devel/subversion16/Makefile =================================================================== --- head/devel/subversion16/Makefile (revision 81404) +++ head/devel/subversion16/Makefile (revision 81405) @@ -1,59 +1,59 @@ # New ports collection makefile for: subversion # Date created: 10 September 2001 # Whom: rooneg@electricjellyfish.net # # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 0.22.1 +PORTVERSION= 0.23.0 CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/4038/ +MASTER_SITES= http://subversion.tigris.org/files/documents/15/4218/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bmah MAINTAINER= rodrigc@attbi.com COMMENT= Version control system LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ neon.23:${PORTSDIR}/www/neon \ expat.4:${PORTSDIR}/textproc/expat2 \ apr-0.9:${PORTSDIR}/devel/apr 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_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} 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 post-extract: @${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure @${RM} -r ${WRKSRC}/neon @${RM} -r ${WRKSRC}/apr @${RM} -r ${WRKSRC}/apr-util post-configure: @${REINPLACE_CMD} 's/install-swig-py-lib//g' ${WRKSRC}/Makefile @${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} \ install-book-html install-book-pdf install-book-ps .endif .include Property changes on: head/devel/subversion16/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/devel/subversion16/distinfo =================================================================== --- head/devel/subversion16/distinfo (revision 81404) +++ head/devel/subversion16/distinfo (revision 81405) @@ -1 +1 @@ -MD5 (subversion-0.22.1.tar.gz) = a9fcac51ffce4ba475bf61449689b435 +MD5 (subversion-0.23.0.tar.gz) = 59661f2145976437b371a0ab3a555dbd Property changes on: head/devel/subversion16/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/subversion16/files/patch-book-Makefile =================================================================== --- head/devel/subversion16/files/patch-book-Makefile (nonexistent) +++ head/devel/subversion16/files/patch-book-Makefile (revision 81405) @@ -0,0 +1,24 @@ +--- doc/book/Makefile.orig Mon May 19 17:06:16 2003 ++++ doc/book/Makefile Mon May 19 17:22:14 2003 +@@ -98,7 +98,7 @@ + $(BOOK_INSTALL_DIR): + $(INSTALL) -d $(BOOK_INSTALL_DIR) + +-install-book-html: $(BOOK_HTML_TARGET) ++install-book-html: + $(INSTALL) -d $(BOOK_INSTALL_DIR)/images + $(INSTALL) $(BOOK_HTML_TARGET) $(BOOK_INSTALL_DIR) + $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) +@@ -111,10 +111,10 @@ + $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) + $(INSTALL) $(BOOK_DIR)/images/*.png $(BOOK_INSTALL_DIR)/images + +-install-book-pdf: $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) ++install-book-pdf: + $(INSTALL) $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) + +-install-book-ps: $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) ++install-book-ps: + $(INSTALL) $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) + + book-clean: Property changes on: head/devel/subversion16/files/patch-book-Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/subversion16/pkg-plist =================================================================== --- head/devel/subversion16/pkg-plist (revision 81404) +++ head/devel/subversion16/pkg-plist (revision 81405) @@ -1,113 +1,112 @@ bin/svn -bin/svn-config bin/svnadmin bin/svndumpfilter bin/svnlook bin/svnserve bin/svnversion 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_config.h include/subversion-1/svn_dav.h include/subversion-1/svn_delta.h include/subversion-1/svn_diff.h include/subversion-1/svn_error.h 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_md5.h include/subversion-1/svn_opt.h include/subversion-1/svn_path.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 include/subversion-1/svn_utf.h 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_client-1.a lib/libsvn_client-1.la lib/libsvn_client-1.so lib/libsvn_client-1.so.0 lib/libsvn_delta-1.a lib/libsvn_delta-1.la lib/libsvn_delta-1.so lib/libsvn_delta-1.so.0 lib/libsvn_diff-1.a lib/libsvn_diff-1.la lib/libsvn_diff-1.so lib/libsvn_diff-1.so.0 lib/libsvn_fs-1.a lib/libsvn_fs-1.la lib/libsvn_fs-1.so lib/libsvn_fs-1.so.0 lib/libsvn_ra-1.a lib/libsvn_ra-1.la lib/libsvn_ra-1.so lib/libsvn_ra-1.so.0 lib/libsvn_ra_dav-1.a lib/libsvn_ra_dav-1.la lib/libsvn_ra_dav-1.so lib/libsvn_ra_dav-1.so.0 lib/libsvn_ra_local-1.a lib/libsvn_ra_local-1.la lib/libsvn_ra_local-1.so lib/libsvn_ra_local-1.so.0 lib/libsvn_ra_svn-1.a lib/libsvn_ra_svn-1.la lib/libsvn_ra_svn-1.so lib/libsvn_ra_svn-1.so.0 lib/libsvn_repos-1.a lib/libsvn_repos-1.la lib/libsvn_repos-1.so lib/libsvn_repos-1.so.0 lib/libsvn_subr-1.a lib/libsvn_subr-1.la lib/libsvn_subr-1.so lib/libsvn_subr-1.so.0 lib/libsvn_wc-1.a lib/libsvn_wc-1.la lib/libsvn_wc-1.so lib/libsvn_wc-1.so.0 %%PORTDOCS%%share/doc/subversion/book/images/ch02dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia3.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia4.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia5.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia6.png %%PORTDOCS%%share/doc/subversion/book/images/ch02dia7.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia3.png %%PORTDOCS%%share/doc/subversion/book/images/ch04dia4.png %%PORTDOCS%%share/doc/subversion/book/images/ch05dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch05dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia1.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia2.png %%PORTDOCS%%share/doc/subversion/book/images/ch07dia3.png %%PORTDOCS%%@dirrm share/doc/subversion/book/images %%PORTDOCS%%share/doc/subversion/book/book.html %%PORTDOCS%%share/doc/subversion/book/book.pdf %%PORTDOCS%%share/doc/subversion/book/book.ps %%PORTDOCS%%share/doc/subversion/book/styles.css %%PORTDOCS%%@dirrm share/doc/subversion/book %%PORTDOCS%%@dirrm share/doc/subversion Property changes on: head/devel/subversion16/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property