Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2026 11:12: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: f8a9f6dc74aa - main - deskutils/mate-notification-daemon: remove unneeded USE_GITHUB and GH_ACCOUNT
Message-ID:  <6a35243b.21f08.50f766c@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=f8a9f6dc74aa8f44eb34d8c380721bf6f9d9dc1f

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

    deskutils/mate-notification-daemon: 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.
---
 deskutils/mate-notification-daemon/Makefile | 6 ++----
 deskutils/mate-notification-daemon/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/deskutils/mate-notification-daemon/Makefile b/deskutils/mate-notification-daemon/Makefile
index 22f4b060583b..0fe78ac80ad2 100644
--- a/deskutils/mate-notification-daemon/Makefile
+++ b/deskutils/mate-notification-daemon/Makefile
@@ -2,8 +2,8 @@ PORTNAME=	mate-notification-daemon
 DISTVERSION=	1.28.3
 PORTREVISION=	4
 CATEGORIES=	deskutils 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=	Send small notifications to your desktop
@@ -22,8 +22,6 @@ LIB_DEPENDS=	libcanberra-gtk3.so:audio/libcanberra-gtk3 \
 		libnotify.so:devel/libnotify
 
 USES=		gettext gmake gnome libtool localbase pkgconfig tar:xz xorg
-USE_GITHUB=	nodefault
-GH_ACCOUNT=	mate-desktop
 USE_XORG=	x11
 USE_GNOME=	cairo glib20 gtk30 intlhack librsvg2 libwnck3
 GNU_CONFIGURE=	yes
diff --git a/deskutils/mate-notification-daemon/distinfo b/deskutils/mate-notification-daemon/distinfo
index 8052da7177f0..b3679011fc8b 100644
--- a/deskutils/mate-notification-daemon/distinfo
+++ b/deskutils/mate-notification-daemon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1780156762
-SHA256 (mate-notification-daemon-1.28.3.tar.xz) = 46f91efeb4c8d68b04285d4ca91ffb8610969841b37392e2fc9952bae10ce6eb
-SIZE (mate-notification-daemon-1.28.3.tar.xz) = 436744
+TIMESTAMP = 1781825263
+SHA256 (mate/mate-notification-daemon-1.28.3.tar.xz) = 46f91efeb4c8d68b04285d4ca91ffb8610969841b37392e2fc9952bae10ce6eb
+SIZE (mate/mate-notification-daemon-1.28.3.tar.xz) = 436744


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a35243b.21f08.50f766c>