Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2023 11:19:36 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1f5928450d32 - main - x11/cliphist: update to 0.4.0
Message-ID:  <202303101119.32ABJaI8077072@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 1f5928450d32c815785078349750b72f36668248
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-08 10:38:54 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-10 11:19:19 +0000

    x11/cliphist: update to 0.4.0
    
    Changes:        https://github.com/sentriz/cliphist/releases/tag/v0.4.0
    Reported by:    GitHub (watch releases)
---
 x11/cliphist/Makefile  |  7 +++----
 x11/cliphist/distinfo  | 14 +++++++-------
 x11/cliphist/pkg-descr |  2 +-
 3 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/x11/cliphist/Makefile b/x11/cliphist/Makefile
index 5582dd238b1c..a4dc0a58290b 100644
--- a/x11/cliphist/Makefile
+++ b/x11/cliphist/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	cliphist
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.1
-PORTREVISION=	4
+DISTVERSION=	0.4.0
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -14,8 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	sentriz
-GH_TUPLE=	etcd-io:bbolt:v1.3.6:etcd_io_bbolt/vendor/go.etcd.io/bbolt \
-		golang:sys:3681064d5158:golang_sys/vendor/golang.org/x/sys \
+GH_TUPLE=	etcd-io:bbolt:v1.3.7:etcd_io_bbolt/vendor/go.etcd.io/bbolt \
+		golang:sys:v0.4.0:golang_sys/vendor/golang.org/x/sys \
 		matryer:is:v1.4.0:matryer_is/vendor/github.com/matryer/is
 PLIST_FILES=	bin/${PORTNAME}
 
diff --git a/x11/cliphist/distinfo b/x11/cliphist/distinfo
index ac2cf9a81134..fc53f5a06de8 100644
--- a/x11/cliphist/distinfo
+++ b/x11/cliphist/distinfo
@@ -1,9 +1,9 @@
-TIMESTAMP = 1647089680
-SHA256 (sentriz-cliphist-v0.3.1_GH0.tar.gz) = 381b92356e76229c5d15c2d42b3ee63734b7463aacbd200087abd6ed3c30c5ce
-SIZE (sentriz-cliphist-v0.3.1_GH0.tar.gz) = 18757
-SHA256 (etcd-io-bbolt-v1.3.6_GH0.tar.gz) = a2e524f7f32c44fa0765de192ac0789c585010cadd2c2ddcf9518e858a96ec1f
-SIZE (etcd-io-bbolt-v1.3.6_GH0.tar.gz) = 98025
-SHA256 (golang-sys-3681064d5158_GH0.tar.gz) = c084b1b6a081b78986c7364ec483397d6c128aa447ab672aa132fda309bd4db7
-SIZE (golang-sys-3681064d5158_GH0.tar.gz) = 1258557
+TIMESTAMP = 1678271934
+SHA256 (sentriz-cliphist-v0.4.0_GH0.tar.gz) = e492d6cd4e1bfc77582e32e25a3683687f2ff22e8d390cd06e14d21d7bef32c2
+SIZE (sentriz-cliphist-v0.4.0_GH0.tar.gz) = 19130
+SHA256 (etcd-io-bbolt-v1.3.7_GH0.tar.gz) = a99c0371bd041a3ca45bd314428976f3f13408ea53dbf2f8aa74b0288889acb2
+SIZE (etcd-io-bbolt-v1.3.7_GH0.tar.gz) = 116699
+SHA256 (golang-sys-v0.4.0_GH0.tar.gz) = 765fb838f213fb11f22b8f5d2f14d221ccd331010730edd4631976be744d3621
+SIZE (golang-sys-v0.4.0_GH0.tar.gz) = 1425141
 SHA256 (matryer-is-v1.4.0_GH0.tar.gz) = 9fdffa00496e767c2585c2fd7dbb018bee65b6f65f95aaeb96966719fbdd3ddc
 SIZE (matryer-is-v1.4.0_GH0.tar.gz) = 89607
diff --git a/x11/cliphist/pkg-descr b/x11/cliphist/pkg-descr
index c55beb34ab16..cbab40bacdf0 100644
--- a/x11/cliphist/pkg-descr
+++ b/x11/cliphist/pkg-descr
@@ -1,7 +1,7 @@
 cliphist is clipboard history "manager" for wayland
 
 - write clipboard changes to a history file
-- recall history with dmenu (for example)
+- recall history with dmenu / rofi / wofi (or whatever other picker you like)
 - both text and images are supported
 - clipboard is preserved byte-for-byte
   - leading / trailing whitespace / no whitespace or newlines are



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303101119.32ABJaI8077072>