pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/asterisk16
Module Name: pkgsrc
Committed By: gdt
Date: Tue May 14 18:10:51 UTC 2024
Modified Files:
pkgsrc/comms/asterisk16: Makefile
Log Message:
comms/asterisk16: Fix MASTER_SITES to https
(needs doing on rest of comms/asteriskNN)
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/comms/asterisk16/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/asterisk16/Makefile
diff -u pkgsrc/comms/asterisk16/Makefile:1.108 pkgsrc/comms/asterisk16/Makefile:1.109
--- pkgsrc/comms/asterisk16/Makefile:1.108 Sun Apr 7 07:33:40 2024
+++ pkgsrc/comms/asterisk16/Makefile Tue May 14 18:10:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2024/04/07 07:33:40 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2024/05/14 18:10:51 gdt Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -7,9 +7,9 @@
DISTNAME= asterisk-16.29.1
PKGREVISION= 11
CATEGORIES= comms net audio
-MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/
-MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
-MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/sounds/releases/
+MASTER_SITES= https://downloads.asterisk.org/pub/telephony/asterisk/
+MASTER_SITES+= https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
+MASTER_SITES+= https://downloads.asterisk.org/pub/telephony/sounds/releases/
DIST_SUBDIR= ${PKGNAME_NOREV}
DISTFILES= ${DEFAULT_DISTFILES}
Home |
Main Index |
Thread Index |
Old Index