Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2026 11:12:55 +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: 43e4f5bb3754 - main - audio/mate-media: remove unneeded USE_GITHUB and GH_ACCOUNT
Message-ID:  <6a352437.20e1a.77a3e0b7@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=43e4f5bb3754fa45b277c08b46003c72ae1b2b0c

commit 43e4f5bb3754fa45b277c08b46003c72ae1b2b0c
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-19 11:11:46 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-19 11:11:46 +0000

    audio/mate-media: remove unneeded USE_GITHUB and GH_ACCOUNT
    
    Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed
    with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
---
 audio/mate-media/Makefile | 6 ++----
 audio/mate-media/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/audio/mate-media/Makefile b/audio/mate-media/Makefile
index 09324fbf67b5..84a5e8f03666 100644
--- a/audio/mate-media/Makefile
+++ b/audio/mate-media/Makefile
@@ -2,8 +2,8 @@ PORTNAME=	mate-media
 DISTVERSION=	1.28.1
 PORTREVISION=	3
 CATEGORIES=	audio mate
-MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
+MASTER_SITES=	https://github.com/mate-desktop/${PORTNAME}/releases/download/v${DISTVERSION}/
+DIST_SUBDIR=	mate
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Multimedia applications for the MATE desktop
@@ -21,8 +21,6 @@ LIB_DEPENDS=	libcanberra-gtk3.so:audio/libcanberra-gtk3 \
 
 USES=		gettext gmake gnome libtool localbase mate pkgconfig tar:xz \
 		xorg
-USE_GITHUB=	nodefault
-GH_ACCOUNT=	mate-desktop
 USE_MATE=	desktop mixer panel
 USE_GNOME=	cairo glib20 gtk30 intlhack libxml2
 USE_XORG=	x11
diff --git a/audio/mate-media/distinfo b/audio/mate-media/distinfo
index b8056f6952d6..16f99822417d 100644
--- a/audio/mate-media/distinfo
+++ b/audio/mate-media/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1780049770
-SHA256 (mate-media-1.28.1.tar.xz) = bcdc102e22f63f55e63166d5c708e91c113570e6a30a874345a88609e83a9912
-SIZE (mate-media-1.28.1.tar.xz) = 588944
+TIMESTAMP = 1781825252
+SHA256 (mate/mate-media-1.28.1.tar.xz) = bcdc102e22f63f55e63166d5c708e91c113570e6a30a874345a88609e83a9912
+SIZE (mate/mate-media-1.28.1.tar.xz) = 588944


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a352437.20e1a.77a3e0b7>