diff options
author | nia <nia@pkgsrc.org> | 2019-07-03 07:30:50 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-03 07:30:50 +0000 |
commit | 0a28ed38d224f1cb4796886462e7d2b425524151 (patch) | |
tree | a266257122130bfda1ec1ab1762c4b8670c0ad5e /lang/php56 | |
parent | 6e75d955d40f2d7af51b6d64b18f683b48e1d540 (diff) | |
download | pkgsrc-0a28ed38d224f1cb4796886462e7d2b425524151.tar.gz |
Use https for php.net.
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 281bf5263cd..b751278f407 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/05/23 19:23:03 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2019/07/03 07:30:50 nia Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. @@ -7,7 +7,7 @@ PKGNAME= php-${PHP_VERSION} PKGREVISION= 1 CATEGORIES= lang -HOMEPAGE= http://www.php.net/ +HOMEPAGE= https://www.php.net/ COMMENT= PHP Hypertext Preprocessor version 5.6 LICENSE= php |