Index: head/devel/mercurial/Makefile =================================================================== --- head/devel/mercurial/Makefile (revision 437814) +++ head/devel/mercurial/Makefile (revision 437815) @@ -1,79 +1,79 @@ # Created by: Andreas Kohn # $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 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 OPTIONS_DEFAULT=CA_BUNDLE 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 DATA_SUB_FILES= pkg-message 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 \ 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 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 post-install-DATA-on: .for d in hgsh vim ${MKDIR} ${STAGEDIR}${DATADIR}/contrib/${d} .endfor ${MKDIR} ${STAGEDIR}${DATADIR}/www .for f in ${CONTRIB_FILES} ${INSTALL_DATA} ${WRKSRC}/contrib/${f} \ ${STAGEDIR}${DATADIR}/contrib/${f} .endfor ${INSTALL_DATA} ${WRKSRC}/contrib/hgweb.* ${STAGEDIR}${DATADIR}/www 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 437814) +++ head/devel/mercurial/distinfo (revision 437815) @@ -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 Index: head/devel/mercurial/pkg-descr =================================================================== --- head/devel/mercurial/pkg-descr (revision 437814) +++ head/devel/mercurial/pkg-descr (revision 437815) @@ -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.mercurial-scm.org/ +WWW: https://www.mercurial-scm.org/