summaryrefslogtreecommitdiff
path: root/x11/libICE
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libICE')
-rw-r--r--x11/libICE/Makefile2
-rw-r--r--x11/libICE/distinfo6
-rw-r--r--x11/libICE/pkg-descr10
3 files changed, 13 insertions, 5 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile
index aeb0ce59c868..28c63a54cda7 100644
--- a/x11/libICE/Makefile
+++ b/x11/libICE/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libICE
-PORTVERSION= 1.1.1
+DISTVERSION= 1.1.2
PORTEPOCH= 1
CATEGORIES= x11
diff --git a/x11/libICE/distinfo b/x11/libICE/distinfo
index 0e8f80fab3c2..2231cd6f0b1a 100644
--- a/x11/libICE/distinfo
+++ b/x11/libICE/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714057299
-SHA256 (xorg/lib/libICE-1.1.1.tar.xz) = 03e77afaf72942c7ac02ccebb19034e6e20f456dcf8dddadfeb572aa5ad3e451
-SIZE (xorg/lib/libICE-1.1.1.tar.xz) = 335960
+TIMESTAMP = 1747408580
+SHA256 (xorg/lib/libICE-1.1.2.tar.xz) = 974e4ed414225eb3c716985df9709f4da8d22a67a2890066bc6dfc89ad298625
+SIZE (xorg/lib/libICE-1.1.2.tar.xz) = 342900
diff --git a/x11/libICE/pkg-descr b/x11/libICE/pkg-descr
index f15ac2a5dd15..76e833fe289e 100644
--- a/x11/libICE/pkg-descr
+++ b/x11/libICE/pkg-descr
@@ -1 +1,9 @@
-This package contains the Inter Client Exchange library for X11.
+This package provides the X11 Inter-Client Exchange library, which
+allows for communication of data between X clients.
+
+There are numerous possible inter-client protocols, with many
+similarities and common needs - authentication, version negotiation,
+byte order negotiation, and so on. The Inter-Client Exchange (ICE)
+protocol is intended to provide a framework for building such
+protocols, allowing them to make use of common negotiation mechanisms
+and to be multiplexed over a single transport connection.