svn commit: r507918 - head/security/libssh2
Sofian Brabez
sbz at FreeBSD.org
Fri Aug 2 22:42:05 UTC 2019
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 at FreeBSD.org
More information about the svn-ports-head
mailing list