diff --git a/x11/iceauth/Makefile b/x11/iceauth/Makefile index e3aac0f34e08..808103692108 100644 --- a/x11/iceauth/Makefile +++ b/x11/iceauth/Makefile @@ -1,19 +1,17 @@ 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 .include 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).