diff options
author | wiz <wiz> | 2011-04-04 09:23:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-04-04 09:23:20 +0000 |
commit | 0357795c1d01a9a648834661db9c5035d5838bfc (patch) | |
tree | 5738e52215b034c8063f084b07d86094f4f59af0 /devel/mercurial | |
parent | 2922e93fe690376dae3877c726252dd8d30c6cd0 (diff) | |
download | pkgsrc-0357795c1d01a9a648834661db9c5035d5838bfc.tar.gz |
Update to 1.8.2:
This is regular time-based bugfix release.
* bookmarks: discard current bookmark if absent from the
bookmarks (issue2692)
* bookmarks: fix update of the current bookmark during rename
* color: port to using ctypes (issue2687)
* convert/svn: fix _iterfiles() output in root dir case (issue2647)
* eol: do not abort when win32text is found, only warn
* eol: use dirstate methods to clear dirstate
* fix compiling of extensions for OS X and XCode 4.0
* hgweb: add display of bookmarks for changelog and changeset
* hgweb: add separate page with bookmarks listing
* merge: avoid unlinking destination of merge when case changes
(issue2715)
* mq: do not let qrefresh write bad patch
* pager: don't page stderr if it's being redirected (issue2541)
* push/outgoing: print remote target path even if there's an
error (issue2561)
* subrepo: recognize scp-style paths as git URLs
* templates: widen the graph canvas (issue2683)
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/PLIST | 3 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 40a1193972b..786c8dd1d83 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2011/03/11 10:12:51 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2011/04/04 09:23:20 wiz Exp $ # -DISTNAME= mercurial-1.8.1 +DISTNAME= mercurial-1.8.2 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 1f49f6b8c4f..8c36fafba3b 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2011/03/02 06:46:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.23 2011/04/04 09:23:20 wiz Exp $ bin/hg ${PYSITELIB}/hgext/__init__.py ${PYSITELIB}/hgext/__init__.pyc @@ -465,6 +465,7 @@ ${PYSITELIB}/mercurial/templates/monoblue/search.tmpl ${PYSITELIB}/mercurial/templates/monoblue/shortlog.tmpl ${PYSITELIB}/mercurial/templates/monoblue/summary.tmpl ${PYSITELIB}/mercurial/templates/monoblue/tags.tmpl +${PYSITELIB}/mercurial/templates/paper/bookmarks.tmpl ${PYSITELIB}/mercurial/templates/paper/branches.tmpl ${PYSITELIB}/mercurial/templates/paper/changeset.tmpl ${PYSITELIB}/mercurial/templates/paper/error.tmpl diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index b8a276adf98..559275f67c4 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.43 2011/03/11 10:12:51 wiz Exp $ +$NetBSD: distinfo,v 1.44 2011/04/04 09:23:20 wiz Exp $ -SHA1 (mercurial-1.8.1.tar.gz) = 152c19eed4e2809ec0aca1c3a62e8e561e184fc3 -RMD160 (mercurial-1.8.1.tar.gz) = 5e11ae040a782add1719cf5d75ce22338bd093d5 -Size (mercurial-1.8.1.tar.gz) = 2529579 bytes +SHA1 (mercurial-1.8.2.tar.gz) = 394e95b3ddfb9b725368b81ad60dc39382fb9e12 +RMD160 (mercurial-1.8.2.tar.gz) = 6a18f5e56928e1fbea7ac1821bdde77066f5c6b0 +Size (mercurial-1.8.2.tar.gz) = 2547027 bytes |