Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2026 15:06: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: bee3d7c85cca - main - x11/mate-terminal: switch to GitHub release asset
Message-ID:  <6a36ac6b.404fa.2b48302d@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=bee3d7c85ccac4835e96403a3bb30d7a2fac5cc4

commit bee3d7c85ccac4835e96403a3bb30d7a2fac5cc4
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-20 15:06:08 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-20 15:06:17 +0000

    x11/mate-terminal: 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.
---
 x11/mate-terminal/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11/mate-terminal/Makefile b/x11/mate-terminal/Makefile
index 692848e6ef2b..03cde7c2a3d8 100644
--- a/x11/mate-terminal/Makefile
+++ b/x11/mate-terminal/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mate-terminal
-PORTVERSION=	1.28.1
+DISTVERSION=	1.28.1
 CATEGORIES=	x11 mate
-MASTER_SITES=	MATE
+MASTER_SITES=	https://github.com/mate-desktop/${PORTNAME}/releases/download/v${DISTVERSION}/
 DIST_SUBDIR=	mate
 
 MAINTAINER=	gnome@FreeBSD.org
@@ -15,12 +15,11 @@ BUILD_DEPENDS=	itstool:textproc/itstool
 LIB_DEPENDS=	libgnutls.so:security/gnutls \
 		libpcre2-8.so:devel/pcre2
 
-PORTSCOUT=	limitw:1,even
-
 USES=		gettext gmake gnome localbase pathfix perl5 pkgconfig \
 		shebangfix tar:xz xorg
 USE_XORG=	ice sm x11
 USE_GNOME=	cairo dconf gdkpixbuf gtk30 intltool vte3
+PORTSCOUT=	limitw:1,even
 SHEBANG_FILES=	mate-terminal.wrapper
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a36ac6b.404fa.2b48302d>