svn commit: r417908 - in head/devel/mercurial: . files
Olivier Duchateau
olivierd at FreeBSD.org
Sat Jul 2 05:20:17 UTC 2016
Author: olivierd
Date: Sat Jul 2 05:20:15 2016
New Revision: 417908
URL: https://svnweb.freebsd.org/changeset/ports/417908
Log:
- Update to 3.8.4
- Adjust new hostname
Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.8.4_.282016-7-01.29
Modified:
head/devel/mercurial/Makefile
head/devel/mercurial/distinfo
head/devel/mercurial/files/pkg-message.in
head/devel/mercurial/pkg-descr
Modified: head/devel/mercurial/Makefile
==============================================================================
--- head/devel/mercurial/Makefile Sat Jul 2 03:10:14 2016 (r417907)
+++ head/devel/mercurial/Makefile Sat Jul 2 05:20:15 2016 (r417908)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= mercurial
-PORTVERSION= 3.8.3
+PORTVERSION= 3.8.4
CATEGORIES= devel python
-MASTER_SITES= http://mercurial.selenic.com/release/
+MASTER_SITES= http://mercurial-scm.org/release/
MAINTAINER= python at FreeBSD.org
COMMENT= Fast, lightweight source control management system
Modified: head/devel/mercurial/distinfo
==============================================================================
--- head/devel/mercurial/distinfo Sat Jul 2 03:10:14 2016 (r417907)
+++ head/devel/mercurial/distinfo Sat Jul 2 05:20:15 2016 (r417908)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464845900
-SHA256 (mercurial-3.8.3.tar.gz) = f84556cdf9a331984261549d9d08143ab9da33d7c03f0aa323b0ee52d0782a4c
-SIZE (mercurial-3.8.3.tar.gz) = 4772901
+TIMESTAMP = 1467440792
+SHA256 (mercurial-3.8.4.tar.gz) = 4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6
+SIZE (mercurial-3.8.4.tar.gz) = 4775341
Modified: head/devel/mercurial/files/pkg-message.in
==============================================================================
--- head/devel/mercurial/files/pkg-message.in Sat Jul 2 03:10:14 2016 (r417907)
+++ head/devel/mercurial/files/pkg-message.in Sat Jul 2 05:20:15 2016 (r417908)
@@ -2,6 +2,6 @@
Note that we now install a few more files in %%PREFIX%%/share/mercurial:
- shell completion scripts (bash, tcsh and zsh)
- CGI / WSGI scripts for web access to repositories
- see http://mercurial.selenic.com/wiki/PublishingRepositories
+ see http://www.mercurial-scm.org/wiki/PublishingRepositories
- various documentation files
====
Modified: head/devel/mercurial/pkg-descr
==============================================================================
--- head/devel/mercurial/pkg-descr Sat Jul 2 03:10:14 2016 (r417907)
+++ head/devel/mercurial/pkg-descr Sat Jul 2 05:20:15 2016 (r417908)
@@ -12,4 +12,4 @@ efficient handling of very large distrib
* Small Python codebase
* GPL license
-WWW: http://www.selenic.com/mercurial/
+WWW: http://www.mercurial-scm.org/
More information about the svn-ports-all
mailing list