On Thu, Dec 04, 2008 at 01:27:50PM +0100, Marc Espie wrote:
> On Wed, Dec 03, 2008 at 06:44:07PM +0000, Stefan Sperling wrote:
> > I don't think adding empty directories to PLISTs warrants a
> > bump for the bindings packages though, so I didn't bump them.
>
> You're wrong.
>
> You don't have to think.
>
> PLIST change -> bump.
OK, that's an easy rule. Bumped them.
Stefan
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/devel/subversion/Makefile,v
retrieving revision 1.52
diff -u -p -r1.52 Makefile
--- Makefile 18 Nov 2008 23:08:01 -0000 1.52
+++ Makefile 4 Dec 2008 12:35:27 -0000
@@ -9,10 +9,10 @@ COMMENT-ap2= apache2 subversion modules
VERSION= 1.5.4
DISTNAME= subversion-${VERSION}
PKGNAME= ${DISTNAME}
-PKGNAME-main= ${DISTNAME}p0
-PKGNAME-perl= p5-SVN-${VERSION}
-PKGNAME-python= py-subversion-${VERSION}p0
-PKGNAME-ruby= ruby-subversion-${VERSION}p0
+PKGNAME-main= ${DISTNAME}p1
+PKGNAME-perl= p5-SVN-${VERSION}p0
+PKGNAME-python= py-subversion-${VERSION}p1
+PKGNAME-ruby= ruby-subversion-${VERSION}p1
PKGNAME-ap2= ap2-subversion-${VERSION}p0
SO_VERSION= 1.1
@@ -57,17 +57,25 @@ RUN_DEPENDS-main= ${MODGETTEXT_RUN_DEPEN
CONTRIB_HOOK_SCRIPTS= case-insensitive.py pre-commit-check.py \
check-mime-type.pl pre-lock-require-needs-lock.py \
- commit-block-joke.py remove-zombie-locks.py detect-merge-conflicts.sh \
+ commit-block-joke.py remove-zombie-locks.py \
syntax-check.sh
-# There's also 'enforcer', but it has its own subdir in contrib/hook-scripts/
-# So we handle it separately, see post-install
+# There's also 'enforcer', but we handle it separately, see post-install
TOOLS_HOOK_SCRIPTS= commit-access-control.cfg.example \
- commit-access-control.pl svn2feed.py commit-access-control.pl.in \
- svnperms.conf.example commit-email.pl svnperms.py commit-email.pl.in \
- verify-po.py commit-email.rb
-# There's also 'mailer', but it has its own subdir in contrib/hook-scripts/
-# So we handle it separately, see post-install
+ commit-access-control.pl commit-email.pl commit-email.rb \
+ log-police.py svn2feed.py svnperms.conf.example \
+ svnperms.py verify-po.py
+# There's also 'mailer', but we handle it separately, see post-install
+
+CONTRIB_CLIENT_SIDE_SCRIPTS= incremental-update.py search-svnlog.pl \
+ svn-clean svn-merge-vendor.py svn_apply_autoprops.py \
+ svn_export_empty_files.py
+
+CONTRIB_SERVER_SIDE_SCRIPTS= authz_svn_group.py fsfsverify.py \
+ svn-fast-backup svn-tweak-author.py
+
+TOOLS_CLIENT_SIDE_SCRIPTS= bash_completion change-svn-wc-format.py \
+ server-version.py showchange.pl svn-graph.pl
.if !${FLAVOR:L:Mno_ap2}
MULTI_PACKAGES+= -ap2
@@ -75,7 +83,7 @@ WANTLIB-ap2= ${WANTLIB} apr-1 aprutil-1
LIB_DEPENDS-ap2= ${MODGETTEXT_LIB_DEPENDS}
. for _lib in svn_delta-1 svn_fs-1 svn_fs_base-1 svn_fs_fs-1 \
svn_fs_util-1 svn_repos-1 svn_subr-1
-LIB_DEPENDS-ap2+=
${_lib}.>=${SO_VERSION}:subversion-${VERSION}:devel/subversion,-main
+LIB_DEPENDS-ap2+= ${_lib}.>=${SO_VERSION}:${PKGNAME}:${BUILD_PKGPATH}
. endfor
BUILD_DEPENDS+= ::www/apache-httpd
RUN_DEPENDS-ap2= ::www/apache-httpd
@@ -90,7 +98,7 @@ RUN_DEPENDS-perl= ${MODGETTEXT_RUN_DEPEN
LIB_DEPENDS-perl= ${MODGETTEXT_LIB_DEPENDS}
. for _lib in svn_diff-1 svn_ra-1 svn_delta-1 svn_subr-1 svn_fs-1 \
svn_repos-1 svn_wc-1 svn_client-1
-LIB_DEPENDS-perl+=
${_lib}.>=${SO_VERSION}:subversion-${VERSION}:devel/subversion,-main
+LIB_DEPENDS-perl+= ${_lib}.>=${SO_VERSION}:${PKGNAME}:${BUILD_PKGPATH}
. endfor
WANTLIB-python= ${WANTLIB} apr-1 aprutil-1 crypto neon sasl2 ssl \
@@ -98,7 +106,7 @@ WANTLIB-python= ${WANTLIB} apr-1 aprutil
RUN_DEPENDS-python= ${MODPY_RUN_DEPENDS}
LIB_DEPENDS-python= ${MODPY_LIB_DEPENDS} ${MODGETTEXT_LIB_DEPENDS}
. for _lib in ${SVN_LIBS}
-LIB_DEPENDS-python+=
${_lib}.>=${SO_VERSION}:subversion-${VERSION}:devel/subversion,-main
+LIB_DEPENDS-python+= ${_lib}.>=${SO_VERSION}:${PKGNAME}:${BUILD_PKGPATH}
. endfor
WANTLIB-ruby= ${WANTLIB} apr-1 aprutil-1 crypto neon sasl2 ssl \
@@ -106,7 +114,7 @@ WANTLIB-ruby= ${WANTLIB} apr-1 aprutil-1
RUN_DEPENDS-ruby= ${MODRUBY_RUN_DEPENDS}
LIB_DEPENDS-ruby= ruby.>=2::lang/ruby ${MODGETTEXT_LIB_DEPENDS}
. for _lib in ${SVN_LIBS}
-LIB_DEPENDS-ruby+=
${_lib}.>=${SO_VERSION}:subversion-${VERSION}:devel/subversion,-main
+LIB_DEPENDS-ruby+= ${_lib}.>=${SO_VERSION}:${PKGNAME}:${BUILD_PKGPATH}
. endfor
MODULES+= lang/ruby
@@ -155,20 +163,30 @@ REGRESS_DEPENDS+= :${PKGNAME-python}:dev
pre-build:
@cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
${MAKE_FLAGS} clean-swig
+.endif
post-build:
+.if !${FLAVOR:L:Mno_bindings}
@cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
${MAKE_FLAGS} swig-py
@cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
${MAKE_FLAGS} swig-pl
@cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
${MAKE_FLAGS} swig-rb
+.endif
+ @cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
+ ${MAKE_FLAGS} svnmucc
+ @cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
+ ${MAKE_FLAGS} svnauthz-validate
+ @cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
+ ${MAKE_FLAGS} svn-populate-node-origins-index
do-regress:
@cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
${ALL_REGRESS_FLAGS} check FS_TYPE=bdb
@cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
${ALL_REGRESS_FLAGS} check FS_TYPE=fsfs
+.if !${FLAVOR:L:Mno_bindings}
@cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
${ALL_REGRESS_FLAGS} TMPDIR=${WRKBUILD} check-swig-pl
@cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
@@ -186,34 +204,75 @@ post-install:
@cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
${ALL_FAKE_FLAGS} install-swig-rb
.endif
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/backup
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/
+ ${INSTALL_DATA} ${FILESDIR}/config \
+ ${PREFIX}/share/examples/subversion/config
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/client-side
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/server-side
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/hook-scripts
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/cgi
+ ${INSTALL_DATA_DIR}
${PREFIX}/share/examples/subversion/client-side/emacs
+ ${INSTALL_DATA_DIR}
${PREFIX}/share/examples/subversion/client-side/svn2cl
${INSTALL_DATA_DIR}
${PREFIX}/share/examples/subversion/hook-scripts/mailer
${INSTALL_DATA_DIR}
${PREFIX}/share/examples/subversion/hook-scripts/mailer/tests
${INSTALL_DATA_DIR}
${PREFIX}/share/examples/subversion/hook-scripts/enforcer
- ${INSTALL_DATA} ${FILESDIR}/config \
- ${PREFIX}/share/examples/subversion/config
- ${INSTALL_DATA} ${WRKBUILD}/tools/backup/hot-backup.py \
- ${PREFIX}/share/examples/subversion/backup/
- ${INSTALL_DATA} ${WRKSRC}/tools/server-side/svn-backup-dumps.py \
- ${PREFIX}/share/examples/subversion/backup/
- ${INSTALL_DATA} ${WRKSRC}/contrib/server-side/svn-fast-backup \
-
${PREFIX}/share/examples/subversion/backup/svn-fast-backup
+ ${INSTALL_DATA_DIR}
${PREFIX}/share/examples/subversion/server-side/mod_dontdothat
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/xslt
+ ${INSTALL_DATA} ${WRKSRC}/contrib/cgi/* \
+ ${PREFIX}/share/examples/subversion/cgi
+ ${INSTALL_DATA} ${WRKSRC}/contrib/client-side/emacs/* \
+ ${PREFIX}/share/examples/subversion/client-side/emacs
+ ${INSTALL_DATA} ${WRKSRC}/contrib/client-side/svn2cl/* \
+ ${PREFIX}/share/examples/subversion/client-side/svn2cl
+ ${INSTALL_DATA} ${WRKSRC}/contrib/server-side/mod_dontdothat/* \
+
${PREFIX}/share/examples/subversion/server-side/mod_dontdothat
+.for _script in ${CONTRIB_CLIENT_SIDE_SCRIPTS}
+ ${INSTALL_DATA} ${WRKSRC}/contrib/client-side/${_script} \
+ ${PREFIX}/share/examples/subversion/client-side
+.endfor
+.for _script in ${CONTRIB_SERVER_SIDE_SCRIPTS}
+ ${INSTALL_DATA} ${WRKSRC}/contrib/server-side/${_script} \
+ ${PREFIX}/share/examples/subversion/server-side
+.endfor
${INSTALL_DATA} ${WRKSRC}/contrib/hook-scripts/enforcer/enforcer \
${PREFIX}/share/examples/subversion/hook-scripts/enforcer/
${INSTALL_DATA} ${WRKSRC}/contrib/hook-scripts/enforcer/enforcer.conf \
${PREFIX}/share/examples/subversion/hook-scripts/enforcer/
-.for hook_script in ${CONTRIB_HOOK_SCRIPTS}
- ${INSTALL_DATA} ${WRKSRC}/contrib/hook-scripts/${hook_script} \
+.for _hook_script in ${CONTRIB_HOOK_SCRIPTS}
+ ${INSTALL_DATA} ${WRKSRC}/contrib/hook-scripts/${_hook_script} \
${PREFIX}/share/examples/subversion/hook-scripts/
.endfor
+ @cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
+ ${ALL_FAKE_FLAGS} install-tools
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/backup
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/bdb
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/xslt
+ ${INSTALL_DATA} ${WRKBUILD}/tools/backup/hot-backup.py \
+ ${PREFIX}/share/examples/subversion/backup
+ ${INSTALL_DATA} ${WRKSRC}/tools/bdb/* \
+ ${PREFIX}/share/examples/subversion/bdb
+ ${INSTALL_DATA} ${WRKSRC}/tools/examples/* \
+ ${PREFIX}/share/examples/subversion
+.for _script in ${TOOLS_CLIENT_SIDE_SCRIPTS}
+ ${INSTALL_DATA} ${WRKSRC}/tools/client-side/${_script} \
+ ${PREFIX}/share/examples/subversion/client-side
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/tools/server-side/fsfs-reshard.py \
+ ${PREFIX}/share/examples/subversion/server-side
+ ${INSTALL_DATA} ${WRKSRC}/tools/server-side/svn-backup-dumps.py \
+ ${PREFIX}/share/examples/subversion/server-side
+ ${INSTALL_PROGRAM}
${WRKSRC}/tools/server-side/svn-populate-node-origins-index.c \
+ ${PREFIX}/share/examples/subversion/server-side
${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/README \
${PREFIX}/share/examples/subversion/hook-scripts/
-.for hook_script in ${TOOLS_HOOK_SCRIPTS}
- ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/${hook_script} \
+ ${INSTALL_DATA} ${WRKSRC}/tools/xslt/* \
+ ${PREFIX}/share/examples/subversion/xslt
+.for _hook_script in ${TOOLS_HOOK_SCRIPTS}
+ ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/${_hook_script} \
${PREFIX}/share/examples/subversion/hook-scripts/
.endfor
+ ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/mailer/mailer.conf.example
\
+ ${PREFIX}/share/examples/subversion/hook-scripts/mailer
${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/mailer/mailer.conf.example
\
${PREFIX}/share/examples/subversion/hook-scripts/mailer
${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/mailer/mailer.py \
Index: patches/patch-Makefile_in
===================================================================
RCS file: /usr/cvs/ports/devel/subversion/patches/patch-Makefile_in,v
retrieving revision 1.8
diff -u -p -r1.8 patch-Makefile_in
--- patches/patch-Makefile_in 2 Nov 2008 20:43:49 -0000 1.8
+++ patches/patch-Makefile_in 30 Nov 2008 14:16:00 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.8 2008/11/02 20:43:49 steven Exp $
--- Makefile.in.orig Tue Aug 26 19:27:56 2008
-+++ Makefile.in Sat Oct 25 21:46:14 2008
-@@ -68,8 +68,8 @@ swig_pl_libdir = @libdir@
++++ Makefile.in Sat Nov 29 18:45:38 2008
+@@ -68,12 +68,12 @@ swig_pl_libdir = @libdir@
swig_rb_libdir = @libdir@
### these possibly need further discussion
@@ -12,6 +12,11 @@ $OpenBSD: patch-Makefile_in,v 1.8 2008/1
swig_pldir = @libdir@/svn-perl
swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext
contribdir = @bindir@/svn-contrib
+-toolsdir = @bindir@/svn-tools
++toolsdir = @bindir@
+
+ javahl_javadir = @libdir@/svn-javahl
+ javahl_javahdir = @libdir@/svn-javahl/include
@@ -114,8 +114,8 @@ APACHE_LDFLAGS = @APACHE_LDFLAGS@
SWIG = @SWIG@
SWIG_PY_INCLUDES = @SWIG_PY_INCLUDES@ -I$(SWIG_SRC_DIR)/python/libsvn_swig_py
Index: pkg/MESSAGE-main
===================================================================
RCS file: pkg/MESSAGE-main
diff -N pkg/MESSAGE-main
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/MESSAGE-main 2 Dec 2008 23:43:49 -0000
@@ -0,0 +1,4 @@
+Unfortunately, the svn_load_dirs.pl script referenced by the svnbook
+could not be included in this package because of licencing issues.
+${LOCALBASE}/share/examples/subversion/client-side/svn-merge-vendor.py
+is recommended as an alternative.
Index: pkg/PLIST-main
===================================================================
RCS file: /usr/cvs/ports/devel/subversion/pkg/PLIST-main,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-main
--- pkg/PLIST-main 2 Nov 2008 20:43:49 -0000 1.3
+++ pkg/PLIST-main 3 Dec 2008 19:15:51 -0000
@@ -85,29 +85,40 @@ lib/libsvn_wc-1.la
@man man/man1/svnversion.1
@man man/man5/svnserve.conf.5
@man man/man8/svnserve.8
+share/locale/de/LC_MESSAGES/subversion.mo
+share/locale/es/LC_MESSAGES/subversion.mo
+share/locale/fr/LC_MESSAGES/subversion.mo
+share/locale/it/LC_MESSAGES/subversion.mo
+share/locale/ja/LC_MESSAGES/subversion.mo
+share/locale/ko/LC_MESSAGES/subversion.mo
+share/locale/nb/LC_MESSAGES/subversion.mo
+share/locale/pl/LC_MESSAGES/subversion.mo
+share/locale/pt_BR/LC_MESSAGES/subversion.mo
+share/locale/sv/LC_MESSAGES/subversion.mo
+share/locale/zh_CN/LC_MESSAGES/subversion.mo
+share/locale/zh_TW/LC_MESSAGES/subversion.mo
[EMAIL PROTECTED] bin/svnmucc
[EMAIL PROTECTED] bin/svn-populate-node-origins-index
share/examples/subversion/
+share/examples/subversion/client-side/
+share/examples/subversion/server-side/
@sample ${SYSCONFDIR}/subversion/
-share/examples/subversion/backup/
-share/examples/subversion/backup/hot-backup.py
-share/examples/subversion/backup/svn-backup-dumps.py
-share/examples/subversion/backup/svn-fast-backup
share/examples/subversion/config
@sample ${SYSCONFDIR}/subversion/config
share/examples/subversion/hook-scripts/
-share/examples/subversion/hook-scripts/README
-share/examples/subversion/hook-scripts/case-insensitive.py
-share/examples/subversion/hook-scripts/check-mime-type.pl
-share/examples/subversion/hook-scripts/commit-access-control.cfg.example
-share/examples/subversion/hook-scripts/commit-access-control.pl
-share/examples/subversion/hook-scripts/commit-access-control.pl.in
-share/examples/subversion/hook-scripts/commit-block-joke.py
-share/examples/subversion/hook-scripts/commit-email.pl
-share/examples/subversion/hook-scripts/commit-email.pl.in
-share/examples/subversion/hook-scripts/commit-email.rb
-share/examples/subversion/hook-scripts/detect-merge-conflicts.sh
-share/examples/subversion/hook-scripts/enforcer/
-share/examples/subversion/hook-scripts/enforcer/enforcer
-share/examples/subversion/hook-scripts/enforcer/enforcer.conf
+share/examples/subversion/backup/
+share/examples/subversion/backup/hot-backup.py
+share/examples/subversion/bdb/
+share/examples/subversion/bdb/erase-all-text-data.py
+share/examples/subversion/bdb/skel.py
+share/examples/subversion/bdb/svn-bdb-view.py
+share/examples/subversion/bdb/svnfs.py
+share/examples/subversion/bdb/whatis-rep.py
+share/examples/subversion/client-side/change-svn-wc-format.py
+share/examples/subversion/client-side/showchange.pl
+share/examples/subversion/client-side/svn-graph.pl
+share/examples/subversion/client-side/server-version.py
+share/examples/subversion/client-side/bash_completion
share/examples/subversion/hook-scripts/mailer/
share/examples/subversion/hook-scripts/mailer/mailer.conf.example
share/examples/subversion/hook-scripts/mailer/mailer.py
@@ -117,23 +128,78 @@ share/examples/subversion/hook-scripts/m
share/examples/subversion/hook-scripts/mailer/tests/mailer-t1.sh
share/examples/subversion/hook-scripts/mailer/tests/mailer-tweak.py
share/examples/subversion/hook-scripts/mailer/tests/mailer.conf
-share/examples/subversion/hook-scripts/pre-commit-check.py
-share/examples/subversion/hook-scripts/pre-lock-require-needs-lock.py
-share/examples/subversion/hook-scripts/remove-zombie-locks.py
+share/examples/subversion/hook-scripts/commit-access-control.cfg.example
+share/examples/subversion/hook-scripts/commit-access-control.pl
+share/examples/subversion/hook-scripts/commit-email.pl
+share/examples/subversion/hook-scripts/commit-email.rb
+share/examples/subversion/hook-scripts/log-police.py
share/examples/subversion/hook-scripts/svn2feed.py
share/examples/subversion/hook-scripts/svnperms.conf.example
share/examples/subversion/hook-scripts/svnperms.py
-share/examples/subversion/hook-scripts/syntax-check.sh
share/examples/subversion/hook-scripts/verify-po.py
-share/locale/de/LC_MESSAGES/subversion.mo
-share/locale/es/LC_MESSAGES/subversion.mo
-share/locale/fr/LC_MESSAGES/subversion.mo
-share/locale/it/LC_MESSAGES/subversion.mo
-share/locale/ja/LC_MESSAGES/subversion.mo
-share/locale/ko/LC_MESSAGES/subversion.mo
-share/locale/nb/LC_MESSAGES/subversion.mo
-share/locale/pl/LC_MESSAGES/subversion.mo
-share/locale/pt_BR/LC_MESSAGES/subversion.mo
-share/locale/sv/LC_MESSAGES/subversion.mo
-share/locale/zh_CN/LC_MESSAGES/subversion.mo
-share/locale/zh_TW/LC_MESSAGES/subversion.mo
+share/examples/subversion/server-side/fsfs-reshard.py
+share/examples/subversion/server-side/svn-backup-dumps.py
+share/examples/subversion/server-side/svn-populate-node-origins-index.c
+share/examples/subversion/blame.py
+share/examples/subversion/check-modified.py
+share/examples/subversion/dumpprops.py
+share/examples/subversion/get-location-segments.py
+share/examples/subversion/getfile.py
+share/examples/subversion/getlocks_test.c
+share/examples/subversion/geturl.py
+share/examples/subversion/headrev.c
+share/examples/subversion/minimal_client.c
+share/examples/subversion/putfile.py
+share/examples/subversion/revplist.py
+share/examples/subversion/svnlog2html.rb
+share/examples/subversion/svnlook.py
+share/examples/subversion/svnlook.rb
+share/examples/subversion/svnput.c
+share/examples/subversion/svnserve-sgid.c
+share/examples/subversion/svnshell.py
+share/examples/subversion/svnshell.rb
+share/examples/subversion/testwrite.c
+share/examples/subversion/xslt/
+share/examples/subversion/xslt/svnindex.css
+share/examples/subversion/xslt/svnindex.xsl
+share/examples/subversion/cgi/
+share/examples/subversion/cgi/tweak-log.cgi
+share/examples/subversion/client-side/emacs/
+share/examples/subversion/client-side/emacs/dsvn.el
+share/examples/subversion/client-side/emacs/psvn.el
+share/examples/subversion/client-side/incremental-update.py
+share/examples/subversion/client-side/search-svnlog.pl
+share/examples/subversion/client-side/svn-clean
+share/examples/subversion/client-side/svn-merge-vendor.py
+share/examples/subversion/client-side/svn_apply_autoprops.py
+share/examples/subversion/client-side/svn_export_empty_files.py
+share/examples/subversion/client-side/svn2cl/
+share/examples/subversion/client-side/svn2cl/NEWS
+share/examples/subversion/client-side/svn2cl/README
+share/examples/subversion/client-side/svn2cl/TODO
+share/examples/subversion/client-side/svn2cl/authors.xml
+share/examples/subversion/client-side/svn2cl/svn2cl.1
+share/examples/subversion/client-side/svn2cl/svn2cl.sh
+share/examples/subversion/client-side/svn2cl/svn2cl.xsl
+share/examples/subversion/client-side/svn2cl/svn2html.css
+share/examples/subversion/client-side/svn2cl/svn2html.xsl
+share/examples/subversion/hook-scripts/README
+share/examples/subversion/hook-scripts/case-insensitive.py
+share/examples/subversion/hook-scripts/check-mime-type.pl
+share/examples/subversion/hook-scripts/commit-block-joke.py
+share/examples/subversion/hook-scripts/enforcer/
+share/examples/subversion/hook-scripts/enforcer/enforcer
+share/examples/subversion/hook-scripts/enforcer/enforcer.conf
+share/examples/subversion/hook-scripts/pre-commit-check.py
+share/examples/subversion/hook-scripts/pre-lock-require-needs-lock.py
+share/examples/subversion/hook-scripts/remove-zombie-locks.py
+share/examples/subversion/hook-scripts/syntax-check.sh
+share/examples/subversion/server-side/authz_svn_group.py
+share/examples/subversion/server-side/fsfsverify.py
[EMAIL PROTECTED] mod_dontdothat should be compiled and installed
[EMAIL PROTECTED] so that it can be loaded into apache
+share/examples/subversion/server-side/mod_dontdothat/
+share/examples/subversion/server-side/mod_dontdothat/README
+share/examples/subversion/server-side/mod_dontdothat/mod_dontdothat.c
+share/examples/subversion/server-side/svn-fast-backup
+share/examples/subversion/server-side/svn-tweak-author.py
Index: pkg/PLIST-perl
===================================================================
RCS file: /usr/cvs/ports/devel/subversion/pkg/PLIST-perl,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-perl
--- pkg/PLIST-perl 2 Nov 2008 20:43:49 -0000 1.3
+++ pkg/PLIST-perl 3 Dec 2008 17:45:55 -0000
@@ -2,6 +2,7 @@
%%SHARED%%
lib/libsvn_swig_perl-1.a
lib/libsvn_swig_perl-1.la
+libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Base.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Client.pm
@@ -11,6 +12,7 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Ra.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Repos.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Wc.pm
+libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Client/
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Client/_Client.bs
@@ -30,7 +32,7 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-
@man man/man3p/SVN::Client.3p
@man man/man3p/SVN::Core.3p
@man man/man3p/SVN::Delta.3p
[EMAIL PROTECTED] @man man/man3p/SVN::Fs.3p
[EMAIL PROTECTED] man/man3p/SVN::Fs.3p
@man man/man3p/SVN::Ra.3p
@man man/man3p/SVN::Repos.3p
@man man/man3p/SVN::Wc.3p
Index: pkg/PLIST-python
===================================================================
RCS file: /usr/cvs/ports/devel/subversion/pkg/PLIST-python,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST-python
--- pkg/PLIST-python 2 Nov 2008 20:43:49 -0000 1.5
+++ pkg/PLIST-python 3 Dec 2008 17:46:27 -0000
@@ -2,6 +2,8 @@
%%SHARED%%
lib/libsvn_swig_py-1.a
lib/libsvn_swig_py-1.la
+lib/python${MODPY_VERSION}/
+lib/python${MODPY_VERSION}/site-packages/
lib/python${MODPY_VERSION}/site-packages/libsvn/
lib/python${MODPY_VERSION}/site-packages/libsvn/__init__.py
lib/python${MODPY_VERSION}/site-packages/libsvn/__init__.pyc
Index: pkg/PLIST-ruby
===================================================================
RCS file: /usr/cvs/ports/devel/subversion/pkg/PLIST-ruby,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST-ruby
--- pkg/PLIST-ruby 2 Nov 2008 20:43:49 -0000 1.4
+++ pkg/PLIST-ruby 3 Dec 2008 17:46:58 -0000
@@ -2,6 +2,10 @@
%%SHARED%%
lib/libsvn_swig_ruby-1.a
lib/libsvn_swig_ruby-1.la
+lib/ruby/
+lib/ruby/site_ruby/
+lib/ruby/site_ruby/${MODRUBY_REV}/
+lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/
lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/svn/
lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/svn/ext/
lib/ruby/site_ruby/${MODRUBY_REV}/${MODRUBY_ARCH}/svn/ext/client.a