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:   wiz
Date:           Tue Jan 20 07:26:35 UTC 2026

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

Log Message:
php*: switch to https for pecl


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/lang/php/ext.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/ext.mk
diff -u pkgsrc/lang/php/ext.mk:1.49 pkgsrc/lang/php/ext.mk:1.50
--- pkgsrc/lang/php/ext.mk:1.49 Sat Feb  8 02:56:24 2025
+++ pkgsrc/lang/php/ext.mk      Tue Jan 20 07:26:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.49 2025/02/08 02:56:24 taca Exp $
+# $NetBSD: ext.mk,v 1.50 2026/01/20 07:26:34 wiz Exp $
 #
 # PHP extension package framework, for both PECL and bundled PHP extensions.
 #
@@ -16,7 +16,7 @@ _PKG_VARS.phpext=     MODNAME PECL_VERSION P
 _SYS_VARS.phpext=      DISTINFO_FILE PATCHDIR
 
 .if defined(PECL_VERSION)
-HOMEPAGE?=             http://pecl.php.net/package/${MODNAME}
+HOMEPAGE?=             https://pecl.php.net/package/${MODNAME}
 DIST_SUBDIR?=          php-${MODNAME}
 .endif
 



Home | Main Index | Thread Index | Old Index