Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2022 06:43:56 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b6f7877caccd - main - net/libmms: Deprecate and set expiration date to 2022-09-30
Message-ID:  <202207120643.26C6huAM085901@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207120643.26C6huAM085901>