git: e4d88e28ea9f - main - x11/xclipboard: Update to 1.1.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Jul 2025 13:55:26 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e4d88e28ea9fa6a078b494957fc43d6fd452c707
commit e4d88e28ea9fa6a078b494957fc43d6fd452c707
Author: mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-06-20 00:38:18 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-01 13:54:22 +0000
x11/xclipboard: Update to 1.1.5
PR: 287669
---
x11/xclipboard/Makefile | 13 ++++++-------
x11/xclipboard/distinfo | 5 +++--
x11/xclipboard/pkg-descr | 9 ++++++++-
3 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/x11/xclipboard/Makefile b/x11/xclipboard/Makefile
index fa849e6f23e3..5e683372ce9c 100644
--- a/x11/xclipboard/Makefile
+++ b/x11/xclipboard/Makefile
@@ -1,17 +1,16 @@
PORTNAME= xclipboard
-PORTVERSION= 1.1.3
-PORTREVISION= 1
+DISTVERSION= 1.1.5
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
-COMMENT= X clipboard client
+COMMENT= Manage the X server clipboard
+WWW= https://gitlab.freedesktop.org/xorg/app/xclipboard
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= xorg xorg-cat:app
-USE_XORG= xt xaw
-
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+USES= tar:xz xorg xorg-cat:app
+USE_XORG= x11 xaw xkbfile xmu xorgproto xt
.include <bsd.port.mk>
diff --git a/x11/xclipboard/distinfo b/x11/xclipboard/distinfo
index 9bba32d796cf..e521bb356978 100644
--- a/x11/xclipboard/distinfo
+++ b/x11/xclipboard/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xclipboard-1.1.3.tar.bz2) = 9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5
-SIZE (xorg/app/xclipboard-1.1.3.tar.bz2) = 132406
+TIMESTAMP = 1748284177
+SHA256 (xorg/app/xclipboard-1.1.5.tar.xz) = 8e47a4e18a88d47b14e8eb61a5f298687624a38f9decee9988d8b51a20514c45
+SIZE (xorg/app/xclipboard-1.1.5.tar.xz) = 132420
diff --git a/x11/xclipboard/pkg-descr b/x11/xclipboard/pkg-descr
index 58e411e2c0f6..67b8f7f1a94e 100644
--- a/x11/xclipboard/pkg-descr
+++ b/x11/xclipboard/pkg-descr
@@ -1 +1,8 @@
-This package contains xclipboard, an X clipboard client.
+The xclipboard program is used to collect and display text selections
+that are sent to the CLIPBOARD by other clients. It is typically used
+to save CLIPBOARD selections for later use. It stores each CLIPBOARD
+selection as a separate string, each of which can be selected. Each
+time CLIPBOARD is asserted by another application, xclipboard transfers
+the contents of that selection to a new buffer and displays it in the
+text window. Buffers are never automatically deleted, so you'll want to
+use the delete button to get rid of useless items.