Date: Wed, 11 Sep 2019 08:57:21 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511804 - in head: devel/clixon/files security/secpanel/files Message-ID: <201909110857.x8B8vL6G004583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Sep 11 08:57:20 2019 New Revision: 511804 URL: https://svnweb.freebsd.org/changeset/ports/511804 Log: Regular pkg-message cleanup. Modified: head/devel/clixon/files/pkg-message.in (contents, props changed) head/security/secpanel/files/pkg-message.in (contents, props changed) Modified: head/devel/clixon/files/pkg-message.in ============================================================================== --- head/devel/clixon/files/pkg-message.in Wed Sep 11 08:38:16 2019 (r511803) +++ head/devel/clixon/files/pkg-message.in Wed Sep 11 08:57:20 2019 (r511804) @@ -1,7 +1,11 @@ - +[ +{ type: upgrade, maximum_version: 4, message: <<EOT Version 4.0.0 is much stricter and more standards compliant It is very likely that you will need to change your code. See https://github.com/clicon/clixon/blob/master/CHANGELOG.md for details on the changes, especially the API changes. +EOT +} +] Modified: head/security/secpanel/files/pkg-message.in ============================================================================== --- head/security/secpanel/files/pkg-message.in Wed Sep 11 08:38:16 2019 (r511803) +++ head/security/secpanel/files/pkg-message.in Wed Sep 11 08:57:20 2019 (r511804) @@ -1,13 +1,2 @@ - - -################################################################################################################ - - If you don't have already a default.config file, you have to copy "/usr/local/share/secpanel/default.config.sample" to "/usr/local/share/secpanel/default.config" Change it as you need or use the config-panel to make changes. - - -################################################################################################################# - - -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909110857.x8B8vL6G004583>