Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2026 07:45:26 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Stefan Schlosser <bsdcode@disroot.org>
Subject:   git: 11a4dba5bb9d - main - emulators/libmt32emu: Update to 2.8.0
Message-ID:  <6a115b16.3ecff.36af3f82@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11a4dba5bb9dc59924b10137fbe5cbe2ff1f7d80

commit 11a4dba5bb9dc59924b10137fbe5cbe2ff1f7d80
Author:     Stefan Schlosser <bsdcode@disroot.org>
AuthorDate: 2026-05-18 13:54:16 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-05-23 07:45:22 +0000

    emulators/libmt32emu: Update to 2.8.0
    
    * Add testing.
    * Remove obsolete patch.
    
    Changelog:
    https://github.com/munt/munt/compare/libmt32emu_2_7_3...libmt32emu_2_8_0
    
    PR:             295385
---
 emulators/libmt32emu/Makefile                              | 10 ++++++++--
 emulators/libmt32emu/distinfo                              |  6 +++---
 emulators/libmt32emu/files/patch-cmake_project__data.cmake |  9 ---------
 3 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/emulators/libmt32emu/Makefile b/emulators/libmt32emu/Makefile
index 654097492409..f4d3de2186d7 100644
--- a/emulators/libmt32emu/Makefile
+++ b/emulators/libmt32emu/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libmt32emu
-DISTVERSION=	2_7_3
+DISTVERSION=	2_8_0
 CATEGORIES=	emulators
 
 MAINTAINER=	bsdcode@disroot.org
@@ -9,7 +9,9 @@ WWW=		https://munt.sourceforge.net
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER.txt
 
-USES=		cmake
+TEST_DEPENDS=	doctest>0:devel/doctest
+
+USES=		cmake:testing
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	munt
@@ -18,6 +20,10 @@ GH_TAGNAME=	${PORTNAME}_${DISTVERSION}
 
 USE_LDCONFIG=	yes
 
+CMAKE_OFF=		BUILD_TESTING
+CMAKE_TESTING_ON=	BUILD_TESTING \
+			${PORTNAME}_TESTS_DETAILED
+
 EXTRACT_AFTER_ARGS=	--include ${GH_PROJECT}-${GH_TAGNAME}/mt32emu \
 			--no-same-owner --no-same-permissions
 
diff --git a/emulators/libmt32emu/distinfo b/emulators/libmt32emu/distinfo
index 8dbe24755a5e..2f2ca0c165b9 100644
--- a/emulators/libmt32emu/distinfo
+++ b/emulators/libmt32emu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774724704
-SHA256 (munt-munt-2_7_3-libmt32emu_2_7_3_GH0.tar.gz) = e51f3475771c9d07116e6cb5ae2e095ef3b11b3107d92c01d3a1dc03be13ff98
-SIZE (munt-munt-2_7_3-libmt32emu_2_7_3_GH0.tar.gz) = 583979
+TIMESTAMP = 1779109577
+SHA256 (munt-munt-2_8_0-libmt32emu_2_8_0_GH0.tar.gz) = 56f9dfde9fcea9c729848d028dfca05e916ba89867c9afe8eacc8325c5aac336
+SIZE (munt-munt-2_8_0-libmt32emu_2_8_0_GH0.tar.gz) = 624598
diff --git a/emulators/libmt32emu/files/patch-cmake_project__data.cmake b/emulators/libmt32emu/files/patch-cmake_project__data.cmake
deleted file mode 100644
index 5b7082bf0be0..000000000000
--- a/emulators/libmt32emu/files/patch-cmake_project__data.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
---- cmake/project_data.cmake.orig	2025-12-26 14:07:56 UTC
-+++ cmake/project_data.cmake
-@@ -4,5 +4,5 @@ set(libmt32emu_VERSION_MINOR 7)
- 
- set(libmt32emu_VERSION_MAJOR 2)
- set(libmt32emu_VERSION_MINOR 7)
--set(libmt32emu_VERSION_PATCH 2)
-+set(libmt32emu_VERSION_PATCH 3)
- set(libmt32emu_VERSION "${libmt32emu_VERSION_MAJOR}.${libmt32emu_VERSION_MINOR}.${libmt32emu_VERSION_PATCH}")


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a115b16.3ecff.36af3f82>