pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mercurial Update to 1.0.1: Bugfix release.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19734079a2d8
branches:  trunk
changeset: 542970:19734079a2d8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 30 13:14:18 2008 +0000

description:
Update to 1.0.1: Bugfix release.

diffstat:

 devel/mercurial/Makefile         |   4 ++--
 devel/mercurial/distinfo         |  10 +++++-----
 devel/mercurial/patches/patch-aa |   6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (46 lines):

diff -r 28a9d9f366c8 -r 19734079a2d8 devel/mercurial/Makefile
--- a/devel/mercurial/Makefile  Fri May 30 13:07:41 2008 +0000
+++ b/devel/mercurial/Makefile  Fri May 30 13:14:18 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2008/04/25 20:39:08 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/05/30 13:14:18 wiz Exp $
 #
 
-DISTNAME=      mercurial-1.0
+DISTNAME=      mercurial-1.0.1
 CATEGORIES=    devel scm
 MASTER_SITES=  http://www.selenic.com/mercurial/release/
 
diff -r 28a9d9f366c8 -r 19734079a2d8 devel/mercurial/distinfo
--- a/devel/mercurial/distinfo  Fri May 30 13:07:41 2008 +0000
+++ b/devel/mercurial/distinfo  Fri May 30 13:14:18 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2008/04/10 23:34:51 bjs Exp $
+$NetBSD: distinfo,v 1.12 2008/05/30 13:14:18 wiz Exp $
 
-SHA1 (mercurial-1.0.tar.gz) = 11689e85a91874417cb110ded6c3a4d7b30429cb
-RMD160 (mercurial-1.0.tar.gz) = 21b5603e033898420f4fbf1b851ede4f69a7657c
-Size (mercurial-1.0.tar.gz) = 803187 bytes
-SHA1 (patch-aa) = 534dc735a5fc45ad69989442c31a7342d7af27bf
+SHA1 (mercurial-1.0.1.tar.gz) = ada3e6d2128283efeefb7b44f9a1e0dfc22d62f1
+RMD160 (mercurial-1.0.1.tar.gz) = f451ab56660f46a51b4588de966ec0718f38cd7b
+Size (mercurial-1.0.1.tar.gz) = 809348 bytes
+SHA1 (patch-aa) = 561d75cf56c00ff66806586a5f89359995dd7d60
diff -r 28a9d9f366c8 -r 19734079a2d8 devel/mercurial/patches/patch-aa
--- a/devel/mercurial/patches/patch-aa  Fri May 30 13:07:41 2008 +0000
+++ b/devel/mercurial/patches/patch-aa  Fri May 30 13:14:18 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.5 2008/04/10 23:34:51 bjs Exp $
+$NetBSD: patch-aa,v 1.6 2008/05/30 13:14:18 wiz Exp $
 
---- doc/Makefile.orig  2006-12-17 17:02:33.000000000 -0800
+--- doc/Makefile.orig  2008-05-22 20:48:40.000000000 +0000
 +++ doc/Makefile
 @@ -15,7 +15,7 @@ hg.1.txt: hg.1.gendoc.txt
        touch hg.1.txt
@@ -10,4 +10,4 @@
 +      ${PYTHONBIN} gendoc.py > $@
  
  %: %.xml
-       xmlto man $*.xml
+       xmlto man $*.xml ; \



Home | Main Index | Thread Index | Old Index