pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/mercurial Update mercurial to 0.9.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c2fba5ced85
branches: trunk
changeset: 516689:9c2fba5ced85
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Jul 25 22:12:38 2006 +0000
description:
Update mercurial to 0.9.1.
New features:
- You can now configure your 'hgweb' server to let remote users
'push' changes over http.
- You can now 'import' a patch in a mail message by saving the mail
message, and importing it. This works for patches sent either
inline or as attachments.
- The 'diff' command now accepts '-rA:B' syntax as a synonym for
'-r A -r B', and adds '-b' and '-B' options.
For a complete list of major changes, see the announcement at
http://www.selenic.com/pipermail/mercurial/2006-July/009510.html
diffstat:
devel/mercurial/Makefile | 4 +-
devel/mercurial/PLIST | 51 ++++++++++++++++++++++++++++++++++++++++++++---
devel/mercurial/distinfo | 8 +++---
3 files changed, 53 insertions(+), 10 deletions(-)
diffs (141 lines):
diff -r ebdce249193d -r 9c2fba5ced85 devel/mercurial/Makefile
--- a/devel/mercurial/Makefile Tue Jul 25 19:20:01 2006 +0000
+++ b/devel/mercurial/Makefile Tue Jul 25 22:12:38 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/05/30 21:10:56 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/07/25 22:12:38 minskim Exp $
#
-DISTNAME= mercurial-0.9
+DISTNAME= mercurial-0.9.1
CATEGORIES= devel
MASTER_SITES= http://www.selenic.com/mercurial/release/
diff -r ebdce249193d -r 9c2fba5ced85 devel/mercurial/PLIST
--- a/devel/mercurial/PLIST Tue Jul 25 19:20:01 2006 +0000
+++ b/devel/mercurial/PLIST Tue Jul 25 22:12:38 2006 +0000
@@ -1,18 +1,27 @@
-@comment $NetBSD: PLIST,v 1.5 2006/05/30 21:10:56 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/07/25 22:12:38 minskim Exp $
bin/hg
bin/hgmerge
${PYSITELIB}/hgext/__init__.py
${PYSITELIB}/hgext/__init__.pyc
${PYSITELIB}/hgext/__init__.pyo
+${PYSITELIB}/hgext/acl.py
+${PYSITELIB}/hgext/acl.pyc
+${PYSITELIB}/hgext/acl.pyo
${PYSITELIB}/hgext/bugzilla.py
${PYSITELIB}/hgext/bugzilla.pyc
${PYSITELIB}/hgext/bugzilla.pyo
+${PYSITELIB}/hgext/extdiff.py
+${PYSITELIB}/hgext/extdiff.pyc
+${PYSITELIB}/hgext/extdiff.pyo
${PYSITELIB}/hgext/gpg.py
${PYSITELIB}/hgext/gpg.pyc
${PYSITELIB}/hgext/gpg.pyo
${PYSITELIB}/hgext/hbisect.py
${PYSITELIB}/hgext/hbisect.pyc
${PYSITELIB}/hgext/hbisect.pyo
+${PYSITELIB}/hgext/hgk.py
+${PYSITELIB}/hgext/hgk.pyc
+${PYSITELIB}/hgext/hgk.pyo
${PYSITELIB}/hgext/mq.py
${PYSITELIB}/hgext/mq.pyc
${PYSITELIB}/hgext/mq.pyo
@@ -53,6 +62,9 @@
${PYSITELIB}/mercurial/commands.py
${PYSITELIB}/mercurial/commands.pyc
${PYSITELIB}/mercurial/commands.pyo
+${PYSITELIB}/mercurial/context.py
+${PYSITELIB}/mercurial/context.pyc
+${PYSITELIB}/mercurial/context.pyo
${PYSITELIB}/mercurial/demandload.py
${PYSITELIB}/mercurial/demandload.pyc
${PYSITELIB}/mercurial/demandload.pyo
@@ -68,9 +80,27 @@
${PYSITELIB}/mercurial/hg.py
${PYSITELIB}/mercurial/hg.pyc
${PYSITELIB}/mercurial/hg.pyo
-${PYSITELIB}/mercurial/hgweb.py
-${PYSITELIB}/mercurial/hgweb.pyc
-${PYSITELIB}/mercurial/hgweb.pyo
+${PYSITELIB}/mercurial/hgweb/__init__.py
+${PYSITELIB}/mercurial/hgweb/__init__.pyc
+${PYSITELIB}/mercurial/hgweb/__init__.pyo
+${PYSITELIB}/mercurial/hgweb/common.py
+${PYSITELIB}/mercurial/hgweb/common.pyc
+${PYSITELIB}/mercurial/hgweb/common.pyo
+${PYSITELIB}/mercurial/hgweb/hgweb_mod.py
+${PYSITELIB}/mercurial/hgweb/hgweb_mod.pyc
+${PYSITELIB}/mercurial/hgweb/hgweb_mod.pyo
+${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.py
+${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.pyc
+${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.pyo
+${PYSITELIB}/mercurial/hgweb/request.py
+${PYSITELIB}/mercurial/hgweb/request.pyc
+${PYSITELIB}/mercurial/hgweb/request.pyo
+${PYSITELIB}/mercurial/hgweb/server.py
+${PYSITELIB}/mercurial/hgweb/server.pyc
+${PYSITELIB}/mercurial/hgweb/server.pyo
+${PYSITELIB}/mercurial/hgweb/wsgicgi.py
+${PYSITELIB}/mercurial/hgweb/wsgicgi.pyc
+${PYSITELIB}/mercurial/hgweb/wsgicgi.pyo
${PYSITELIB}/mercurial/httprangereader.py
${PYSITELIB}/mercurial/httprangereader.pyc
${PYSITELIB}/mercurial/httprangereader.pyo
@@ -80,12 +110,18 @@
${PYSITELIB}/mercurial/i18n.py
${PYSITELIB}/mercurial/i18n.pyc
${PYSITELIB}/mercurial/i18n.pyo
+${PYSITELIB}/mercurial/keepalive.py
+${PYSITELIB}/mercurial/keepalive.pyc
+${PYSITELIB}/mercurial/keepalive.pyo
${PYSITELIB}/mercurial/localrepo.py
${PYSITELIB}/mercurial/localrepo.pyc
${PYSITELIB}/mercurial/localrepo.pyo
${PYSITELIB}/mercurial/lock.py
${PYSITELIB}/mercurial/lock.pyc
${PYSITELIB}/mercurial/lock.pyo
+${PYSITELIB}/mercurial/lsprof.py
+${PYSITELIB}/mercurial/lsprof.pyc
+${PYSITELIB}/mercurial/lsprof.pyo
${PYSITELIB}/mercurial/manifest.py
${PYSITELIB}/mercurial/manifest.pyc
${PYSITELIB}/mercurial/manifest.pyo
@@ -111,9 +147,15 @@
${PYSITELIB}/mercurial/sshrepo.py
${PYSITELIB}/mercurial/sshrepo.pyc
${PYSITELIB}/mercurial/sshrepo.pyo
+${PYSITELIB}/mercurial/sshserver.py
+${PYSITELIB}/mercurial/sshserver.pyc
+${PYSITELIB}/mercurial/sshserver.pyo
${PYSITELIB}/mercurial/statichttprepo.py
${PYSITELIB}/mercurial/statichttprepo.pyc
${PYSITELIB}/mercurial/statichttprepo.pyo
+${PYSITELIB}/mercurial/streamclone.py
+${PYSITELIB}/mercurial/streamclone.pyc
+${PYSITELIB}/mercurial/streamclone.pyo
${PYSITELIB}/mercurial/templater.py
${PYSITELIB}/mercurial/templater.pyc
${PYSITELIB}/mercurial/templater.pyo
@@ -192,5 +234,6 @@
@dirrm share/doc/mercurial
@dirrm ${PYSITELIB}/mercurial/templates/static
@dirrm ${PYSITELIB}/mercurial/templates
+@dirrm ${PYSITELIB}/mercurial/hgweb
@dirrm ${PYSITELIB}/mercurial
@dirrm ${PYSITELIB}/hgext
diff -r ebdce249193d -r 9c2fba5ced85 devel/mercurial/distinfo
--- a/devel/mercurial/distinfo Tue Jul 25 19:20:01 2006 +0000
+++ b/devel/mercurial/distinfo Tue Jul 25 22:12:38 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/05/30 21:10:56 wiz Exp $
+$NetBSD: distinfo,v 1.6 2006/07/25 22:12:38 minskim Exp $
-SHA1 (mercurial-0.9.tar.gz) = d633a9fee89ed8aee22d5a52138c673e01feed7f
-RMD160 (mercurial-0.9.tar.gz) = 4ab0646abeea17bebf2262457448ef39959b5311
-Size (mercurial-0.9.tar.gz) = 326107 bytes
+SHA1 (mercurial-0.9.1.tar.gz) = a1f9ed5ee96660ee9f6cff6d65c8ad8e3495702e
+RMD160 (mercurial-0.9.1.tar.gz) = f34db5fbfcc5b3e90b2bce7577d3446f6159b057
+Size (mercurial-0.9.1.tar.gz) = 401485 bytes
Home |
Main Index |
Thread Index |
Old Index