1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

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)
This commit is contained in:
Kousuke Kannagi
2026-04-21 23:40:26 +09:00
parent 8d4498a281
commit e43ce3a581
3 changed files with 12 additions and 11 deletions
+4 -6
View File
@@ -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
+3 -3
View File
@@ -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
+5 -2
View File
@@ -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).