Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2023 16:05:39 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0723f2e44010 - main - deskutils/copyq: Update to 7.0.0
Message-ID:  <202304031605.333G5dFI097739@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0723f2e44010ef5a0601ecc4ef9b0d42c541439b

commit 0723f2e44010ef5a0601ecc4ef9b0d42c541439b
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-04-03 16:01:19 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-04-03 16:05:26 +0000

    deskutils/copyq: Update to 7.0.0
    
    - Remove unneeded USES=desktop-file-utils since no MimeType present in
      .desktop file
    
    ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v7.0.0
---
 deskutils/copyq/Makefile | 5 ++---
 deskutils/copyq/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile
index 294e76c3d611..fc32ab0715e5 100644
--- a/deskutils/copyq/Makefile
+++ b/deskutils/copyq/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	copyq
 DISTVERSIONPREFIX=	v
-DISTVERSION=	6.4.0
+DISTVERSION=	7.0.0
 CATEGORIES=	deskutils
 PKGNAMESUFFIX=	-${FLAVOR}
 
@@ -20,8 +20,7 @@ FLAVOR?=	qt5
 qt5_CONFLICTS_INSTALL=	copyq-qt6
 qt6_CONFLICTS_INSTALL=	copyq-qt5
 
-USES=		cmake compiler:c++17-lang desktop-file-utils gl kde:5 \
-		qt:${FLAVOR:S/qt//} xorg
+USES=		cmake compiler:c++17-lang gl kde:5 qt:${FLAVOR:S/qt//} xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	hluk
 GH_PROJECT=	CopyQ
diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo
index 1212f0539879..2955bd6d1c5f 100644
--- a/deskutils/copyq/distinfo
+++ b/deskutils/copyq/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674124524
-SHA256 (hluk-CopyQ-v6.4.0_GH0.tar.gz) = ac6757a10ed2d629de9acbb646cdbba5cf51197e9dfe39d3db2ff34069fc4831
-SIZE (hluk-CopyQ-v6.4.0_GH0.tar.gz) = 3316278
+TIMESTAMP = 1680456044
+SHA256 (hluk-CopyQ-v7.0.0_GH0.tar.gz) = 5898ba2025f8e9f61a4b4732e85adf3b1653fad20b5c1f1b0c879a7b72cd4d48
+SIZE (hluk-CopyQ-v7.0.0_GH0.tar.gz) = 3323354



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