Tue May 14 18:10:51 2024 UTC (33d)
comms/asterisk16: Fix MASTER_SITES to https

(needs doing on rest of comms/asteriskNN)


(gdt)
diff -r1.108 -r1.109 pkgsrc/comms/asterisk16/Makefile

cvs diff -r1.108 -r1.109 pkgsrc/comms/asterisk16/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/asterisk16/Makefile 2024/04/07 07:33:40 1.108
+++ pkgsrc/comms/asterisk16/Makefile 2024/05/14 18:10:51 1.109
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.108 2024/04/07 07:33:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.109 2024/05/14 18:10:51 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-16.29.1 7DISTNAME= asterisk-16.29.1
8PKGREVISION= 11 8PKGREVISION= 11
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