Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2026 11:13:01 +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: 403db18e3750 - main - deskutils/mozo: remove unneeded USE_GITHUB and GH_ACCOUNT
Message-ID:  <6a35243d.20e1e.33fded58@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=403db18e3750fc03df65430c9af831846d68aebe

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

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

diff --git a/deskutils/mozo/Makefile b/deskutils/mozo/Makefile
index e5e0bb9edcbd..052706fd614e 100644
--- a/deskutils/mozo/Makefile
+++ b/deskutils/mozo/Makefile
@@ -2,8 +2,8 @@ PORTNAME=	mozo
 DISTVERSION=	1.28.0
 PORTREVISION=	3
 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=	Editor for the freedesktop.org menu specification
@@ -16,8 +16,6 @@ RUN_DEPENDS=	${LOCALBASE}/bin/mate-desktop-item-edit:x11/mate-panel
 
 USES=		gettext-tools gmake gnome localbase mate pkgconfig \
 		python tar:xz
-USE_GITHUB=	nodefault
-GH_ACCOUNT=	mate-desktop
 USE_GNOME=	gtk30 intltool pygobject3
 USE_MATE=	menus
 GNU_CONFIGURE=	yes
diff --git a/deskutils/mozo/distinfo b/deskutils/mozo/distinfo
index ed0bfc0b4bf7..3e029789350d 100644
--- a/deskutils/mozo/distinfo
+++ b/deskutils/mozo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779969912
-SHA256 (mozo-1.28.0.tar.xz) = fe98984ffd6aa8c36d0594bcefdba03de39b42d41e007251680384f3cef44924
-SIZE (mozo-1.28.0.tar.xz) = 251512
+TIMESTAMP = 1781825272
+SHA256 (mate/mozo-1.28.0.tar.xz) = fe98984ffd6aa8c36d0594bcefdba03de39b42d41e007251680384f3cef44924
+SIZE (mate/mozo-1.28.0.tar.xz) = 251512


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a35243d.20e1e.33fded58>