Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 20:56:34 +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: r332172 - in head/devel/mercurial: . files
Message-ID:  <201310302056.r9UKuYMk043716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Wed Oct 30 20:56:33 2013
New Revision: 332172
URL: http://svnweb.freebsd.org/changeset/ports/332172

Log:
  - Display content of pkg-message only when DATA option is set
  - Update URL helper for publication of repositories

Modified:
  head/devel/mercurial/Makefile
  head/devel/mercurial/files/pkg-message.in   (contents, props changed)

Modified: head/devel/mercurial/Makefile
==============================================================================
--- head/devel/mercurial/Makefile	Wed Oct 30 20:55:19 2013	(r332171)
+++ head/devel/mercurial/Makefile	Wed Oct 30 20:56:33 2013	(r332172)
@@ -19,8 +19,6 @@ OPTIONS_DEFAULT=DATA
 OPTIONS_SUB=	yes
 CA_BUNDLE_DESC=	Install CA Certificates
 
-SUB_FILES=	pkg-message
-
 CONTRIB_FILES=	bash_completion \
 		casesmash.py \
 		check-code.py \
@@ -62,6 +60,10 @@ NLS_USES=		gettext
 
 .include <bsd.port.options.mk>
 
+.if ${PORT_OPTIONS:MDATA}
+SUB_FILES=	pkg-message
+.endif
+
 .if !${PORT_OPTIONS:MNLS}
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-setup.py
 .endif

Modified: head/devel/mercurial/files/pkg-message.in
==============================================================================
--- head/devel/mercurial/files/pkg-message.in	Wed Oct 30 20:55:19 2013	(r332171)
+++ head/devel/mercurial/files/pkg-message.in	Wed Oct 30 20:56:33 2013	(r332172)
@@ -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 scripts for web access to repositories
-  see http://mercurial.selenic.com/wiki/CGIinstall
+- CGI / WSGI scripts for web access to repositories
+  see http://mercurial.selenic.com/wiki/PublishingRepositories
 - various documentation files
 ====



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310302056.r9UKuYMk043716>