Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 20:32:32 +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: 7c6a5b815a11 - main - misc/mate-user-guide: switch to GitHub release asset
Message-ID:  <6a208f60.38530.46ab42a2@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=7c6a5b815a11e1400ab8fc9e81df7b5c6ba2142e

commit 7c6a5b815a11e1400ab8fc9e81df7b5c6ba2142e
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-03 20:32:23 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-03 20:32:31 +0000

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

diff --git a/misc/mate-user-guide/Makefile b/misc/mate-user-guide/Makefile
index 317198e17132..4b6df6eba47e 100644
--- a/misc/mate-user-guide/Makefile
+++ b/misc/mate-user-guide/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	mate-user-guide
-PORTVERSION=	1.28.0
-PORTREVISION=	1
+DISTVERSION=	1.28.0
+PORTREVISION=	2
 CATEGORIES=	misc 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 users guide
@@ -15,9 +15,10 @@ BUILD_DEPENDS=	itstool:textproc/itstool \
 		intltool>=0.40.0:textproc/intltool
 RUN_DEPENDS=	yelp:x11/yelp
 
-PORTSCOUT=	limitw:1,even
-
 USES=		gettext gmake tar:xz
+USE_GITHUB=	nodefault
+GH_ACCOUNT=	mate-desktop
 GNU_CONFIGURE=	yes
+PORTSCOUT=	limitw:1,even
 
 .include <bsd.port.mk>
diff --git a/misc/mate-user-guide/distinfo b/misc/mate-user-guide/distinfo
index 613b2dbe2cda..6993b4a6fe7c 100644
--- a/misc/mate-user-guide/distinfo
+++ b/misc/mate-user-guide/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709767062
-SHA256 (mate/mate-user-guide-1.28.0.tar.xz) = 53ef0814f506544614ed61ab7be5221cc8d3a9f14f7ef9698c90fe7e46014b9e
-SIZE (mate/mate-user-guide-1.28.0.tar.xz) = 9270968
+TIMESTAMP = 1780483156
+SHA256 (mate-user-guide-1.28.0.tar.xz) = 53ef0814f506544614ed61ab7be5221cc8d3a9f14f7ef9698c90fe7e46014b9e
+SIZE (mate-user-guide-1.28.0.tar.xz) = 9270968


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a208f60.38530.46ab42a2>