pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php lang/php: swtch to use https sites



details:   https://anonhg.NetBSD.org/pkgsrc/rev/868c37c6407f
branches:  trunk
changeset: 322020:868c37c6407f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 07 05:03:41 2019 +0000

description:
lang/php: swtch to use https sites

Switch to use https sites.

diffstat:

 lang/php/common.mk |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r f9144cd80d51 -r 868c37c6407f lang/php/common.mk
--- a/lang/php/common.mk        Sun Apr 07 03:58:18 2019 +0000
+++ b/lang/php/common.mk        Sun Apr 07 05:03:41 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: common.mk,v 1.5 2016/09/11 17:14:46 taca Exp $
+# $NetBSD: common.mk,v 1.6 2019/04/07 05:03:41 taca Exp $
 # used by lang/php56/Makefile.common
 # used by lang/php70/Makefile.common
 # used by lang/php71/Makefile.common
@@ -9,14 +9,14 @@
 DISTNAME?=             php-${PHP_VERSION}
 
 .if !defined(PECL_VERSION)
-MASTER_SITES?=         http://www.php.net/distributions/ \
-                       http://uk.php.net/distributions/ \
-                       http://de.php.net/distributions/ \
-                       http://us.php.net/distributions/
+MASTER_SITES?=         https://www.php.net/distributions/ \
+                       https://uk.php.net/distributions/ \
+                       https://de.php.net/distributions/ \
+                       https://us.php.net/distributions/
 EXTRACT_SUFX?=         .tar.bz2
 .endif
 
-HOMEPAGE?=             http://www.php.net/
+HOMEPAGE?=             https://www.php.net/
 
 PLIST_SUBST+=          PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
 PKG_SYSCONFVAR?=       php



Home | Main Index | Thread Index | Old Index