aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-05-27 18:21:52 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-05-27 19:32:16 +0000
commit0a187216368dd3249457254596e2ec29f141286a (patch)
tree18a35ec4980ec7cf85508c21acb865d2a0c6f7a9
parent602e5caa42aca6f637cec5b82aeba75c37d33070 (diff)
downloadports-0a187216368dd3249457254596e2ec29f141286a.tar.gz
ports-0a187216368dd3249457254596e2ec29f141286a.zip
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)
-rw-r--r--devel/libdlna/Makefile3
1 files changed, 3 insertions, 0 deletions
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