[Lunar-commits] <moonbase> mercurial: version bumped to 1.1.1.

Florin Braescu florin at lunar-linux.org
Sun Dec 21 19:21:40 CET 2008


commit 99f0da73342e835e451565e282b4c17a8d5f05ee
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Dec 21 20:21:40 2008 +0200

    mercurial: version bumped to 1.1.1.
    
    The resolve command now requires a -a switch to resolve all files and
    its help text has been improved. Recursion was made optional for hgweb;
    it is triggered by "**" rather than "*". A fncache bug affecting
    directories ending in " " or "." was fixed. Non-existing directories are
    now created as needed when applying patches. A copy bug was fixed in the
    SVN converter. Branch names may now be kept when using the rebase extension.
---
 devel/mercurial/DEPENDS |    9 +++++----
 devel/mercurial/DETAILS |   12 ++++++------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/devel/mercurial/DEPENDS b/devel/mercurial/DEPENDS
index 1b346e3..6a3fec0 100644
--- a/devel/mercurial/DEPENDS
+++ b/devel/mercurial/DEPENDS
@@ -1,5 +1,6 @@
-depends  Python &&
-depends  rcs &&
-depends  patch &&
-depends  diffutils &&
+depends  Python
+depends  rcs
+depends  patch
+depends  diffutils
+
 optional_depends tk "" "" "for a TK front-end hg tool"
diff --git a/devel/mercurial/DETAILS b/devel/mercurial/DETAILS
index c7860d6..cadab12 100644
--- a/devel/mercurial/DETAILS
+++ b/devel/mercurial/DETAILS
@@ -1,13 +1,13 @@
           MODULE=mercurial
-         VERSION=1.1
+         VERSION=1.1.1
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.selenic.com/$MODULE/release/
-      SOURCE_VFY=sha1:e6cd373e18e9d5154814eb08f58c7a6567608642
-        WEB_SITE=http://www.selenic.com/$MODULE/wiki/
+      SOURCE_URL=http://www.selenic.com/$MODULE/release
+      SOURCE_VFY=sha1:42a26a29414dee2c8eb7ce32e4fc6fe447bccc0a
+        WEB_SITE=http://www.selenic.com/$MODULE/wiki
          ENTERED=20070408
-         UPDATED=20081202
+         UPDATED=20081221
            PSAFE=no
-           SHORT="a fast, lightweight SCM system"
+           SHORT="A fast, lightweight SCM system"
 
 cat << EOF
 Mercurial is a fast, lightweight Source Control Management system designed for


More information about the Lunar-commits mailing list