diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-02 11:09:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-02 11:09:37 +0000 |
commit | 403c22375ff99f6a3114f154c899f2c8633939b4 (patch) | |
tree | 7948cc100e394871fe8e2d6eda780ad52c1c9567 /devel | |
parent | 845a4efdf78a39342a51e9d9faa88c03d11b9922 (diff) | |
download | pkgsrc-403c22375ff99f6a3114f154c899f2c8633939b4.tar.gz |
Updated py-mercurial to 3.8.4.
Update HOMEPAGE and MASTER_SITES.
This is a regularly-scheduled bugfix release.
bdiff: extend matches across popular lines
bdiff: remove effectively dead code
bundle2: don't assume ordering of heads checked after push
help: document that [subpaths] may rewrite relative paths
largefiles: fix support for local largefiles while using share extension
sslutil: synchronize hostname matching logic with CPython
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-mercurial/Makefile | 6 | ||||
-rw-r--r-- | devel/py-mercurial/Makefile.version | 4 | ||||
-rw-r--r-- | devel/py-mercurial/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/py-mercurial/Makefile b/devel/py-mercurial/Makefile index b8fd90cc5df..4a576bd6c4c 100644 --- a/devel/py-mercurial/Makefile +++ b/devel/py-mercurial/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2016/01/03 16:53:30 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/02 11:09:37 wiz Exp $ DISTNAME= mercurial-${VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel scm -MASTER_SITES= https://mercurial.selenic.com/release/ +MASTER_SITES= https://www.mercurial-scm.org/release/ MAINTAINER= wiz@NetBSD.org -HOMEPAGE= http://mercurial.selenic.com/ +HOMEPAGE= https://www.mercurial-scm.org/ COMMENT= Fast, lightweight source control management system LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version index 4a472c24e78..5391326394a 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.35 2016/06/04 07:59:45 wiz Exp $ +# $NetBSD: Makefile.version,v 1.36 2016/07/02 11:09:37 wiz Exp $ -VERSION= 3.8.3 +VERSION= 3.8.4 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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 0c31c9b7f2c..93e4bd6400f 100644 --- a/devel/py-mercurial/distinfo +++ b/devel/py-mercurial/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2016/06/04 07:59:45 wiz Exp $ +$NetBSD: distinfo,v 1.38 2016/07/02 11:09:37 wiz Exp $ -SHA1 (mercurial-3.8.3.tar.gz) = cccade8ca2a3f9c876301c11959a1303c0c9b00e -RMD160 (mercurial-3.8.3.tar.gz) = 34aea8129d34d7787f9b6f21ef2e0cad25c608b4 -SHA512 (mercurial-3.8.3.tar.gz) = d6106fe942406fa3fe85039fa67ca47659b934cf2a027dfe24bfaff2f26130051ea1ee6064b30648769a12c4d6c7de2764463fb29a8194f50d79bcd63a4c5246 -Size (mercurial-3.8.3.tar.gz) = 4772901 bytes +SHA1 (mercurial-3.8.4.tar.gz) = 3fca166ff37f7900fc9ac361f67d259d63c09710 +RMD160 (mercurial-3.8.4.tar.gz) = 92640cbafdca47a03a2d7c4b3d492c913102c071 +SHA512 (mercurial-3.8.4.tar.gz) = 2ee785f631f9ae346e10ca77251a9ce6d3dacd598588c39f1a69ce1f4b668866f6109d682428512c37c300b26741b74672195538d66845e85cfff5ead886cf4c +Size (mercurial-3.8.4.tar.gz) = 4775341 bytes |