Date: Thu, 28 May 2026 10:52:19 +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: deeb77f98655 - main - audio/libmatemixer: switch to GitHub release asset Message-ID: <6a181e63.3aefa.25bdc2b3@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=deeb77f986558e011828b2a0935a236b8166981e commit deeb77f986558e011828b2a0935a236b8166981e Author: Eric Turgeon <ericbsd@FreeBSD.org> AuthorDate: 2026-05-28 10:51:45 +0000 Commit: Eric Turgeon <ericbsd@FreeBSD.org> CommitDate: 2026-05-28 10:52:17 +0000 audio/libmatemixer: 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. Remove autoreconf and gtkdocize, not needed with release tarballs. --- audio/libmatemixer/Makefile | 11 +++++------ audio/libmatemixer/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/audio/libmatemixer/Makefile b/audio/libmatemixer/Makefile index 597b33c076db..77b98ed28288 100644 --- a/audio/libmatemixer/Makefile +++ b/audio/libmatemixer/Makefile @@ -1,8 +1,9 @@ PORTNAME= libmatemixer -DISTVERSIONPREFIX= v DISTVERSION= 1.28.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio mate +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= gnome@FreeBSD.org COMMENT= Mixer library for MATE desktop @@ -10,12 +11,10 @@ WWW= https://github.com/mate-desktop/libmatemixer LICENSE= LGPL21 -BUILD_DEPENDS= gtkdocize:textproc/gtk-doc - PORTSCOUT= limitw:1,even -USES= autoreconf gettext gmake gnome libtool pkgconfig -USE_GITHUB= yes +USES= gettext gmake gnome libtool pkgconfig tar:xz +USE_GITHUB= nodefault GH_ACCOUNT= mate-desktop USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes diff --git a/audio/libmatemixer/distinfo b/audio/libmatemixer/distinfo index a4486c6884de..fbe0af097d90 100644 --- a/audio/libmatemixer/distinfo +++ b/audio/libmatemixer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1779721365 -SHA256 (mate-desktop-libmatemixer-v1.28.0_GH0.tar.gz) = 0acc02f34a42ee1a05d9a678d6ce54fbf78a86578fee713ccea38b0dec1967d9 -SIZE (mate-desktop-libmatemixer-v1.28.0_GH0.tar.gz) = 240811 +TIMESTAMP = 1779965267 +SHA256 (libmatemixer-1.28.0.tar.xz) = 5d73b922397f60688e3c9530eb532bce46c30e262db1b5352fa32c40d870a0c7 +SIZE (libmatemixer-1.28.0.tar.xz) = 497120home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a181e63.3aefa.25bdc2b3>
