Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2026 00:35:36 +0000
From:      Kousuke Kannagi <mce@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e43ce3a581e1 - main - x11/iceauth: Update to 1.0.11
Message-ID:  <69f000d8.3162f.67fdaeb4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mce:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e43ce3a581e10fe114f584d29dea08cc39591943

commit e43ce3a581e10fe114f584d29dea08cc39591943
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-04-21 14:40:26 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-04-28 00:34:59 +0000

    x11/iceauth: Update to 1.0.11
    
    Add WWW and update pkg-descr.
    
    https://lists.x.org/archives/xorg-announce/2022-April/003140.html
    https://lists.x.org/archives/xorg-announce/2024-March/003480.html
    https://lists.x.org/archives/xorg-announce/2026-April/003683.html
    
    PR:             288049
    Approved by:    x11 (arrowd)
    Approved by:    osa (mentor)
---
 x11/iceauth/Makefile  | 10 ++++------
 x11/iceauth/distinfo  |  6 +++---
 x11/iceauth/pkg-descr |  7 +++++--
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/x11/iceauth/Makefile b/x11/iceauth/Makefile
index e3aac0f34e08..808103692108 100644
--- a/x11/iceauth/Makefile
+++ b/x11/iceauth/Makefile
@@ -1,18 +1,16 @@
 PORTNAME=	iceauth
-PORTVERSION=	1.0.8
-PORTREVISION=	3
+DISTVERSION=	1.0.11
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	ICE authority file utility for X
+WWW=		https://gitlab.freedesktop.org/xorg/app/iceauth
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		xorg xorg-cat:app
-USE_XORG=	xorgproto ice
-
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+USES=		tar:xz xorg xorg-cat:app
+USE_XORG=	ice xorgproto
 
 PLIST_FILES=	bin/iceauth share/man/man1/iceauth.1.gz
 
diff --git a/x11/iceauth/distinfo b/x11/iceauth/distinfo
index cdcbc51a08a2..1cca42efe9ba 100644
--- a/x11/iceauth/distinfo
+++ b/x11/iceauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522339244
-SHA256 (xorg/app/iceauth-1.0.8.tar.bz2) = e6ee213a217265cc76050e4293ea70b98c32dce6505c6421227efbda62ab60c6
-SIZE (xorg/app/iceauth-1.0.8.tar.bz2) = 137905
+TIMESTAMP = 1776581393
+SHA256 (xorg/app/iceauth-1.0.11.tar.xz) = 9d633cf0d4d1d98e3ef02d18660372958b60a67016e8a72cd04093a8d8f8d4e9
+SIZE (xorg/app/iceauth-1.0.11.tar.xz) = 140540
diff --git a/x11/iceauth/pkg-descr b/x11/iceauth/pkg-descr
index ae475980c9f5..1e97ccfe396a 100644
--- a/x11/iceauth/pkg-descr
+++ b/x11/iceauth/pkg-descr
@@ -1,2 +1,5 @@
-This package contains iceauth, an ICE authority file utility for the X
-Window System.
+The iceauth program is used to edit and display the authorization
+information used in connecting with ICE (the X11 Inter-Client Exchange
+protocol). This program is usually used to extract authorization
+records from one machine and merge them in on another (as is the case
+when using remote logins or granting access to other users).


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f000d8.3162f.67fdaeb4>