Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2026 22:34:19 +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: a3131ae62f64 - main - x11-themes/mate-themes: switch to GitHub release asset
Message-ID:  <6a307deb.42c7e.331c504d@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=a3131ae62f647c9a2b1523c130b6cfa01cea5c33

commit a3131ae62f647c9a2b1523c130b6cfa01cea5c33
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-15 22:34:10 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-15 22:34:18 +0000

    x11-themes/mate-themes: switch to GitHub release asset
    
    Minor versions are no longer published to the MATE mirror and are only
    available on GitHub. Use USE_GITHUB=nodefault with a release tarball
    instead of the auto-generated one, as recommended by the porter's
    handbook.
---
 x11-themes/mate-themes/Makefile | 13 +++++++------
 x11-themes/mate-themes/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/x11-themes/mate-themes/Makefile b/x11-themes/mate-themes/Makefile
index da15c0093267..104d0427e2f9 100644
--- a/x11-themes/mate-themes/Makefile
+++ b/x11-themes/mate-themes/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	mate-themes
-PORTVERSION=	3.22.23
-PORTREVISION=	1
+DISTVERSION=	3.22.23
+PORTREVISION=	2
 CATEGORIES=	x11-themes mate
-MASTER_SITES=	MATE/themes/${PORTVERSION:R}/
-DIST_SUBDIR=	mate
+MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Collection of themes and icons for MATE
@@ -15,10 +15,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	gtk-engines2>=2.15.0:x11-themes/gtk-engines2 \
 		gtk-murrine-engine>=0.98:x11-themes/gtk-murrine-engine
 
-PORTSCOUT=	limit:^${PORTVERSION:R:S|.|\.|}\.*$$
-
 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
 
 LOCALES=	af am an ar ar_SA as ast az be bg bn bn_IN br \
diff --git a/x11-themes/mate-themes/distinfo b/x11-themes/mate-themes/distinfo
index 81dee54f1b25..9ff6d7768538 100644
--- a/x11-themes/mate-themes/distinfo
+++ b/x11-themes/mate-themes/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634590839
-SHA256 (mate/mate-themes-3.22.23.tar.xz) = 61e5ad626c9841f5763c908f1769139b2a812687b98f6b330afee4da18fb6fab
-SIZE (mate/mate-themes-3.22.23.tar.xz) = 5682428
+TIMESTAMP = 1781560879
+SHA256 (mate-themes-3.22.23.tar.xz) = 61e5ad626c9841f5763c908f1769139b2a812687b98f6b330afee4da18fb6fab
+SIZE (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?6a307deb.42c7e.331c504d>