Date: Thu, 17 May 2018 18:31:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470244 - head/devel/mercurial Message-ID: <201805171831.w4HIV06D088498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu May 17 18:31:00 2018 New Revision: 470244 URL: https://svnweb.freebsd.org/changeset/ports/470244 Log: Install hgweb.cgi - Bump PORTREVISION for package change PR: 228303 Requested by: Martin Birgmeier <d8zNeCFG@aon.at> Modified: head/devel/mercurial/Makefile head/devel/mercurial/pkg-plist Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Thu May 17 18:30:55 2018 (r470243) +++ head/devel/mercurial/Makefile Thu May 17 18:31:00 2018 (r470244) @@ -3,6 +3,7 @@ PORTNAME= mercurial PORTVERSION= 4.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= https://www.mercurial-scm.org/release/ @@ -68,7 +69,7 @@ post-install-DATA-on: ${INSTALL_DATA} ${WRKSRC}/contrib/${f} \ ${STAGEDIR}${DATADIR}/contrib/${f} .endfor - ${INSTALL_DATA} ${WRKSRC}/contrib/hgweb.* ${STAGEDIR}${DATADIR}/www + ${INSTALL_DATA} ${WRKSRC}/hgweb.cgi ${WRKSRC}/contrib/hgweb.* ${STAGEDIR}${DATADIR}/www post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/mercurial/pkg-plist ============================================================================== --- head/devel/mercurial/pkg-plist Thu May 17 18:30:55 2018 (r470243) +++ head/devel/mercurial/pkg-plist Thu May 17 18:31:00 2018 (r470244) @@ -1190,5 +1190,6 @@ man/man5/hgrc.5.gz %%DATA%%%%DATADIR%%/contrib/vim/patchreview.txt %%DATA%%%%DATADIR%%/contrib/vim/patchreview.vim %%DATA%%%%DATADIR%%/contrib/zsh_completion +%%DATA%%%%DATADIR%%/www/hgweb.cgi %%DATA%%%%DATADIR%%/www/hgweb.fcgi %%DATA%%%%DATADIR%%/www/hgweb.wsgi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805171831.w4HIV06D088498>