Index: head/devel/mercurial/Makefile =================================================================== --- head/devel/mercurial/Makefile (revision 417907) +++ head/devel/mercurial/Makefile (revision 417908) @@ -1,87 +1,87 @@ # Created by: Andreas Kohn # $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@FreeBSD.org COMMENT= Fast, lightweight source control management system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe python:2 USE_PYTHON= distutils OPTIONS_DEFINE= CA_BUNDLE DATA DOCS NLS FREEBSD OPTIONS_DEFAULT=DATA OPTIONS_SUB= yes CA_BUNDLE_DESC= Install CA Certificates CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss FREEBSD_DESC= Patches used internally by the FreeBSD Project FREEBSD_EXTRA_PATCHES= ${FILESDIR}/extra-patch-authormapsuffix NLS_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-setup.py NLS_USES= gettext CONTRIB_FILES= bash_completion \ casesmash.py \ check-code.py \ debugcmdserver.py \ debugshell.py \ dumprevlog \ hg-ssh \ hgk \ hgsh/Makefile \ hgsh/hgsh.c \ mercurial.el \ mq.el \ perf.py \ pylintrc \ python-hook-examples.py \ simplemerge \ tcsh_completion \ tcsh_completion_build.sh \ undumprevlog \ zsh_completion \ vim/HGAnnotate.vim \ vim/hg-menu.vim \ vim/hgcommand.vim \ vim/hgtest.vim \ vim/patchreview.txt \ vim/patchreview.vim DOCS= CONTRIBUTORS README .include .if ${PORT_OPTIONS:MDATA} SUB_FILES= pkg-message .endif post-install: ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/doc/*.5 ${STAGEDIR}${PREFIX}/man/man5/ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/*.so ${STRIP_CMD} \ ${STAGEDIR}${PYTHON_SITELIBDIR}/hgext/fsmonitor/pywatchman/*.so .if ${PORT_OPTIONS:MDATA} ${MKDIR} ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DATADIR}/contrib ${MKDIR} ${STAGEDIR}${DATADIR}/contrib/hgsh ${MKDIR} ${STAGEDIR}${DATADIR}/contrib/vim for f in ${CONTRIB_FILES}; do \ ${CP} -p ${WRKSRC}/contrib/$${f} ${STAGEDIR}${DATADIR}/contrib/$${f}; \ done ${MKDIR} ${STAGEDIR}${DATADIR}/www ${INSTALL_DATA} ${WRKSRC}/*.cgi ${STAGEDIR}${DATADIR}/www ${INSTALL_DATA} ${WRKSRC}/contrib/hgweb.fcgi ${STAGEDIR}${DATADIR}/www ${INSTALL_DATA} ${WRKSRC}/contrib/hgweb.wsgi ${STAGEDIR}${DATADIR}/www .endif post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ .include Index: head/devel/mercurial/distinfo =================================================================== --- head/devel/mercurial/distinfo (revision 417907) +++ head/devel/mercurial/distinfo (revision 417908) @@ -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 Index: head/devel/mercurial/files/pkg-message.in =================================================================== --- head/devel/mercurial/files/pkg-message.in (revision 417907) +++ head/devel/mercurial/files/pkg-message.in (revision 417908) @@ -1,7 +1,7 @@ ==== 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 ==== Index: head/devel/mercurial/pkg-descr =================================================================== --- head/devel/mercurial/pkg-descr (revision 417907) +++ head/devel/mercurial/pkg-descr (revision 417908) @@ -1,15 +1,15 @@ Mercurial is a fast, lightweight source control management system designed for efficient handling of very large distributed projects. Features include: * O(1) delta-compressed file storage and retrieval scheme * Complete cross-indexing of file and changesets for efficient exploration of project history * Robust SHA1-based integrity checking and append-only storage model * Decentralized development model with arbitrary merging between trees * High-speed HTTP-based network merge protocol * Easy-to-use command-line interface * Integrated stand-alone web interface * Small Python codebase * GPL license -WWW: http://www.selenic.com/mercurial/ +WWW: http://www.mercurial-scm.org/