Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2026 11:14:40 +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: 642efb0619cf - main - x11-themes/mate-themes: remove unneeded USE_GITHUB and GH_ACCOUNT
Message-ID:  <6a3524a0.20f14.b37f14@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=642efb0619cfdce846111c623aefac9d2b1f06f4

commit 642efb0619cfdce846111c623aefac9d2b1f06f4
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-19 11:13:30 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-19 11:13:30 +0000

    x11-themes/mate-themes: 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.
---
 x11-themes/mate-themes/Makefile | 6 ++----
 x11-themes/mate-themes/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/x11-themes/mate-themes/Makefile b/x11-themes/mate-themes/Makefile
index 104d0427e2f9..f6bd75c66bb2 100644
--- a/x11-themes/mate-themes/Makefile
+++ b/x11-themes/mate-themes/Makefile
@@ -2,8 +2,8 @@ PORTNAME=	mate-themes
 DISTVERSION=	3.22.23
 PORTREVISION=	2
 CATEGORIES=	x11-themes 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=	Collection of themes and icons for MATE
@@ -16,8 +16,6 @@ RUN_DEPENDS=	gtk-engines2>=2.15.0:x11-themes/gtk-engines2 \
 		gtk-murrine-engine>=0.98:x11-themes/gtk-murrine-engine
 
 USES=		gettext gmake gnome localbase pathfix pkgconfig tar:xz
-USE_GITHUB=	nodefault
-GH_ACCOUNT=	mate-desktop
 USE_GNOME=	gtk20 intltool
 PORTSCOUT=	site:https://github.com/mate-desktop/mate-themes/releases/ limit:^${DISTVERSION:R:S|.|\.|}\.*$$
 GNU_CONFIGURE=	yes
diff --git a/x11-themes/mate-themes/distinfo b/x11-themes/mate-themes/distinfo
index 9ff6d7768538..2c972b9731c1 100644
--- a/x11-themes/mate-themes/distinfo
+++ b/x11-themes/mate-themes/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1781560879
-SHA256 (mate-themes-3.22.23.tar.xz) = 61e5ad626c9841f5763c908f1769139b2a812687b98f6b330afee4da18fb6fab
-SIZE (mate-themes-3.22.23.tar.xz) = 5682428
+TIMESTAMP = 1781825341
+SHA256 (mate/mate-themes-3.22.23.tar.xz) = 61e5ad626c9841f5763c908f1769139b2a812687b98f6b330afee4da18fb6fab
+SIZE (mate/mate-themes-3.22.23.tar.xz) = 5682428


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3524a0.20f14.b37f14>