Date: Fri, 2 Aug 2019 22:42:05 +0000 (UTC) From: Sofian Brabez <sbz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507918 - head/security/libssh2 Message-ID: <201908022242.x72Mg5nN093854@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbz Date: Fri Aug 2 22:42:04 2019 New Revision: 507918 URL: https://svnweb.freebsd.org/changeset/ports/507918 Log: - Switch MASTER_SITES to HTTPS PR: 239081 Submitted by: Miyashita Touka <imagin8r at protonmail.com> Modified: head/security/libssh2/Makefile Modified: head/security/libssh2/Makefile ============================================================================== --- head/security/libssh2/Makefile Fri Aug 2 22:36:34 2019 (r507917) +++ head/security/libssh2/Makefile Fri Aug 2 22:42:04 2019 (r507918) @@ -5,7 +5,7 @@ PORTNAME= libssh2 PORTVERSION= 1.8.2 PORTEPOCH= 3 CATEGORIES= security devel -MASTER_SITES= http://www.libssh2.org/download/ \ +MASTER_SITES= https://www.libssh2.org/download/ \ LOCAL/sbz MAINTAINER= sbz@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908022242.x72Mg5nN093854>