pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/subversion-base Added more documentation, since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed911d47eb09
branches:  trunk
changeset: 515973:ed911d47eb09
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jul 12 08:41:00 2006 +0000

description:
Added more documentation, since the installed INSTALL file refers to the
README file, which had not been installed before. Bumped PKGREVISION.

diffstat:

 devel/subversion-base/Makefile |  6 ++++--
 devel/subversion-base/PLIST    |  6 +++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r 26c128758d2e -r ed911d47eb09 devel/subversion-base/Makefile
--- a/devel/subversion-base/Makefile    Wed Jul 12 02:32:00 2006 +0000
+++ b/devel/subversion-base/Makefile    Wed Jul 12 08:41:00 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2006/04/13 18:23:31 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2006/07/12 08:41:00 rillig Exp $
 
 PKGNAME=       subversion-base-${SVNVER}
+PKGREVISION=   1
 COMMENT=       Version control system, base programs and libraries
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
@@ -38,7 +39,8 @@
 
 post-install:
        ${INSTALL_DATA_DIR} ${SVNDOC}
-       ${INSTALL_DATA} ${WRKSRC}/INSTALL ${SVNDOC}
+       cd ${WRKSRC} && ${INSTALL_DATA} INSTALL README ${SVNDOC}
+       cd ${WRKSRC}/doc/user && ${INSTALL_DATA} *.html *.txt ${SVNDOC}
        ${INSTALL_DATA_DIR} ${SVNEXAMPLES}/backup
        ${INSTALL_DATA_DIR} ${SVNEXAMPLES}/cgi
        ${INSTALL_DATA_DIR} ${SVNEXAMPLES}/hook-scripts
diff -r 26c128758d2e -r ed911d47eb09 devel/subversion-base/PLIST
--- a/devel/subversion-base/PLIST       Wed Jul 12 02:32:00 2006 +0000
+++ b/devel/subversion-base/PLIST       Wed Jul 12 08:41:00 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2006/04/17 07:07:17 jlam Exp $
+@comment $NetBSD: PLIST,v 1.13 2006/07/12 08:41:01 rillig Exp $
 bin/svn
 bin/svnadmin
 bin/svndumpfilter
@@ -60,6 +60,10 @@
 man/man5/svnserve.conf.5
 man/man8/svnserve.8
 share/doc/subversion/INSTALL
+share/doc/subversion/README
+share/doc/subversion/cvs-crossover-guide.html
+share/doc/subversion/lj_article.txt
+share/doc/subversion/svn-best-practices.html
 share/examples/subversion/backup/hot-backup.py
 share/examples/subversion/cgi/tweak-log.cgi
 share/examples/subversion/hook-scripts/commit-email.pl



Home | Main Index | Thread Index | Old Index