diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 18:09:43 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 19:05:50 +0000 |
commit | 16e0055907fe00a5ca7e8052e8de18616272eafe (patch) | |
tree | dfc1450f95f0b4ebac61345f580a26868aeaa518 | |
parent | 73ba23baf589c56dadb9180bffe26836935fca30 (diff) | |
download | ports-16e0055907fe00a5ca7e8052e8de18616272eafe.tar.gz ports-16e0055907fe00a5ca7e8052e8de18616272eafe.zip |
audio/optimfrog*: Deprecate and set expiration date to 2024-07-31
Obsolete lossless format that never gained traction and is arch
dependant. Redirect users to audio/flac
-rw-r--r-- | audio/optimfrog/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/optimfrog/Makefile b/audio/optimfrog/Makefile index 6d7d0e7add92..e2aab4e65d59 100644 --- a/audio/optimfrog/Makefile +++ b/audio/optimfrog/Makefile @@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/license.html #only available as html # No fees may be collected for redistribution LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +DEPRECATED= Obsolete format that never gained traction, consider using audio/flac +EXPIRATION_DATE=2024-07-31 + RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x CONFLICTS_INSTALL?= optimfrog-sse2 |