Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2021 21:05:57 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 11cb035a4645 - main - net/asterisk13: Add deprecation and expiration
Message-ID:  <202106242105.15OL5vBD053412@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11cb035a46457f6807599bc71fb76358ec00a7e2

commit 11cb035a46457f6807599bc71fb76358ec00a7e2
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2021-06-24 21:00:16 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2021-06-24 21:05:47 +0000

    net/asterisk13: Add deprecation and expiration
    
    Make asterisk13 expire on the day it will reach EOL.
    
    Ref.: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
---
 net/asterisk13/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile
index b4476aee15bd..875bb8571336 100644
--- a/net/asterisk13/Makefile
+++ b/net/asterisk13/Makefile
@@ -16,6 +16,9 @@ COMMENT=	Open Source PBX and telephony toolkit
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Asterisk 13.x will reach EOL on 2021-10-24. Please migrate to net/asterisk18
+EXPIRATION_DATE=2021-10-24
+
 ONLY_FOR_ARCHS=	amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64
 
 LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \



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