git: 15287089d5d4 - main - audio/optimfrog-sse2: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 12:40:50 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15287089d5d416286a8c10ecc7a0e5f311040f78

commit 15287089d5d416286a8c10ecc7a0e5f311040f78
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-08-04 12:40:44 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-08-04 12:40:44 +0000

    audio/optimfrog-sse2: Remove expired port
    
    2024-07-31 audio/optimfrog-sse2: Obsolete format that never gained traction, consider using audio/flac
---
 MOVED                         |  1 +
 audio/Makefile                |  1 -
 audio/optimfrog-sse2/Makefile | 11 -----------
 3 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/MOVED b/MOVED
index 1f76d7406b21..4787145e0d8e 100644
--- a/MOVED
+++ b/MOVED
@@ -3412,3 +3412,4 @@ www/tomcat85||2024-08-04|Has expired: Upstream EOL reaches on 2024-03-31, some t
 archivers/pxz||2024-08-04|Has expired: Superseded by xz (Utils), support for multithreading is available since 2014
 www/mediawiki140||2024-08-04|Has expired: Upstream EOL
 archivers/paq||2024-08-04|Has expired: Outdated, unmaintained and format that never gained any traction
+audio/optimfrog-sse2||2024-08-04|Has expired: Obsolete format that never gained traction, consider using audio/flac
diff --git a/audio/Makefile b/audio/Makefile
index a7eb8c7d1d65..3373b97df355 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -539,7 +539,6 @@
     SUBDIR += opencore-amr
     SUBDIR += openspc
     SUBDIR += optimfrog
-    SUBDIR += optimfrog-sse2
     SUBDIR += opus
     SUBDIR += opus-tools
     SUBDIR += opusfile
diff --git a/audio/optimfrog-sse2/Makefile b/audio/optimfrog-sse2/Makefile
deleted file mode 100644
index 50933a52c947..000000000000
--- a/audio/optimfrog-sse2/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-PKGNAMESUFFIX=	-sse2
-
-MASTERDIR=	${.CURDIR}/../optimfrog
-COMMENT=	Best-ratio lossless audio codec (SSE2 required)
-
-CONFLICTS_INSTALL=	optimfrog
-
-ONLY_FOR_ARCHS=	i386
-OPTIONS_DEFAULT=	SSE2
-
-.include "${MASTERDIR}/Makefile"