diff options
author | schmonz <schmonz@pkgsrc.org> | 2012-01-08 02:41:35 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2012-01-08 02:41:35 +0000 |
commit | 1bf35f168ac41948ea3673ad315aadeeb26999cb (patch) | |
tree | 54f9a558357fc655838637a00430b6655937b669 /devel | |
parent | fd441c515182daa045ab515cc8ca233ab3731640 (diff) | |
download | pkgsrc-1bf35f168ac41948ea3673ad315aadeeb26999cb.tar.gz |
Update to 1.10. From the changelog:
1.10:
* Fix display of trust errors.
1.09:
* Remove dir_test hack and add a way for vcs tests to run perl code,
using this for the same optimisation. Fixes support for git-svn
etc. Closes: #652317
1.08:
* Fix vcs test code. Closes: #651976
1.07
* Added support for vcsh, enable with: include = cat /usr/share/mr/vcsh
Thanks, Richard Hartmann
* Block tty control codes in untrusted mr config files.
* Correct printing of line numbers when includes are used. Closes: #650952
* The previous fix for chaining to absolute paths broke chaining
to relative paths with more than one path segment. Thanks, Adam
Spiers
* Support _append to add on to the existing value of a parameter.
Thanks, Adam Spiers
* Optimizations. Commands like "mr list" run up to 5 times faster.
* Fix shell escaping of parameters passed to mr commands. Closes: #644672
* Added --force option that disables repository skipping.
* Repositories using skip = lazy will not be checked out by "mr
update" or "mr checkout" unless --force is used.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mr/Makefile | 4 | ||||
-rw-r--r-- | devel/mr/PLIST | 3 | ||||
-rw-r--r-- | devel/mr/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/mr/Makefile b/devel/mr/Makefile index 65edb56ae6a..75b653cf992 100644 --- a/devel/mr/Makefile +++ b/devel/mr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2011/11/06 00:52:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2012/01/08 02:41:35 schmonz Exp $ # -DISTNAME= mr_1.06 +DISTNAME= mr_1.10 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/mr/} diff --git a/devel/mr/PLIST b/devel/mr/PLIST index 16cec07bef3..cb245ec3589 100644 --- a/devel/mr/PLIST +++ b/devel/mr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/06/14 21:58:11 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/01/08 02:41:35 schmonz Exp $ bin/mr bin/webcheckout share/examples/mr/mrconfig @@ -7,3 +7,4 @@ share/mr/git-fake-bare share/mr/git-subtree share/mr/git-svn share/mr/unison +share/mr/vcsh diff --git a/devel/mr/distinfo b/devel/mr/distinfo index 18be4144df6..3f47bdc0cd2 100644 --- a/devel/mr/distinfo +++ b/devel/mr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/11/06 00:52:17 schmonz Exp $ +$NetBSD: distinfo,v 1.5 2012/01/08 02:41:35 schmonz Exp $ -SHA1 (mr_1.06.tar.gz) = a8740531b0745f65d6fc3779c82f0b11bb3d27b7 -RMD160 (mr_1.06.tar.gz) = e7b73315a9c0746b8cf037ad952f673570b216a1 -Size (mr_1.06.tar.gz) = 36722 bytes +SHA1 (mr_1.10.tar.gz) = 1104a3bd98a31df315fab92636b144f1dc72848d +RMD160 (mr_1.10.tar.gz) = 7aa4fc58d9684434bd9981a1ab716143e9aeebf7 +Size (mr_1.10.tar.gz) = 38706 bytes |