diff options
author | wiz <wiz> | 2009-12-02 12:08:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-12-02 12:08:57 +0000 |
commit | e2913b2f7f6e08d831d3c106bee14b27dd1eac12 (patch) | |
tree | 3940cf2ecba9a000504366b3ef876798d0bcb812 /devel/mercurial | |
parent | 88e4d8d4426a79dbdda1f13af543c031cc3e5e88 (diff) | |
download | pkgsrc-e2913b2f7f6e08d831d3c106bee14b27dd1eac12.tar.gz |
Update to 1.4.1:
1.4.1 - 2009-12-01
regression fixes
* fix to prepush logic when it creates new heads
* fix qseries truncation
other
* doc fixes: formatting, missing options
* tests fixes (now less dependent on environment variables)
* inotify fixes
* keyword: allow RCSfile like CVS
* share: fix a bad interaction with clone
* show non-default branch names with summary -q
* new schemes extension
* i18n updates
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/PLIST | 5 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 7544c0a2f8a..8155e0e75d0 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2009/11/17 10:49:50 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2009/12/02 12:08:57 wiz Exp $ # -DISTNAME= mercurial-1.4 +DISTNAME= mercurial-1.4.1 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 64b9b1d215b..c5f8a9fc1ab 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2009/11/17 10:49:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2009/12/02 12:08:57 wiz Exp $ bin/hg ${PYSITELIB}/hgext/__init__.py ${PYSITELIB}/hgext/__init__.pyc @@ -123,6 +123,9 @@ ${PYSITELIB}/hgext/record.pyo ${PYSITELIB}/hgext/relink.py ${PYSITELIB}/hgext/relink.pyc ${PYSITELIB}/hgext/relink.pyo +${PYSITELIB}/hgext/schemes.py +${PYSITELIB}/hgext/schemes.pyc +${PYSITELIB}/hgext/schemes.pyo ${PYSITELIB}/hgext/share.py ${PYSITELIB}/hgext/share.pyc ${PYSITELIB}/hgext/share.pyo diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 87d60c455a0..8de64e3fed2 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2009/11/17 10:49:50 wiz Exp $ +$NetBSD: distinfo,v 1.25 2009/12/02 12:08:57 wiz Exp $ -SHA1 (mercurial-1.4.tar.gz) = 4ab0a027cdd8dfc57077a9d599e8ead550d4d116 -RMD160 (mercurial-1.4.tar.gz) = 2f7f4eb7eb684a4a064cb0234361da1524805b9f -Size (mercurial-1.4.tar.gz) = 1914030 bytes +SHA1 (mercurial-1.4.1.tar.gz) = e7a78a2b9e449ac8748d8a275f22862395c7d9a6 +RMD160 (mercurial-1.4.1.tar.gz) = cee744f59785a15d9ffa1f8e5b0b5bcfa23324e8 +Size (mercurial-1.4.1.tar.gz) = 1917284 bytes |