git: 11cb035a4645 - main - net/asterisk13: Add deprecation and expiration
Guido Falsi
madpilot at FreeBSD.org
Thu Jun 24 21:05:58 UTC 2021
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=11cb035a46457f6807599bc71fb76358ec00a7e2
commit 11cb035a46457f6807599bc71fb76358ec00a7e2
Author: Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-06-24 21:00:16 +0000
Commit: Guido Falsi <madpilot at 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 \
More information about the dev-commits-ports-all
mailing list