diff options
author | mat <mat@FreeBSD.org> | 2019-08-14 00:01:59 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-08-14 00:01:59 +0800 |
commit | d564de4430e0174995e880fc5c2b2ef27d20b160 (patch) | |
tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /devel/ice | |
parent | 984f7af3a80af47e2383fb7801ec5d7fcca84ee0 (diff) | |
download | freebsd-ports-gnome-d564de4430e0174995e880fc5c2b2ef27d20b160.tar.gz freebsd-ports-gnome-d564de4430e0174995e880fc5c2b2ef27d20b160.tar.zst freebsd-ports-gnome-d564de4430e0174995e880fc5c2b2ef27d20b160.zip |
Convert to UCL & cleanup pkg-message (categories d)
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 +} +] |