Date: Tue, 17 May 2016 16:29:04 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415392 - head/devel/mercurial Message-ID: <201605171629.u4HGT4vH000195@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Tue May 17 16:29:04 2016 New Revision: 415392 URL: https://svnweb.freebsd.org/changeset/ports/415392 Log: Update to 3.8.2 (out-of-cycle bugfix release) Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.8.2_.282016-5-16.29 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo head/devel/mercurial/pkg-plist Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Tue May 17 16:13:32 2016 (r415391) +++ head/devel/mercurial/Makefile Tue May 17 16:29:04 2016 (r415392) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.8.1 +PORTVERSION= 3.8.2 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ @@ -79,9 +79,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/contrib/hgweb.fcgi ${STAGEDIR}${DATADIR}/www ${INSTALL_DATA} ${WRKSRC}/contrib/hgweb.wsgi ${STAGEDIR}${DATADIR}/www .endif -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ -.endif .include <bsd.port.mk> Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Tue May 17 16:13:32 2016 (r415391) +++ head/devel/mercurial/distinfo Tue May 17 16:29:04 2016 (r415392) @@ -1,2 +1,3 @@ -SHA256 (mercurial-3.8.1.tar.gz) = face1f058de5530b56b0dfd3b4d0b23d89590c588605c06f3d18b79e8c30d594 -SIZE (mercurial-3.8.1.tar.gz) = 4766849 +TIMESTAMP = 1463507073 +SHA256 (mercurial-3.8.2.tar.gz) = cb78b16956140625266a8a6d1fadc7c868969d994086e1ec60279a66bf20bffd +SIZE (mercurial-3.8.2.tar.gz) = 4771143 Modified: head/devel/mercurial/pkg-plist ============================================================================== --- head/devel/mercurial/pkg-plist Tue May 17 16:13:32 2016 (r415391) +++ head/devel/mercurial/pkg-plist Tue May 17 16:29:04 2016 (r415392) @@ -349,6 +349,7 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/help/extensions.txt %%PYTHON_SITELIBDIR%%/mercurial/help/filesets.txt %%PYTHON_SITELIBDIR%%/mercurial/help/glossary.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/hg-ssh.8.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hg.1.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hgignore.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hgignore.5.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605171629.u4HGT4vH000195>