Sun May 5 20:43:43 2013 UTC ()
Update to 1.15. From the changelog:

* Added lib/repo, for support for repo (as used in Android) Closes:
  #705652 Thanks, Peter Eisentraut.
* Better cvs status. Closes: #694037 Thanks, Paul Wise


(schmonz)
diff -r1.11 -r1.12 pkgsrc/devel/mr/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/mr/PLIST
diff -r1.9 -r1.10 pkgsrc/devel/mr/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/mr/patches/patch-mr

cvs diff -r1.11 -r1.12 pkgsrc/devel/mr/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mr/Attic/Makefile 2013/02/14 02:53:22 1.11
+++ pkgsrc/devel/mr/Attic/Makefile 2013/05/05 20:43:42 1.12
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2013/02/14 02:53:22 schmonz Exp $ 1# $NetBSD: Makefile,v 1.12 2013/05/05 20:43:42 schmonz Exp $
2# 2#
3 3
4DISTNAME= mr_1.14 4DISTNAME= mr_1.15
5PKGNAME= ${DISTNAME:S/_/-/} 5PKGNAME= ${DISTNAME:S/_/-/}
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/mr/} 7MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/mr/}
8 8
9MAINTAINER= schmonz@NetBSD.org 9MAINTAINER= schmonz@NetBSD.org
10HOMEPAGE= http://kitenet.net/~joey/code/mr/ 10HOMEPAGE= http://kitenet.net/~joey/code/mr/
11COMMENT= Treat multiple repositories as one combined repository 11COMMENT= Treat multiple repositories as one combined repository
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 14DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
15DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser 15DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
16DEPENDS+= p5-ack-[0-9]*:../../textproc/p5-ack 16DEPENDS+= p5-ack-[0-9]*:../../textproc/p5-ack
17 17

cvs diff -r1.3 -r1.4 pkgsrc/devel/mr/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/mr/Attic/PLIST 2013/02/14 02:53:22 1.3
+++ pkgsrc/devel/mr/Attic/PLIST 2013/05/05 20:43:42 1.4
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1@comment $NetBSD: PLIST,v 1.3 2013/02/14 02:53:22 schmonz Exp $ 1@comment $NetBSD: PLIST,v 1.4 2013/05/05 20:43:42 schmonz Exp $
2bin/mr 2bin/mr
3bin/webcheckout 3bin/webcheckout
4share/examples/mr/mrconfig 4share/examples/mr/mrconfig
5share/examples/mr/mrconfig.complex 5share/examples/mr/mrconfig.complex
6share/mr/git-fake-bare 6share/mr/git-fake-bare
7share/mr/git-subtree 7share/mr/git-subtree
8share/mr/git-svn 8share/mr/git-svn
 9share/mr/repo
9share/mr/unison 10share/mr/unison
10share/mr/vcsh 11share/mr/vcsh
11share/mr/vis 12share/mr/vis

cvs diff -r1.9 -r1.10 pkgsrc/devel/mr/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mr/Attic/distinfo 2013/02/14 02:53:23 1.9
+++ pkgsrc/devel/mr/Attic/distinfo 2013/05/05 20:43:42 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2013/02/14 02:53:23 schmonz Exp $ 1$NetBSD: distinfo,v 1.10 2013/05/05 20:43:42 schmonz Exp $
2 2
3SHA1 (mr_1.14.tar.gz) = 5b609ab5d390efd08e8c915e45ce2316210d9960 3SHA1 (mr_1.15.tar.gz) = 663b709887fcada5ffea4d52f38d8d45503f9f79
4RMD160 (mr_1.14.tar.gz) = b7ae0e0259750374e0623851a785a760c73314a3 4RMD160 (mr_1.15.tar.gz) = 3574ac983c68879f8fd1e04e1addbbd9d202fba4
5Size (mr_1.14.tar.gz) = 39726 bytes 5Size (mr_1.15.tar.gz) = 40028 bytes
6SHA1 (patch-mr) = 9107aaceef3799defab61ef70da5d26f8e8828d3 6SHA1 (patch-mr) = 9e53c78cda93e39fb91ced9f83144b4ac138ea32

cvs diff -r1.1 -r1.2 pkgsrc/devel/mr/patches/Attic/patch-mr (expand / switch to unified diff)

--- pkgsrc/devel/mr/patches/Attic/patch-mr 2012/08/27 21:58:49 1.1
+++ pkgsrc/devel/mr/patches/Attic/patch-mr 2013/05/05 20:43:43 1.2
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1$NetBSD: patch-mr,v 1.1 2012/08/27 21:58:49 schmonz Exp $ 1$NetBSD: patch-mr,v 1.2 2013/05/05 20:43:43 schmonz Exp $
2 2
3Other package systems install ack(1) as "ack-grep", but we don't. 3Other package systems install ack(1) as "ack-grep", but we don't.
4 4
5--- mr.orig 2012-08-17 06:09:34.000000000 +0000 5--- mr.orig 2013-04-22 22:04:08.000000000 +0000
6+++ mr 6+++ mr
7@@ -1976,11 +1976,11 @@ vcsh_log = vcsh run "$MR_REPO" git log " 7@@ -1990,11 +1990,11 @@ vcsh_log = vcsh run "$MR_REPO" git log "
8 veracity_log = vv log "$@" 8 veracity_log = vv log "$@"
9  9
10 hg_grep = hg grep "$@" 10 hg_grep = hg grep "$@"
11-cvs_grep = ack-grep "$@" 11-cvs_grep = ack-grep "$@"
12-svn_grep = ack-grep "$@" 12-svn_grep = ack-grep "$@"
13+cvs_grep = ack "$@" 13+cvs_grep = ack "$@"
14+svn_grep = ack "$@" 14+svn_grep = ack "$@"
15 git_svn_grep = git grep "$@" 15 git_svn_grep = git grep "$@"
16 git_grep = git grep "$@" 16 git_grep = git grep "$@"
17-bzr_grep = ack-grep "$@" 17-bzr_grep = ack-grep "$@"
18+bzr_grep = ack "$@" 18+bzr_grep = ack "$@"
19  19
20 run = "$@" 20 run = "$@"