diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-02 16:52:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-02 16:52:37 +0000 |
commit | dd8ef9af2b9a7039778bc8c10098d7247afbd4e3 (patch) | |
tree | b5d5105f7f6ec49a15c81fd8cee67dcd75783493 /devel/py-mercurial | |
parent | a5bce865d6dbfa582634a4412137206732f7be70 (diff) | |
download | pkgsrc-dd8ef9af2b9a7039778bc8c10098d7247afbd4e3.tar.gz |
Updated mercurial to 3.5.1:
Regularly-scheduled bugfix release.
convert: fix git copy file content conversions
filesets: ignore unit case in size() predicate for single value
help: fix typo familar -> familiar
help: fix typo in scripting documentation
hg: avoid auto sharing when the clone destination is remote
hgweb: fix trust of templates path (BC)
histedit: backout ebb5bb9bc32e
largefiles: ensure lfutil.getstandinmatcher() only matches standins
match: fix a case-only rename + explicit path commit on icasefs (issue4768)
parsers: fix memory leak in compute_phases_map_sets
rebase: lock the repo during the full rebase operation
revset: prevent crash caused by empty group expression while optimizing "and"
revset: prevent crash caused by empty group expression while optimizing "or"
strip: use the 'finally: tr.release' pattern during stripping
update: wlock the repo for the whole 'hg update' command
wix: avoid an abort with 'hg help -k foo'
Diffstat (limited to 'devel/py-mercurial')
-rw-r--r-- | devel/py-mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/py-mercurial/Makefile.version | 4 | ||||
-rw-r--r-- | devel/py-mercurial/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-mercurial/Makefile b/devel/py-mercurial/Makefile index 80e15063c70..5a2f209f3d2 100644 --- a/devel/py-mercurial/Makefile +++ b/devel/py-mercurial/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2015/05/03 09:49:24 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/09/02 16:52:37 wiz Exp $ DISTNAME= mercurial-${VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel scm -MASTER_SITES= http://mercurial.selenic.com/release/ +MASTER_SITES= https://mercurial.selenic.com/release/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://mercurial.selenic.com/ diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version index c2e207d8e18..8dd8ddf085a 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.21 2015/08/01 10:12:13 wiz Exp $ +# $NetBSD: Makefile.version,v 1.22 2015/09/02 16:52:37 wiz Exp $ -VERSION= 3.5 +VERSION= 3.5.1 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.4.1 # see also http://mercurial.selenic.com/wiki/SupportedPythonVersions diff --git a/devel/py-mercurial/distinfo b/devel/py-mercurial/distinfo index 541de934256..c375717e3d9 100644 --- a/devel/py-mercurial/distinfo +++ b/devel/py-mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2015/08/01 10:12:13 wiz Exp $ +$NetBSD: distinfo,v 1.23 2015/09/02 16:52:37 wiz Exp $ -SHA1 (mercurial-3.5.tar.gz) = e658ea9a987584ef1038e943ee5d4265bf603462 -RMD160 (mercurial-3.5.tar.gz) = 70d2d872a240c65816540a0f27457f5aa947e10a -Size (mercurial-3.5.tar.gz) = 4403206 bytes +SHA1 (mercurial-3.5.1.tar.gz) = fbe9c64dd4c065dbc9330aff4533fa1631d75c79 +RMD160 (mercurial-3.5.1.tar.gz) = 26e5bd6cee40d5af86c84145d30f1c84a5c9378b +Size (mercurial-3.5.1.tar.gz) = 4414284 bytes |