svn commit: r470244 - head/devel/mercurial

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 17 18:31:02 UTC 2018


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 at 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


More information about the svn-ports-all mailing list