git: 0a187216368d - main - libdlna/Makefile: Deprecate and set expiration date to 2023-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 19:32:23 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a187216368dd3249457254596e2ec29f141286a commit 0a187216368dd3249457254596e2ec29f141286a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-05-27 18:21:52 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-05-27 19:32:16 +0000 libdlna/Makefile: Deprecate and set expiration date to 2023-06-30 Development discontinued upstream References: https://libdlna.geexbox.org/ PR: 270199 Approved by: malus.x@gmail.com (maintainer timeout, 2+ months) --- devel/libdlna/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/libdlna/Makefile b/devel/libdlna/Makefile index 1e43d10fad45..156489225f07 100644 --- a/devel/libdlna/Makefile +++ b/devel/libdlna/Makefile @@ -12,6 +12,9 @@ WWW= https://libdlna.geexbox.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandonware, development discontinued +EXPIRATION_DATE=2023-06-30 + LIB_DEPENDS= libavcodec.so.58:multimedia/ffmpeg4 HAS_CONFIGURE= yes