Date: Wed, 03 Jun 2026 10:27:49 +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: 494fafd346c7 - main - math/mate-calc: switch to GitHub release asset Message-ID: <6a2001a5.46d8c.168e4cf9@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=494fafd346c7b32beda8899dbd74cc6b4995347b commit 494fafd346c7b32beda8899dbd74cc6b4995347b Author: Eric Turgeon <ericbsd@FreeBSD.org> AuthorDate: 2026-06-03 10:27:31 +0000 Commit: Eric Turgeon <ericbsd@FreeBSD.org> CommitDate: 2026-06-03 10:27:48 +0000 math/mate-calc: switch to GitHub release asset Minor versions of 1.28.x are no longer published to the MATE mirror and are only available on GitHub. Use USE_GITHUB=nodefault with a release tarball instead of the auto-generated one, as recommended by the porter's handbook. --- math/mate-calc/Makefile | 13 +++++++------ math/mate-calc/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile index 628718c184e4..3479b1ba3292 100644 --- a/math/mate-calc/Makefile +++ b/math/mate-calc/Makefile @@ -1,9 +1,9 @@ PORTNAME= mate-calc -PORTVERSION= 1.28.0 -PORTREVISION= 1 +DISTVERSION= 1.28.0 +PORTREVISION= 2 CATEGORIES= math mate -MASTER_SITES= MATE -DIST_SUBDIR= mate +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= gnome@FreeBSD.org COMMENT= MATE calculator tool based on the old calctool for OpenWindows @@ -16,12 +16,13 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libmpc.so:math/mpc \ libmpfr.so:math/mpfr -PORTSCOUT= limitw:1,even - 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 +PORTSCOUT= limitw:1,even GLIB_SCHEMAS= org.mate.calc.gschema.xml diff --git a/math/mate-calc/distinfo b/math/mate-calc/distinfo index 7481f60f801c..f0f31efbe500 100644 --- a/math/mate-calc/distinfo +++ b/math/mate-calc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710194979 -SHA256 (mate/mate-calc-1.28.0.tar.xz) = 804b125d1e2864b1e74af816da9b2ab8b19472b9af974437ee7355ada5e628f5 -SIZE (mate/mate-calc-1.28.0.tar.xz) = 1006168 +TIMESTAMP = 1780481583 +SHA256 (mate-calc-1.28.0.tar.xz) = 804b125d1e2864b1e74af816da9b2ab8b19472b9af974437ee7355ada5e628f5 +SIZE (mate-calc-1.28.0.tar.xz) = 1006168home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2001a5.46d8c.168e4cf9>
