Sigfred Håversen wrote:
Aleksander Piotrowski wrote:
[snip]

I've attached an update without the svnserve patch.

/Sigfred


The previous patch removed the share/locale directories in PLIST, and the
attached patch fixes this. Spotted by Mathieu Sauve-Frankel.

/Sigfred

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/subversion/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile    7 Jul 2005 14:20:34 -0000       1.9
+++ Makefile    14 Sep 2005 19:01:59 -0000
@@ -4,7 +4,7 @@
 COMMENT-perl=  "perl interface to subversion"
 COMMENT-python=        "python interface to subversion"
 
-VERSION=       1.2.1
+VERSION=       1.2.3
 DISTNAME=      subversion-${VERSION}
 PKGNAME=       ${DISTNAME}
 PKGNAME-perl=  p5-SVN-${VERSION}
@@ -98,6 +98,31 @@
 post-install:
        @cd ${WRKBUILD} && ${MAKE_PROGRAM} install-swig-py
        @cd ${WRKBUILD} && ${MAKE_PROGRAM} install-swig-pl
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/backup
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion/hook-scripts
+       ${INSTALL_DATA_DIR} 
${PREFIX}/share/examples/subversion/hook-scripts/mailer
+       ${INSTALL_DATA_DIR} 
${PREFIX}/share/examples/subversion/hook-scripts/mailer/tests
+       ${INSTALL_DATA} ${WRKBUILD}/tools/backup/hot-backup.py \
+                       ${PREFIX}/share/examples/subversion/backup
+       ${INSTALL_DATA} ${WRKBUILD}/tools/hook-scripts/* \
+                       ${PREFIX}/share/examples/subversion/hook-scripts
+       ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/README \
+                       ${PREFIX}/share/examples/subversion/hook-scripts
+       ${INSTALL_DATA} 
${WRKSRC}/tools/hook-scripts/commit-access-control.cfg.example \
+                       ${PREFIX}/share/examples/subversion/hook-scripts
+       ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/commit-email.rb \
+                       ${PREFIX}/share/examples/subversion/hook-scripts
+       ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/svnperms.conf.example \
+                       ${PREFIX}/share/examples/subversion/hook-scripts
+       ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/svnperms.py \
+                       ${PREFIX}/share/examples/subversion/hook-scripts
+       ${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 \
+                       ${PREFIX}/share/examples/subversion/hook-scripts/mailer
+       ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/mailer/tests/* \
+                       
${PREFIX}/share/examples/subversion/hook-scripts/mailer/tests
 
 post-regress:
        @cd ${WRKBUILD} && ${MAKE_PROGRAM} ${REGRESS_FLAGS} check FSTYPE=bdb
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/subversion/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo    7 Jul 2005 14:20:34 -0000       1.6
+++ distinfo    14 Sep 2005 19:01:59 -0000
@@ -1,4 +1,4 @@
-MD5 (subversion-1.2.1.tar.gz) = 01c3742745d50d4395684a4fb2908c5f
-RMD160 (subversion-1.2.1.tar.gz) = 7768a29ad96746285cb4ed9b32fc54c07f97f4f4
-SHA1 (subversion-1.2.1.tar.gz) = 88d3dd6e8c191933c8966faa5c69dc4ee84411cf
-SIZE (subversion-1.2.1.tar.gz) = 8847778
+MD5 (subversion-1.2.3.tar.gz) = 95f9b43801b4d9bc071564bca2116763
+RMD160 (subversion-1.2.3.tar.gz) = 4a39e2b9f4dcd39023e785ce0a31b3bd493d6a85
+SHA1 (subversion-1.2.3.tar.gz) = 790cfc94db98799a48a157fef22a13c878e74345
+SIZE (subversion-1.2.3.tar.gz) = 8868156
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/subversion/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkg/PLIST   4 Jul 2005 22:22:00 -0000       1.3
+++ pkg/PLIST   14 Sep 2005 19:01:59 -0000
@@ -75,6 +75,26 @@
 @man man/man1/svnversion.1
 @man man/man5/svnserve.conf.5
 @man man/man8/svnserve.8
+share/examples/subversion/
+share/examples/subversion/backup/
+share/examples/subversion/backup/hot-backup.py
+share/examples/subversion/hook-scripts/
+share/examples/subversion/hook-scripts/README
+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/mailer/
+share/examples/subversion/hook-scripts/mailer/mailer.conf.example
+share/examples/subversion/hook-scripts/mailer/mailer.py
+share/examples/subversion/hook-scripts/mailer/tests/
+share/examples/subversion/hook-scripts/mailer/tests/mailer-init.sh
+share/examples/subversion/hook-scripts/mailer/tests/mailer-t1.output
+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/propchange-email.pl
+share/examples/subversion/hook-scripts/svnperms.conf.example
+share/examples/subversion/hook-scripts/svnperms.py
 share/locale/
 share/locale/de/
 share/locale/de/LC_MESSAGES/

Reply via email to