svn commit: r332172 - in head/devel/mercurial: . files
Olivier Duchateau
olivierd at FreeBSD.org
Wed Oct 30 20:56:34 UTC 2013
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
====
More information about the svn-ports-head
mailing list