pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/monotone Install the scripts in contrib. From H...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d92bad353d7
branches:  trunk
changeset: 533643:0d92bad353d7
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Sep 22 17:59:11 2007 +0000

description:
Install the scripts in contrib.  From Hauke Fath's request in PR pkg/36990.
Bump PKGREVISION to 1.

diffstat:

 devel/monotone/Makefile |   6 +++++-
 devel/monotone/PLIST    |  30 +++++++++++++++++++++++++++++-
 2 files changed, 34 insertions(+), 2 deletions(-)

diffs (66 lines):

diff -r b26e2dee1425 -r 0d92bad353d7 devel/monotone/Makefile
--- a/devel/monotone/Makefile   Sat Sep 22 17:07:29 2007 +0000
+++ b/devel/monotone/Makefile   Sat Sep 22 17:59:11 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2007/08/03 18:01:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.42 2007/09/22 17:59:11 jmmv Exp $
 #
 
 DISTNAME=      monotone-0.36
+PKGREVISION=   1
 CATEGORIES=    devel scm
 MASTER_SITES=  http://monotone.ca/downloads/0.36/
 
@@ -33,6 +34,9 @@
 .endif
 
 post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/monotone
+       cd ${WRKSRC} && pax -rw -pp -pm contrib \
+           ${DESTDIR}${PREFIX}/share/monotone
        cd ${WRKSRC} && pax -rw -pp -pm figures/*.png \
            ${DESTDIR}${PREFIX}/share/doc/monotone
 
diff -r b26e2dee1425 -r 0d92bad353d7 devel/monotone/PLIST
--- a/devel/monotone/PLIST      Sat Sep 22 17:07:29 2007 +0000
+++ b/devel/monotone/PLIST      Sat Sep 22 17:59:11 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2007/07/05 23:20:49 rillig Exp $
+@comment $NetBSD: PLIST,v 1.11 2007/09/22 17:59:11 jmmv Exp $
 bin/mtn
 info/monotone.info
 share/doc/monotone/figures/branch-heads.png
@@ -28,5 +28,33 @@
 share/locale/ja/LC_MESSAGES/monotone.mo
 share/locale/pt_BR/LC_MESSAGES/monotone.mo
 share/locale/sv/LC_MESSAGES/monotone.mo
+share/monotone/contrib/.deps/usher.Po
+share/monotone/contrib/README
+share/monotone/contrib/ciabot_monotone.py
+share/monotone/contrib/ciabot_monotone_hookversion.py
+share/monotone/contrib/color-logs.conf
+share/monotone/contrib/color-logs.sh
+share/monotone/contrib/colorize
+share/monotone/contrib/edit_comment_from_changelog.lua
+share/monotone/contrib/get_passphrase_from_file.lua
+share/monotone/contrib/get_stdio.pl
+share/monotone/contrib/monoprof.sh
+share/monotone/contrib/monotone-buildbot-notification.lua
+share/monotone/contrib/monotone-cluster-push.lua
+share/monotone/contrib/monotone-cvs-ignore.lua
+share/monotone/contrib/monotone-log-of-pulled-revs-hook.lua
+share/monotone/contrib/monotone-mirror.lua
+share/monotone/contrib/monotone-nav.el
+share/monotone/contrib/monotone-notify-hookversion.lua
+share/monotone/contrib/monotone-notify.pl
+share/monotone/contrib/monotone-run-script-post-netsync.lua
+share/monotone/contrib/monotone.bash_completion
+share/monotone/contrib/monotone.el
+share/monotone/contrib/monotone.zsh_completion
+share/monotone/contrib/mtbrowse.sh
+share/monotone/contrib/usher.cc
+@dirrm share/monotone/contrib/.deps
+@dirrm share/monotone/contrib
+@dirrm share/monotone
 @dirrm share/doc/monotone/figures
 @dirrm share/doc/monotone



Home | Main Index | Thread Index | Old Index