git: 55cae269e2b6 - main - x11/xbiff: Update to 1.0.5

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Tue, 01 Jul 2025 13:55:01 UTC
The branch main has been updated by manu:

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

commit 55cae269e2b6554a1f3f715cc37628de6cb0e14b
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-05-26 00:28:09 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-01 13:54:18 +0000

    x11/xbiff: Update to 1.0.5
    
    PR:     287076
---
 x11/xbiff/Makefile  |  9 ++++-----
 x11/xbiff/distinfo  |  6 +++---
 x11/xbiff/pkg-descr | 12 +++++++++---
 3 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/x11/xbiff/Makefile b/x11/xbiff/Makefile
index e0e238dd4158..27226c553774 100644
--- a/x11/xbiff/Makefile
+++ b/x11/xbiff/Makefile
@@ -1,17 +1,16 @@
 PORTNAME=	xbiff
-PORTVERSION=	1.0.4
-PORTREVISION=	1
+DISTVERSION=	1.0.5
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Mailbox flag for X
+WWW=		https://gitlab.freedesktop.org/xorg/app/xbiff
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		xorg xorg-cat:app
-USE_XORG=	x11 xaw xbitmaps xext xmu xt
+USES=		tar:xz xorg xorg-cat:app
+USE_XORG=	x11 xaw xbitmaps xext xmu xorgproto xt
 PLIST_FILES=	bin/xbiff share/man/man1/xbiff.1.gz
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xbiff/distinfo b/x11/xbiff/distinfo
index b20b97daa203..759e5b9d93df 100644
--- a/x11/xbiff/distinfo
+++ b/x11/xbiff/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566062360
-SHA256 (xorg/app/xbiff-1.0.4.tar.bz2) = e1e1a39628a5678585008ef7fb1ff2864edaaa0e062989c2331f8c74e0fec971
-SIZE (xorg/app/xbiff-1.0.4.tar.bz2) = 133455
+TIMESTAMP = 1746925673
+SHA256 (xorg/app/xbiff-1.0.5.tar.xz) = cffb10e2488b09695da8377f395a4fed6d33f5eb9691322ebaa969e8ead7b0c2
+SIZE (xorg/app/xbiff-1.0.5.tar.xz) = 128432
diff --git a/x11/xbiff/pkg-descr b/x11/xbiff/pkg-descr
index 917fe929b8ce..5045d81e9a6b 100644
--- a/x11/xbiff/pkg-descr
+++ b/x11/xbiff/pkg-descr
@@ -1,3 +1,9 @@
-This package contains xbiff, which displays a little image of a mailbox in
-the X Window System. The flag on the mailbox is down when there is no mail,
-and the flag goes up when new mail arrives.
+The Xbiff program provides graphical notification of new e-mail. It only
+handles mail stored in a filesystem accessible file, not via IMAP, POP
+or other remote access protocols.
+
+It displays a little image of a mailbox in the X Window System. When
+there is no mail, the flag on the mailbox is down. When mail arrives,
+the flag goes up and the mailbox beeps. By default, pressing any mouse
+button in the image forces xbiff to remember the current size of the
+mail file as being the "empty" size and to lower the flag.