pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mr Update to 1.05. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc444f86f05f
branches:  trunk
changeset: 593604:bc444f86f05f
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Oct 09 12:45:31 2011 +0000

description:
Update to 1.05. From the changelog:

* README now gives a quick into to using mr.
* Brought back the "deleted" parameter, which provides an easy way
  to mark repositories that should be removed.
* Allow untrusted mrconfig files to set parameters to true/false.
  So skip=true or deleted=true can be used in an untrusted mrconfig
  file.
* Also allow order=N in an untrusted mrconfig file.
* Support bzr checkouts, which are updated with "bzr update", and
  to which bzr automatically pushes commits. Closes: #643589
* Use bzr branch, not deprecated bzr clone when registering bzr
  repositories. Closes: #643591
* Allow bzr branch|clone|get|checkout in untrusted mrconfig files.
* Avoid using sed -r in git-fake-bare, for OSX portability.
* git-fake-bare: handle fake bare repositories with core.bare not
  set (Thanks, Julien Rebetez)

diffstat:

 devel/mr/Makefile |  4 ++--
 devel/mr/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 679710486f7c -r bc444f86f05f devel/mr/Makefile
--- a/devel/mr/Makefile Sun Oct 09 12:28:25 2011 +0000
+++ b/devel/mr/Makefile Sun Oct 09 12:45:31 2011 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2011/06/21 02:57:11 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2011/10/09 12:45:31 schmonz Exp $
 #
 
-DISTNAME=              mr_1.04
+DISTNAME=              mr_1.05
 PKGNAME=               ${DISTNAME:S/_/-/}
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_DEBIAN:=pool/main/m/mr/}
diff -r 679710486f7c -r bc444f86f05f devel/mr/distinfo
--- a/devel/mr/distinfo Sun Oct 09 12:28:25 2011 +0000
+++ b/devel/mr/distinfo Sun Oct 09 12:45:31 2011 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/06/21 02:57:11 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2011/10/09 12:45:31 schmonz Exp $
 
-SHA1 (mr_1.04.tar.gz) = ebb5800ea5090353a0193152270f061f2d83931e
-RMD160 (mr_1.04.tar.gz) = 240eb97ed21b27a0211a7b0d8203d123c9d71ccf
-Size (mr_1.04.tar.gz) = 35927 bytes
+SHA1 (mr_1.05.tar.gz) = 612520ef5194c8d1111234aa2377c78bf4cf1083
+RMD160 (mr_1.05.tar.gz) = e1dbd213a0dd4ce7470de7b63e92d13923105b4a
+Size (mr_1.05.tar.gz) = 36262 bytes



Home | Main Index | Thread Index | Old Index