Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2019 22:10:02 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504441 - head/irc/znc/files
Message-ID:  <201906172210.x5HMA2LG064093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Jun 17 22:10:02 2019
New Revision: 504441
URL: https://svnweb.freebsd.org/changeset/ports/504441

Log:
  irc/znc: Improve pkg-message with UCL format

Modified:
  head/irc/znc/files/pkg-message.in

Modified: head/irc/znc/files/pkg-message.in
==============================================================================
--- head/irc/znc/files/pkg-message.in	Mon Jun 17 21:58:49 2019	(r504440)
+++ head/irc/znc/files/pkg-message.in	Mon Jun 17 22:10:02 2019	(r504441)
@@ -1,9 +1,7 @@
-*****************************************************************************
-
-# Configuration
-
- Configs written before ZNC 0.206 can't be read anymore!
-  
+[
+{
+	message: <<EOM
+*******************************************************************************
  To generate a basic configuration file, run znc --makeconf after installation.
  It is NOT a good idea to create a new config file manually.
 
@@ -14,14 +12,19 @@
    sudo -u znc znc -d %%ETCDIR%% --makeconf
 
  http://wiki.znc.in/Configuration
+*******************************************************************************
+EOM
+	type: install
+},
+{
+	message: <<EOM
+*******************************************************************************
+ After each upgrade you must recompile all your external modules, ZNC ABI is
+ not stable. $ znc-buildmod <modulename>.cpp
 
-# Modules
-
- If you upgrade your ZNC version you must recompile all your external modules,
- ZNC ABI is not stable.
-
-   znc-buildmod <modulename>.cpp
-
  http://wiki.znc.in/Compiling_modules
-
-*****************************************************************************
+*******************************************************************************
+EOM
+	type: upgrade
+}
+]



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