pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php php/pear.mk: Use https by default for pear.ph...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7af04240cf76
branches:  trunk
changeset: 336025:7af04240cf76
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jul 05 08:51:25 2019 +0000

description:
php/pear.mk: Use https by default for pear.php.net

diffstat:

 lang/php/pear.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 618af39619e4 -r 7af04240cf76 lang/php/pear.mk
--- a/lang/php/pear.mk  Fri Jul 05 08:38:36 2019 +0000
+++ b/lang/php/pear.mk  Fri Jul 05 08:51:25 2019 +0000
@@ -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 @@
 
 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