Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2026 05:22:50 +0000
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: 9addd5038e98 - main - audio/mac: Update to 12.04
Message-ID:  <697305aa.384fb.6b7d85a1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9addd5038e988f4cb68b2184d735c4ba55148701

commit 9addd5038e988f4cb68b2184d735c4ba55148701
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2026-01-23 04:50:52 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-01-23 05:22:41 +0000

    audio/mac: Update to 12.04
    
    Changes: https://www.monkeysaudio.com/versionhistory.html
---
 audio/mac/Makefile                              |  3 +--
 audio/mac/distinfo                              |  6 +++---
 audio/mac/files/patch-Source_MACLib_Prepare.cpp | 12 ------------
 3 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/audio/mac/Makefile b/audio/mac/Makefile
index 624956e1d168..012b703a0925 100644
--- a/audio/mac/Makefile
+++ b/audio/mac/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	mac
-PORTVERSION=	11.91
+PORTVERSION=	12.04
 CATEGORIES=	audio
 MASTER_SITES=	https://www.monkeysaudio.com/files/
 DISTNAME=	${PORTNAME:tu}_${PORTVERSION:S|.||}_SDK
@@ -15,7 +15,6 @@ USES=		cmake dos2unix zip
 
 DOS2UNIX_FILES=	Shared/*.h \
 		Source/Console/*.cpp \
-		Source/MACLib/Prepare.cpp \
 		Source/Shared/*.cpp \
 		Source/Shared/*.h
 
diff --git a/audio/mac/distinfo b/audio/mac/distinfo
index b37130c1ce4e..04530b495781 100644
--- a/audio/mac/distinfo
+++ b/audio/mac/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1767915925
-SHA256 (MAC_1191_SDK.zip) = 77a17f2a19342d8f165fbf627ce55f8f0d6bf82b6bc7732b002ad419d7dda75d
-SIZE (MAC_1191_SDK.zip) = 1713234
+TIMESTAMP = 1769140105
+SHA256 (MAC_1204_SDK.zip) = c1664307451da792bc296b90d4ad343d078c5c1cc8dc59e50d36ee2b9566a195
+SIZE (MAC_1204_SDK.zip) = 1738618
diff --git a/audio/mac/files/patch-Source_MACLib_Prepare.cpp b/audio/mac/files/patch-Source_MACLib_Prepare.cpp
deleted file mode 100644
index 0a535df31f0b..000000000000
--- a/audio/mac/files/patch-Source_MACLib_Prepare.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- Source/MACLib/Prepare.cpp.orig	2026-01-12 09:35:06 UTC
-+++ Source/MACLib/Prepare.cpp
-@@ -1,6 +1,9 @@
- #include "All.h"
- #include "Prepare.h"
- #include "CRC.h"
-+#if APE_BYTE_ORDER == APE_BIG_ENDIAN
-+#include "GlobalFunctions.h"
-+#endif
- 
- #if APE_BYTE_ORDER == APE_LITTLE_ENDIAN
-     #define APE_24_SHIFT_1ST 0


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697305aa.384fb.6b7d85a1>