Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2026 10:47:59 +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: 87f1587f542d - main - sysutils/mate-settings-daemon: switch to GitHub release asset
Message-ID:  <6a2be3df.3caa2.60f39f80@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=87f1587f542dfcdb5c71d89b0cfd84ecfc838f7c

commit 87f1587f542dfcdb5c71d89b0cfd84ecfc838f7c
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-12 10:47:31 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-12 10:47:58 +0000

    sysutils/mate-settings-daemon: 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.
---
 sysutils/mate-settings-daemon/Makefile | 13 +++++++------
 sysutils/mate-settings-daemon/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/sysutils/mate-settings-daemon/Makefile b/sysutils/mate-settings-daemon/Makefile
index a1b76adf88da..a4b9b53c108b 100644
--- a/sysutils/mate-settings-daemon/Makefile
+++ b/sysutils/mate-settings-daemon/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	mate-settings-daemon
-PORTVERSION=	1.28.0
-PORTREVISION=	3
+DISTVERSION=	1.28.0
+PORTREVISION=	4
 CATEGORIES=	sysutils 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=	MATE settings daemon
@@ -25,14 +25,15 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libnotify.so:devel/libnotify
 RUN_DEPENDS=	xrdb:x11/xrdb
 
-PORTSCOUT=	limitw:1,even
-
 USES=		gettext gmake gnome libtool localbase mate pathfix \
 		pkgconfig tar:xz xorg
+USE_GITHUB=	nodefault
+GH_ACCOUNT=	mate-desktop
 USE_MATE=	desktop libmatekbd mixer
 USE_XORG=	ice sm x11 xext xi
 USE_GNOME=	cairo dconf gtk30 intlhack
 USE_LDCONFIG=	yes
+PORTSCOUT=	site:https://github.com/mate-desktop/mate-settings-daemon/releases/ limitw:1,even
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-dbus-services=${PREFIX}/share/dbus-1/services \
diff --git a/sysutils/mate-settings-daemon/distinfo b/sysutils/mate-settings-daemon/distinfo
index 0851633f5bd0..7b89e0563b0f 100644
--- a/sysutils/mate-settings-daemon/distinfo
+++ b/sysutils/mate-settings-daemon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710882222
-SHA256 (mate/mate-settings-daemon-1.28.0.tar.xz) = 4ed7cdadaaa4c99efffc0282b8411703bb76e072c41c4b57989f8c5b40611a3a
-SIZE (mate/mate-settings-daemon-1.28.0.tar.xz) = 1047604
+TIMESTAMP = 1781261052
+SHA256 (mate-settings-daemon-1.28.0.tar.xz) = 4ed7cdadaaa4c99efffc0282b8411703bb76e072c41c4b57989f8c5b40611a3a
+SIZE (mate-settings-daemon-1.28.0.tar.xz) = 1047604


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2be3df.3caa2.60f39f80>