Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2026 21:57:49 +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: ca7ef327b68a - main - x11-themes/mate-icon-theme: switch to GitHub release asset
Message-ID:  <6a30755d.4070f.304cb0e5@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=ca7ef327b68a76ba21e4f6d3ad91c2ad95ecd492

commit ca7ef327b68a76ba21e4f6d3ad91c2ad95ecd492
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-15 21:57:43 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-15 21:57:43 +0000

    x11-themes/mate-icon-theme: switch to GitHub release asset
    
    Minor versions of 1.28.x 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-icon-theme/Makefile | 12 +++++++-----
 x11-themes/mate-icon-theme/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/x11-themes/mate-icon-theme/Makefile b/x11-themes/mate-icon-theme/Makefile
index fba423cd8e6b..bccd7aa6e67c 100644
--- a/x11-themes/mate-icon-theme/Makefile
+++ b/x11-themes/mate-icon-theme/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	mate-icon-theme
-PORTVERSION=	1.28.0
+DISTVERSION=	1.28.0
+PORTREVISION=	1
 CATEGORIES=	x11-themes mate
-MASTER_SITES=	MATE
-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 icons for the MATE desktop
@@ -16,10 +17,11 @@ BUILD_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-th
 		icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils
 RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
 
-PORTSCOUT=	limitw:1,even
-
 USES=		gettext-tools gmake gnome pkgconfig tar:xz
+USE_GITHUB=	nodefault
+GH_ACCOUNT=	mate-desktop
 USE_GNOME=	intltool
+PORTSCOUT=	site:https://github.com/mate-desktop/mate-icon-theme/releases/ limitw:1,even
 GNU_CONFIGURE=	yes
 
 NO_ARCH=	yes
diff --git a/x11-themes/mate-icon-theme/distinfo b/x11-themes/mate-icon-theme/distinfo
index 40ad7daa3217..da4baeeff06c 100644
--- a/x11-themes/mate-icon-theme/distinfo
+++ b/x11-themes/mate-icon-theme/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711450074
-SHA256 (mate/mate-icon-theme-1.28.0.tar.xz) = 94d6079060ca5df74542921de4eea38b7d02d07561c919356d95de876f9a6d3a
-SIZE (mate/mate-icon-theme-1.28.0.tar.xz) = 22206532
+TIMESTAMP = 1781559613
+SHA256 (mate-icon-theme-1.28.0.tar.xz) = 94d6079060ca5df74542921de4eea38b7d02d07561c919356d95de876f9a6d3a
+SIZE (mate-icon-theme-1.28.0.tar.xz) = 22206532


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a30755d.4070f.304cb0e5>