git: b6f7877caccd - main - net/libmms: Deprecate and set expiration date to 2022-09-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Jul 2022 06:43:56 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6f7877caccd80833e260a67cc5e374f2e107610 commit b6f7877caccd80833e260a67cc5e374f2e107610 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-07-11 20:50:29 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-07-12 06:43:19 +0000 net/libmms: Deprecate and set expiration date to 2022-09-30 Microsoft deprecated MMS in 2003 Reference: https://en.wikipedia.org/wiki/Microsoft_Media_Server PR: 264708 Approved by: multimedia (tcberner) --- net/libmms/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/libmms/Makefile b/net/libmms/Makefile index 5db9894ac829..b6d87a8a72b9 100644 --- a/net/libmms/Makefile +++ b/net/libmms/Makefile @@ -11,6 +11,9 @@ COMMENT= Library for parsing mms:// and mmsh:// type network streams LICENSE= LGPL21 +DEPRECATED= Obsolete, Microsoft deprecated MMS protocol in favour of RTSP in 2003 +EXPIRATION_DATE=2022-09-30 + USES= cpe gettext libtool pathfix pkgconfig CPE_VENDOR= libmms_project GNU_CONFIGURE= yes