diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2024-09-29 20:51:04 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2024-09-29 20:51:04 +0000 |
commit | b959949b6ce709c37fa5f6ab9f360916f7c00fa4 (patch) | |
tree | ec3d7f934f713871db43691dcb029fe8541c1ff2 | |
parent | 2082ca9f019d41894346803f7daa5037897808fc (diff) |
audio/musepack: drop hard-set EXPIRATION_DATE for the time being
The port's controversial deprecation status is under dispute and
currently being discussed among interested parties.
PR: 281025
-rw-r--r-- | audio/musepack/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile index c93e2dee9d52..a5b401ca9d5d 100644 --- a/audio/musepack/Makefile +++ b/audio/musepack/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE GPLv2+ LGPL21+ LICENSE_COMB= multi DEPRECATED= Legacy format that never got traction and no development in over a decade, consider using multimedia/ffmpeg for decoding -EXPIRATION_DATE=2024-09-30 USES= autoreconf libtool USE_LDCONFIG= yes |