diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-31 19:49:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-31 19:49:44 +0000 |
commit | a95c364c69c43ecd9a081c240476b810ac682015 (patch) | |
tree | bd907e1869e94fde307eb84c370b8d9f399bbefe /security/openssl | |
parent | 215c59ab80129043bad7cc0d01501d0b5b9055c8 (diff) | |
download | pkgsrc-a95c364c69c43ecd9a081c240476b810ac682015.tar.gz |
Restore https URL, as discussed with schmonz.
Systems without https support in their fetch tools can get the distfiles
from ftp.NetBSD.org.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 6e27a1108de..ad2c0a9232b 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.212 2015/08/31 15:26:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.213 2015/08/31 19:49:44 wiz Exp $ DISTNAME= openssl-1.0.2d CATEGORIES= security -MASTER_SITES= http://www.openssl.org/source/ +MASTER_SITES= https://www.openssl.org/source/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.openssl.org/ |