svn commit: r323013 - head/devel/mercurial
Ruslan Makhmatkhanov
rm at FreeBSD.org
Mon Jul 15 00:57:49 UTC 2013
Author: rm
Date: Mon Jul 15 00:57:48 2013
New Revision: 323013
URL: http://svnweb.freebsd.org/changeset/ports/323013
Log:
- update to 2.6.3
changelog:
. commit: amending with --close-branch (issue3445)
. doc: make it easier to read how to enable extensions
. doc: reword "config file" to "configuration file"
. docs: change description to synopsis in hgrc.5
. histedit: raise ImportError when demandloading is enabled
. pathencode: fix hashmangle short dir limit (issue3958)
. update: remove .hg/graftstate on clean (issue3970)
Modified:
head/devel/mercurial/Makefile
head/devel/mercurial/distinfo
Modified: head/devel/mercurial/Makefile
==============================================================================
--- head/devel/mercurial/Makefile Mon Jul 15 00:56:38 2013 (r323012)
+++ head/devel/mercurial/Makefile Mon Jul 15 00:57:48 2013 (r323013)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mercurial
-PORTVERSION= 2.6.2
+PORTVERSION= 2.6.3
CATEGORIES= devel python
MASTER_SITES= http://mercurial.selenic.com/release/
Modified: head/devel/mercurial/distinfo
==============================================================================
--- head/devel/mercurial/distinfo Mon Jul 15 00:56:38 2013 (r323012)
+++ head/devel/mercurial/distinfo Mon Jul 15 00:57:48 2013 (r323013)
@@ -1,2 +1,2 @@
-SHA256 (mercurial-2.6.2.tar.gz) = 55b4a0e20e21ebd7a4341c828d2ec4ba72ba77d61b424e937a7f77c385220e3d
-SIZE (mercurial-2.6.2.tar.gz) = 3740489
+SHA256 (mercurial-2.6.3.tar.gz) = 12308a4210f1ee1185d03f18757742fa8a2759076c2e713f35432f89bf56911c
+SIZE (mercurial-2.6.3.tar.gz) = 3736480
More information about the svn-ports-head
mailing list