diff options
Diffstat (limited to 'net/asterisk22/Makefile')
-rw-r--r-- | net/asterisk22/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/asterisk22/Makefile b/net/asterisk22/Makefile index b096a2d8b935..13bf4e817bce 100644 --- a/net/asterisk22/Makefile +++ b/net/asterisk22/Makefile @@ -1,5 +1,6 @@ PORTNAME= asterisk -DISTVERSION= 22.5.2 +DISTVERSION= 22.6.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -12,6 +13,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES= b8d0f81a69b9c785c17482f57fcca92c9f3e08a8.patch:-p1 + MAINTAINER= o.kryvulia@flex-it.com.ua COMMENT= Open Source PBX and telephony toolkit WWW= https://www.asterisk.org |