diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
commit | 78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch) | |
tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /devel/ice | |
parent | Convert to UCL & cleanup pkg-message (categories a-c) (diff) |
Convert to UCL & cleanup pkg-message (categories d)
Notes
Notes:
svn path=/head/; revision=508835
Diffstat (limited to 'devel/ice')
-rw-r--r-- | devel/ice/pkg-message | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/ice/pkg-message b/devel/ice/pkg-message index 3466b4653e8b..76d28647fd19 100644 --- a/devel/ice/pkg-message +++ b/devel/ice/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM The default on-the-wire encoding for Ice changed in version 3.5 and IPv6 is now enabled by default. ABI versions are not compatible. @@ -12,3 +15,6 @@ For on-the-wire background compatibility add Ice.Default.EncodingVersion=1.0 to your Ice application configuration. +EOM +} +] |