Date: Mon, 25 May 2026 16:46:37 +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: 2086a43fe4f4 - main - audio/libmatemixer: switch to GitHub source Message-ID: <6a147ced.36108.1e63065d@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=2086a43fe4f4271f4f2966ef36336869176a8139 commit 2086a43fe4f4271f4f2966ef36336869176a8139 Author: Eric Turgeon <ericbsd@FreeBSD.org> AuthorDate: 2026-05-25 16:46:11 +0000 Commit: Eric Turgeon <ericbsd@FreeBSD.org> CommitDate: 2026-05-25 16:46:36 +0000 audio/libmatemixer: switch to GitHub source Switch from MATE mirror to GitHub tarball using USE_GITHUB, add autoreconf and gtk-doc build dependency, and remove gtk-doc HTML entries from pkg-plist that were never installed due to --disable-gtk-doc in CONFIGURE_ARGS. --- audio/libmatemixer/Makefile | 13 ++++++++----- audio/libmatemixer/distinfo | 6 +++--- audio/libmatemixer/pkg-plist | 24 ------------------------ 3 files changed, 11 insertions(+), 32 deletions(-) diff --git a/audio/libmatemixer/Makefile b/audio/libmatemixer/Makefile index f0eb3cf6e6ce..597b33c076db 100644 --- a/audio/libmatemixer/Makefile +++ b/audio/libmatemixer/Makefile @@ -1,9 +1,8 @@ PORTNAME= libmatemixer -PORTVERSION= 1.28.0 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 1.28.0 +PORTREVISION= 2 CATEGORIES= audio mate -MASTER_SITES= MATE -DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Mixer library for MATE desktop @@ -11,9 +10,13 @@ WWW= https://github.com/mate-desktop/libmatemixer LICENSE= LGPL21 +BUILD_DEPENDS= gtkdocize:textproc/gtk-doc + PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pkgconfig tar:xz +USES= autoreconf gettext gmake gnome libtool pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= mate-desktop USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-null \ diff --git a/audio/libmatemixer/distinfo b/audio/libmatemixer/distinfo index 8383ce18650e..a4486c6884de 100644 --- a/audio/libmatemixer/distinfo +++ b/audio/libmatemixer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710033775 -SHA256 (mate/libmatemixer-1.28.0.tar.xz) = 5d73b922397f60688e3c9530eb532bce46c30e262db1b5352fa32c40d870a0c7 -SIZE (mate/libmatemixer-1.28.0.tar.xz) = 497120 +TIMESTAMP = 1779721365 +SHA256 (mate-desktop-libmatemixer-v1.28.0_GH0.tar.gz) = 0acc02f34a42ee1a05d9a678d6ce54fbf78a86578fee713ccea38b0dec1967d9 +SIZE (mate-desktop-libmatemixer-v1.28.0_GH0.tar.gz) = 240811 diff --git a/audio/libmatemixer/pkg-plist b/audio/libmatemixer/pkg-plist index 1744770418c2..e6ad51305c69 100644 --- a/audio/libmatemixer/pkg-plist +++ b/audio/libmatemixer/pkg-plist @@ -25,30 +25,6 @@ lib/libmatemixer/libmatemixer-oss.so %%PULSEAUDIO%%lib/libmatemixer/libmatemixer-pulse.a %%PULSEAUDIO%%lib/libmatemixer/libmatemixer-pulse.so libdata/pkgconfig/libmatemixer.pc -share/gtk-doc/html/libmatemixer/MateMixerAppInfo.html -share/gtk-doc/html/libmatemixer/MateMixerContext.html -share/gtk-doc/html/libmatemixer/MateMixerDevice.html -share/gtk-doc/html/libmatemixer/MateMixerDeviceSwitch.html -share/gtk-doc/html/libmatemixer/MateMixerStoredControl.html -share/gtk-doc/html/libmatemixer/MateMixerStream.html -share/gtk-doc/html/libmatemixer/MateMixerStreamControl.html -share/gtk-doc/html/libmatemixer/MateMixerStreamSwitch.html -share/gtk-doc/html/libmatemixer/MateMixerStreamToggle.html -share/gtk-doc/html/libmatemixer/MateMixerSwitch.html -share/gtk-doc/html/libmatemixer/MateMixerSwitchOption.html -share/gtk-doc/html/libmatemixer/api-index-full.html -share/gtk-doc/html/libmatemixer/ch01.html -share/gtk-doc/html/libmatemixer/home.png -share/gtk-doc/html/libmatemixer/index.html -share/gtk-doc/html/libmatemixer/left-insensitive.png -share/gtk-doc/html/libmatemixer/left.png -share/gtk-doc/html/libmatemixer/libmatemixer-MateMixer.html -share/gtk-doc/html/libmatemixer/libmatemixer.devhelp2 -share/gtk-doc/html/libmatemixer/right-insensitive.png -share/gtk-doc/html/libmatemixer/right.png -share/gtk-doc/html/libmatemixer/style.css -share/gtk-doc/html/libmatemixer/up-insensitive.png -share/gtk-doc/html/libmatemixer/up.png share/locale/af/LC_MESSAGES/libmatemixer.mo share/locale/am/LC_MESSAGES/libmatemixer.mo share/locale/ar/LC_MESSAGES/libmatemixer.mohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a147ced.36108.1e63065d>
