Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2026 11:14:36 +0000
From:      Eric Turgeon <ericbsd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3a3d274e5bdd - main - sysutils/mate-system-monitor: remove unneeded USE_GITHUB and GH_ACCOUNT
Message-ID:  <6a35249c.216d6.ef83e55@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ericbsd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a3d274e5bdd9144ac644f3f3b233acae7fde672

commit 3a3d274e5bdd9144ac644f3f3b233acae7fde672
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-19 11:12:57 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-19 11:12:57 +0000

    sysutils/mate-system-monitor: remove unneeded USE_GITHUB and GH_ACCOUNT
    
    Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed
    with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
---
 sysutils/mate-system-monitor/Makefile | 6 ++----
 sysutils/mate-system-monitor/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile
index 9f3907c9cec0..b59d1d9c100a 100644
--- a/sysutils/mate-system-monitor/Makefile
+++ b/sysutils/mate-system-monitor/Makefile
@@ -2,8 +2,8 @@ PORTNAME=	mate-system-monitor
 DISTVERSION=	1.28.1
 PORTREVISION=	2
 CATEGORIES=	sysutils mate
-MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
+MASTER_SITES=	https://github.com/mate-desktop/${PORTNAME}/releases/download/v${DISTVERSION}/
+DIST_SUBDIR=	mate
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	MATE system monitor program
@@ -18,8 +18,6 @@ LIB_DEPENDS=	libgtop-2.0.so:devel/libgtop \
 
 USES=		compiler:c++11-lib gettext gmake gnome localbase mate \
 		pathfix pkgconfig tar:xz
-USE_GITHUB=	nodefault
-GH_ACCOUNT=	mate-desktop
 USE_MATE=	icontheme
 USE_GNOME=	gtkmm30 intlhack librsvg2 libwnck3 libxml2
 PORTSCOUT=	site:https://github.com/mate-desktop/mate-system-monitor/releases/ limitw:1,even
diff --git a/sysutils/mate-system-monitor/distinfo b/sysutils/mate-system-monitor/distinfo
index 1af8d309310c..6b78305c362b 100644
--- a/sysutils/mate-system-monitor/distinfo
+++ b/sysutils/mate-system-monitor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1781263929
-SHA256 (mate-system-monitor-1.28.1.tar.xz) = 42d663d6b90fb5361ebc13f6547983d6f1e2ac75dc2ae4f1cac6ea6329965a25
-SIZE (mate-system-monitor-1.28.1.tar.xz) = 2521892
+TIMESTAMP = 1781825318
+SHA256 (mate/mate-system-monitor-1.28.1.tar.xz) = 42d663d6b90fb5361ebc13f6547983d6f1e2ac75dc2ae4f1cac6ea6329965a25
+SIZE (mate/mate-system-monitor-1.28.1.tar.xz) = 2521892


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a35249c.216d6.ef83e55>