Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2026 11:13:06 +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: d85ae2960a6b - main - math/mate-calc: remove unneeded USE_GITHUB and GH_ACCOUNT
Message-ID:  <6a352442.20e8a.53d351c0@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=d85ae2960a6b1f5d9095bcb01eb5d62a4f774d21

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

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

diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile
index 2020925bbc1e..2b809917290a 100644
--- a/math/mate-calc/Makefile
+++ b/math/mate-calc/Makefile
@@ -2,8 +2,8 @@ PORTNAME=	mate-calc
 DISTVERSION=	1.28.0
 PORTREVISION=	2
 CATEGORIES=	math 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=	MATE calculator tool based on the old calctool for OpenWindows
@@ -17,8 +17,6 @@ LIB_DEPENDS=	libmpc.so:math/mpc \
 		libmpfr.so:math/mpfr
 
 USES=		gettext gmake gnome localbase pkgconfig tar:xz
-USE_GITHUB=	nodefault
-GH_ACCOUNT=	mate-desktop
 USE_GNOME=	cairo gdkpixbuf gtk30 intlhack libxml2
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
diff --git a/math/mate-calc/distinfo b/math/mate-calc/distinfo
index f0f31efbe500..c349f65d3e7b 100644
--- a/math/mate-calc/distinfo
+++ b/math/mate-calc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1780481583
-SHA256 (mate-calc-1.28.0.tar.xz) = 804b125d1e2864b1e74af816da9b2ab8b19472b9af974437ee7355ada5e628f5
-SIZE (mate-calc-1.28.0.tar.xz) = 1006168
+TIMESTAMP = 1781825293
+SHA256 (mate/mate-calc-1.28.0.tar.xz) = 804b125d1e2864b1e74af816da9b2ab8b19472b9af974437ee7355ada5e628f5
+SIZE (mate/mate-calc-1.28.0.tar.xz) = 1006168


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a352442.20e8a.53d351c0>