diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-05 21:04:27 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 21:05:47 +0200 |
commit | a0dbbd87971fe24c2e4ef6743955c43e730f1b61 (patch) | |
tree | 1a71317a3d5a8594bd93a350bffaebc7385cf216 /audio | |
parent | audio/libcddb: Deprecate and set expiration date to 2024-07-31 (diff) |
audio/asunder: Deprecate and set expiration date to 2024-06-30
Depends on deprecated library libcddb
PR: 278911
Approved by: portmgr (maintainer timeout, 3+ weeks)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/asunder/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/asunder/Makefile b/audio/asunder/Makefile index 85f736771054..b86eee1a0c3b 100644 --- a/audio/asunder/Makefile +++ b/audio/asunder/Makefile @@ -10,6 +10,9 @@ WWW= http://littlesvr.ca/asunder/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on deprecated library libcddb, consider using audio/cyanrip instead +EXPIRATION_DATE=2024-06-30 + LIB_DEPENDS= libcddb.so:audio/libcddb \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ |