pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Apr  7 05:03:41 UTC 2019

Modified Files:
        pkgsrc/lang/php: common.mk

Log Message:
lang/php: swtch to use https sites

Switch to use https sites.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php/common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/common.mk
diff -u pkgsrc/lang/php/common.mk:1.5 pkgsrc/lang/php/common.mk:1.6
--- pkgsrc/lang/php/common.mk:1.5       Sun Sep 11 17:14:46 2016
+++ pkgsrc/lang/php/common.mk   Sun Apr  7 05:03:41 2019
@@ -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 @@ PHPCOMMON_MK= defined
 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