diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-05 19:57:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-05 19:57:53 +0000 |
commit | 363d2c0c2721deb81d879fa00f697d0cb59ea9b0 (patch) | |
tree | c5688d93db9d46d1f0579a2bd025a3423b409803 /devel/mercurial | |
parent | a12a0a5eec55c5b141628fc0ff1b9713b20ec157 (diff) |
Update to 4.1.2
- Update MASTER_SITES
- Fix indent
- Update WWW
Changes: https://www.mercurial-scm.org/wiki/WhatsNew
Notes
Notes:
svn path=/head/; revision=437815
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 6 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 6 | ||||
-rw-r--r-- | devel/mercurial/pkg-descr | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 30069c5014c8..7559275ff068 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= devel python -MASTER_SITES= http://mercurial-scm.org/release/ +MASTER_SITES= https://www.mercurial-scm.org/release/ MAINTAINER= python@FreeBSD.org COMMENT= Fast, lightweight source control management system @@ -12,7 +12,7 @@ COMMENT= Fast, lightweight source control management system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe python:2.7 +USES= cpe python:2.7 USE_PYTHON= distutils OPTIONS_DEFINE= CA_BUNDLE DATA DOCS NLS FREEBSD diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 8330c140c002..a9482b2f6573 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488526862 -SHA256 (mercurial-4.1.1.tar.gz) = 63571be1202f83c72041eb8ca2a2ebaeda284d2031fd708919fc610589d3359e -SIZE (mercurial-4.1.1.tar.gz) = 5132169 +TIMESTAMP = 1491396538 +SHA256 (mercurial-4.1.2.tar.gz) = 09415253fb409a77e19b9951532a3c22c4e07e74bab80652527064617daab194 +SIZE (mercurial-4.1.2.tar.gz) = 5133417 diff --git a/devel/mercurial/pkg-descr b/devel/mercurial/pkg-descr index ebcf7789e98c..75c2764275cb 100644 --- a/devel/mercurial/pkg-descr +++ b/devel/mercurial/pkg-descr @@ -12,4 +12,4 @@ efficient handling of very large distributed projects. Features include: * Small Python codebase * GPL license -WWW: http://www.mercurial-scm.org/ +WWW: https://www.mercurial-scm.org/ |