diff options
Diffstat (limited to 'net/asterisk18/Makefile')
-rw-r--r-- | net/asterisk18/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile index 9f6a8b917fcc..df3145cfa303 100644 --- a/net/asterisk18/Makefile +++ b/net/asterisk18/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -PORTVERSION= 18.26.2 +PORTVERSION= 18.26.3 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -10,6 +10,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} +DEPRECATED= Migrate to newer asterisk, security support ends soon +EXPIRATION_DATE=2025-10-20 + MAINTAINER= cmt@FreeBSD.org COMMENT= Open Source PBX and telephony toolkit WWW= https://www.asterisk.org @@ -17,7 +20,7 @@ WWW= https://www.asterisk.org LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ +LIB_DEPENDS= libuuid.so:misc/libuuid \ libjansson.so:devel/jansson USES= bison compiler:c11 cpe gmake gnome iconv libedit localbase \ |