Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2019 19:24:27 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506305 - in head: comms/dcf77pi security/sandsifter sysutils/biosfont
Message-ID:  <201907091924.x69JORIE020406@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Jul  9 19:24:26 2019
New Revision: 506305
URL: https://svnweb.freebsd.org/changeset/ports/506305

Log:
  UCL-ify pkg-message of my ports.

Modified:
  head/comms/dcf77pi/pkg-message
  head/security/sandsifter/pkg-message
  head/sysutils/biosfont/pkg-message

Modified: head/comms/dcf77pi/pkg-message
==============================================================================
--- head/comms/dcf77pi/pkg-message	Tue Jul  9 19:03:49 2019	(r506304)
+++ head/comms/dcf77pi/pkg-message	Tue Jul  9 19:24:26 2019	(r506305)
@@ -1,3 +1,6 @@
+[
+{
+  message: <<EOM
 Normally, dcf77pi and readpin need to be run as root due to the permissions of
 /dev/gpioc* , but they can be run as a regular user by changing the permissions
 of the device node:
@@ -7,3 +10,7 @@ of the device node:
 And to make the change persistent across reboots:
 
 # echo "perm gpioc* 0660" >> /etc/devfs.conf
+EOM
+  type: install
+}
+]

Modified: head/security/sandsifter/pkg-message
==============================================================================
--- head/security/sandsifter/pkg-message	Tue Jul  9 19:03:49 2019	(r506304)
+++ head/security/sandsifter/pkg-message	Tue Jul  9 19:24:26 2019	(r506305)
@@ -1,7 +1,12 @@
-*** ATTENTION ***
-
+[
+{
+  message: <<EOM
 Before using this tool you should do the following as root:
 # sysctl security.bsd.map_at_zero=1
 # mount -t linprocfs linproc /compat/linux/proc
 
 Also make sure you use a 256-color capable terminal of at least 40 rows high.
+EOM
+  type: [install, upgrade]
+}
+]

Modified: head/sysutils/biosfont/pkg-message
==============================================================================
--- head/sysutils/biosfont/pkg-message	Tue Jul  9 19:03:49 2019	(r506304)
+++ head/sysutils/biosfont/pkg-message	Tue Jul  9 19:24:26 2019	(r506305)
@@ -1,7 +1,6 @@
-===============================================================================
-
-This port has installed the biosfont kernel module.
-
+[
+{
+  message: <<EOM
 To load the kernel module immediately, type the following command:
 
 	kldload biosfont
@@ -9,5 +8,7 @@ To load the kernel module immediately, type the follow
 To load the kernel module at boot, add the following line to /boot/loader.conf:
 
 	biosfont_load="YES"
-
-===============================================================================
+EOM
+  type: [install, upgrade]
+}
+]



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