Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 05:53:17 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 08ae9b4578cd - main - audio/moodbar: Update to 1.3.0
Message-ID:  <202404240553.43O5rH5v007968@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08ae9b4578cd080bbb5e1014e433ae226153cf11

commit 08ae9b4578cd080bbb5e1014e433ae226153cf11
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-04-23 06:43:13 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-04-24 05:52:53 +0000

    audio/moodbar: Update to 1.3.0
    
    Pet portclippy(1).
    
    https://github.com/exaile/moodbar/releases/tag/v1.3.0
---
 audio/moodbar/Makefile | 7 ++++---
 audio/moodbar/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/audio/moodbar/Makefile b/audio/moodbar/Makefile
index 91888c193a3e..9729ae95c1a7 100644
--- a/audio/moodbar/Makefile
+++ b/audio/moodbar/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	moodbar
-PORTVERSION=	1.2.1
+PORTVERSION=	1.3.0
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/exaile/${PORTNAME}/releases/download/v${PORTVERSION}/
 
@@ -13,12 +13,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libfftw3.so:math/fftw3
 TEST_DEPENDS=	${PYNUMPY}
 
-USES=		compiler:c++14-lang gnome gstreamer meson pkgconfig python:test \
+USES=		compiler:c++17-lang gnome gstreamer meson pkgconfig python:test \
 		shebangfix tar:xz
 USE_GNOME=	glib20
 USE_GSTREAMER=	good ogg vorbis
 
-PLIST_FILES=	bin/moodbar
 SHEBANG_FILES=	test.py
 
+PLIST_FILES=	bin/moodbar
+
 .include <bsd.port.mk>
diff --git a/audio/moodbar/distinfo b/audio/moodbar/distinfo
index b850f2095277..698d915ce496 100644
--- a/audio/moodbar/distinfo
+++ b/audio/moodbar/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593751181
-SHA256 (moodbar-1.2.1.tar.xz) = 799522bab211e109c7a51e9a4ddf1d18101bbd981df0b5d5c04069cfb201b63f
-SIZE (moodbar-1.2.1.tar.xz) = 26252
+TIMESTAMP = 1713854215
+SHA256 (moodbar-1.3.0.tar.xz) = 3fadae175c9986278da0f008a4d1c6df9387d6a0ed5056dd3927733e7b78363c
+SIZE (moodbar-1.3.0.tar.xz) = 26780



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404240553.43O5rH5v007968>