diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-18 01:46:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-18 01:46:11 +0800 |
commit | ea621b92268001d6b68fbbba11cdded1bb2c234f (patch) | |
tree | f5456f4b5ac37e0c48ad717db61c7f9300bcdb68 /security | |
parent | 101733e1947d15ab63865c55ca9b617ab5e33258 (diff) | |
download | freebsd-ports-gnome-ea621b92268001d6b68fbbba11cdded1bb2c234f.tar.gz freebsd-ports-gnome-ea621b92268001d6b68fbbba11cdded1bb2c234f.tar.zst freebsd-ports-gnome-ea621b92268001d6b68fbbba11cdded1bb2c234f.zip |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/wolfssl/Makefile | 2 | ||||
-rw-r--r-- | security/wolfssl/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index d61d322a328d..8a1291ca0b06 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -3,7 +3,7 @@ PORTNAME= wolfssl PORTVERSION= 3.13.0 CATEGORIES= security devel -MASTER_SITES= http://www.wolfssl.com/ +MASTER_SITES= https://www.wolfssl.com/ MAINTAINER= johans@FreeBSD.org COMMENT= Embedded SSL C-Library diff --git a/security/wolfssl/pkg-descr b/security/wolfssl/pkg-descr index 943f90c37c25..82935c108916 100644 --- a/security/wolfssl/pkg-descr +++ b/security/wolfssl/pkg-descr @@ -19,4 +19,4 @@ Portable - OpenSSL Compatibility Layer - Long list of supported platforms -WWW: http://www.wolfssl.com/ +WWW: https://www.wolfssl.com/ |