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: nia
Date: Fri Jul 5 08:51:25 UTC 2019
Modified Files:
pkgsrc/lang/php: pear.mk
Log Message:
php/pear.mk: Use https by default for pear.php.net
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/php/pear.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/pear.mk
diff -u pkgsrc/lang/php/pear.mk:1.30 pkgsrc/lang/php/pear.mk:1.31
--- pkgsrc/lang/php/pear.mk:1.30 Sun Apr 10 16:39:27 2016
+++ pkgsrc/lang/php/pear.mk Fri Jul 5 08:51:25 2019
@@ -1,4 +1,4 @@
-# $NetBSD: pear.mk,v 1.30 2016/04/10 16:39:27 joerg Exp $
+# $NetBSD: pear.mk,v 1.31 2019/07/05 08:51:25 nia Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install pear packages.
@@ -38,7 +38,7 @@ MASTER_SITES+= ${MASTER_SITE_PEAR_PACKAG
DIST_SUBDIR= pear
-HOMEPAGE?= http://pear.php.net/package/${DISTNAME:C/-.*//}
+HOMEPAGE?= https://pear.php.net/package/${DISTNAME:C/-.*//}
DEPENDS+= ${PHP_PKG_PREFIX}-pear-[0-9]*:../../lang/pear
Home |
Main Index |
Thread Index |
Old Index