Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2026 00:01:41 +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: 53a487364cb3 - main - deskutils/mozo: switch to GitHub source
Message-ID:  <6a163465.3ce0c.32aac2fb@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=53a487364cb32dbd91173134ef235d758b566c57

commit 53a487364cb32dbd91173134ef235d758b566c57
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-05-27 00:01:37 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-05-27 00:01:37 +0000

    deskutils/mozo: switch to GitHub source
    
    Switch from MATE mirror to GitHub tarball using USE_GITHUB and
    GH_ACCOUNT=mate-desktop, remove tar:xz, and bump PORTREVISION.
---
 deskutils/mozo/Makefile | 11 ++++++-----
 deskutils/mozo/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/deskutils/mozo/Makefile b/deskutils/mozo/Makefile
index 8a53dd31f991..add05a0cd42b 100644
--- a/deskutils/mozo/Makefile
+++ b/deskutils/mozo/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	mozo
-PORTVERSION=	1.28.0
-PORTREVISION=	1
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.28.0
+PORTREVISION=	2
 CATEGORIES=	deskutils mate
-MASTER_SITES=	MATE
-DIST_SUBDIR=	mate
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Editor for the freedesktop.org menu specification
@@ -14,8 +13,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${LOCALBASE}/bin/mate-desktop-item-edit:x11/mate-panel
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	mate-desktop
 USES=		gettext-tools gmake gnome localbase mate pkgconfig \
-		python tar:xz
+		python
 USE_GNOME=	gtk30 intltool pygobject3
 USE_MATE=	menus
 GNU_CONFIGURE=	yes
diff --git a/deskutils/mozo/distinfo b/deskutils/mozo/distinfo
index 13e5386680fd..794d85861fcf 100644
--- a/deskutils/mozo/distinfo
+++ b/deskutils/mozo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710073569
-SHA256 (mate/mozo-1.28.0.tar.xz) = fe98984ffd6aa8c36d0594bcefdba03de39b42d41e007251680384f3cef44924
-SIZE (mate/mozo-1.28.0.tar.xz) = 251512
+TIMESTAMP = 1779839573
+SHA256 (mate-desktop-mozo-v1.28.0_GH0.tar.gz) = eb1d5af4ac0c72268e78deca888ae00c604ddfd67d50989ab0f7f82bc8fbcbef
+SIZE (mate-desktop-mozo-v1.28.0_GH0.tar.gz) = 122427


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a163465.3ce0c.32aac2fb>