Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2023 08:06:12 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: eb52db563d8a - main - deskutils/copyq: Switch to MASTER_SITES
Message-ID:  <202309090806.38986CRU019498@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=eb52db563d8ad4522eddefd4e951814e82cf57f2

commit eb52db563d8ad4522eddefd4e951814e82cf57f2
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-09-09 08:01:39 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-09-09 08:02:59 +0000

    deskutils/copyq: Switch to MASTER_SITES
---
 deskutils/copyq/Makefile | 6 ++----
 deskutils/copyq/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile
index 2dd799a1d782..9c993fc1ca84 100644
--- a/deskutils/copyq/Makefile
+++ b/deskutils/copyq/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	copyq
-DISTVERSIONPREFIX=	v
 DISTVERSION=	7.1.0
 CATEGORIES=	deskutils
+MASTER_SITES=	https://github.com/hluk/CopyQ/releases/download/v${DISTVERSION}/
 PKGNAMESUFFIX=	-${FLAVOR}
+DISTNAME=	CopyQ-${DISTVERSION}
 
 MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Qt${FLAVOR:S/qt//} based clipboard manager
@@ -21,9 +22,6 @@ qt6_CONFLICTS_INSTALL=	copyq-qt5
 
 USES=		cmake compiler:c++17-lang gl kde:5 pkgconfig \
 		qt:${FLAVOR:S/qt//} xorg
-USE_GITHUB=	yes
-GH_ACCOUNT=	hluk
-GH_PROJECT=	CopyQ
 USE_GL=		gl
 _USE_KDE_qt5=	ecm:build notifications
 _USE_KDE_qt6=	ecm:build
diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo
index af40615ca3a4..4d78b311c58e 100644
--- a/deskutils/copyq/distinfo
+++ b/deskutils/copyq/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1693740133
-SHA256 (hluk-CopyQ-v7.1.0_GH0.tar.gz) = ce0265b0a86350fda7bfa1a9d4b74d794a4077551b28186012683567d6fd8158
-SIZE (hluk-CopyQ-v7.1.0_GH0.tar.gz) = 3351093
+TIMESTAMP = 1693819538
+SHA256 (CopyQ-7.1.0.tar.gz) = ce0265b0a86350fda7bfa1a9d4b74d794a4077551b28186012683567d6fd8158
+SIZE (CopyQ-7.1.0.tar.gz) = 3351093



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