Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2026 23:10:42 +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: 414f137fa479 - main - x11/mate-desktop: switch to GitHub release asset
Message-ID:  <6a308672.47f2b.445a6604@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=414f137fa479d89a84902901196de21755181a73

commit 414f137fa479d89a84902901196de21755181a73
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-15 23:10:38 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-15 23:10:38 +0000

    x11/mate-desktop: 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/mate-desktop/Makefile | 12 +++++++-----
 x11/mate-desktop/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile
index 8b281784c188..b263bbdbe7ba 100644
--- a/x11/mate-desktop/Makefile
+++ b/x11/mate-desktop/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	mate-desktop
-PORTVERSION=	1.28.2
+DISTVERSION=	1.28.2
+PORTREVISION=	1
 CATEGORIES=	x11 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=	Additional UI API for MATE
@@ -18,14 +19,15 @@ LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification
 BUILD_DEPENDS=	iso-codes>=0:misc/iso-codes
 RUN_DEPENDS=	dconf-editor:devel/dconf-editor
 
-PORTSCOUT=	limitw:1,even
-
 USES=		gettext gmake gnome libtool localbase pathfix \
 		pkgconfig python shebangfix tar:xz xorg
+USE_GITHUB=	nodefault
+GH_ACCOUNT=	mate-desktop
 USE_XORG=	x11 xrandr
 USE_GNOME=	cairo dconf gdkpixbuf gnomeprefix gtk30 \
 		intltool introspection:build
 USE_LDCONFIG=	yes
+PORTSCOUT=	site:https://github.com/mate-desktop/mate-desktop/releases/ limitw:1,even
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
diff --git a/x11/mate-desktop/distinfo b/x11/mate-desktop/distinfo
index 33089df01c83..e48db45c9d9f 100644
--- a/x11/mate-desktop/distinfo
+++ b/x11/mate-desktop/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728298696
-SHA256 (mate/mate-desktop-1.28.2.tar.xz) = 32bb4b792014b391c1e1b8ae9c18a82b4d447650984b4cba7d28e95564964aa2
-SIZE (mate/mate-desktop-1.28.2.tar.xz) = 1141084
+TIMESTAMP = 1781564738
+SHA256 (mate-desktop-1.28.2.tar.xz) = 32bb4b792014b391c1e1b8ae9c18a82b4d447650984b4cba7d28e95564964aa2
+SIZE (mate-desktop-1.28.2.tar.xz) = 1141084


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a308672.47f2b.445a6604>