Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2026 11:14: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: d17f34f909ff - main - x11-wm/marco: remove unneeded USE_GITHUB and GH_ACCOUNT
Message-ID:  <6a3524a1.21917.39e9387a@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=d17f34f909ff47336bd3b7dedb47994aaec7c8c9

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

    x11-wm/marco: 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.
---
 x11-wm/marco/Makefile | 6 ++----
 x11-wm/marco/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/x11-wm/marco/Makefile b/x11-wm/marco/Makefile
index 782d06f8e17a..6a6a2b9a8ad0 100644
--- a/x11-wm/marco/Makefile
+++ b/x11-wm/marco/Makefile
@@ -2,8 +2,8 @@ PORTNAME=	marco
 DISTVERSION=	1.28.1
 PORTREVISION=	1
 CATEGORIES=	x11-wm 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=	Window manager for the adult in you
@@ -22,8 +22,6 @@ RUN_DEPENDS=	zenity>=3.0.0:x11/zenity
 
 USES=		gettext gmake gnome libtool localbase pathfix pkgconfig \
 		tar:xz xorg mate
-USE_GITHUB=	nodefault
-GH_ACCOUNT=	mate-desktop
 USE_XORG=	ice sm x11 xcomposite xcursor xdamage xext xfixes \
 		xinerama xrandr xrender xres
 USE_GNOME=	cairo gdkpixbuf gtk30 intltool
diff --git a/x11-wm/marco/distinfo b/x11-wm/marco/distinfo
index 6002bbb8abb3..976fbe63a632 100644
--- a/x11-wm/marco/distinfo
+++ b/x11-wm/marco/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1781563114
-SHA256 (marco-1.28.1.tar.xz) = 2496e5e40ee980cd6849493ac3e0f8fd0dec8b81c674da8d9ba19a577f0ac2e1
-SIZE (marco-1.28.1.tar.xz) = 1800320
+TIMESTAMP = 1781825345
+SHA256 (mate/marco-1.28.1.tar.xz) = 2496e5e40ee980cd6849493ac3e0f8fd0dec8b81c674da8d9ba19a577f0ac2e1
+SIZE (mate/marco-1.28.1.tar.xz) = 1800320


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3524a1.21917.39e9387a>