Thu May 16 13:23:14 2024 UTC (31d)
comms/asterisk20: Change MASTER_SITES to https


(gdt)
diff -r1.5 -r1.6 pkgsrc/comms/asterisk20/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/comms/asterisk20/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/asterisk20/Makefile 2024/05/16 06:14:38 1.5
+++ pkgsrc/comms/asterisk20/Makefile 2024/05/16 13:23:14 1.6
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.5 2024/05/16 06:14:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2024/05/16 13:23:14 gdt Exp $
2# 2#
3# NOTE: when updating this package, there are two places that sound 3# NOTE: when updating this package, there are two places that sound
4# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile 4# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
5# to find out the current sound file versions 5# to find out the current sound file versions
6 6
7DISTNAME= asterisk-20.5.0 7DISTNAME= asterisk-20.5.0
8PKGREVISION= 2 8PKGREVISION= 2
9CATEGORIES= comms net audio 9CATEGORIES= comms net audio
10MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ 10MASTER_SITES= https://downloads.asterisk.org/pub/telephony/asterisk/
11MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ 11MASTER_SITES+= https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
12MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/sounds/releases/ 12MASTER_SITES+= https://downloads.asterisk.org/pub/telephony/sounds/releases/
13DIST_SUBDIR= ${PKGNAME_NOREV} 13DIST_SUBDIR= ${PKGNAME_NOREV}
14DISTFILES= ${DEFAULT_DISTFILES} 14DISTFILES= ${DEFAULT_DISTFILES}
15 15
16COMMENT= The Asterisk Software PBX 16COMMENT= The Asterisk Software PBX
17LICENSE= gnu-gpl-v2 17LICENSE= gnu-gpl-v2
18 18
19EXTRACT_ONLY= ${DISTNAME}.tar.gz 19EXTRACT_ONLY= ${DISTNAME}.tar.gz
20MAINTAINER= ryoon@NetBSD.org 20MAINTAINER= ryoon@NetBSD.org
21HOMEPAGE= https://www.asterisk.org/ 21HOMEPAGE= https://www.asterisk.org/
22 22
23MAKE_JOBS_SAFE= NO 23MAKE_JOBS_SAFE= NO
24 24
25# known to have issues on i386, block the package until the bug is fixed 25# known to have issues on i386, block the package until the bug is fixed