svn commit: r441273 - head/security/openvpn

Matthias Andree mandree at FreeBSD.org
Fri May 19 21:20:20 UTC 2017


Author: mandree
Date: Fri May 19 21:20:19 2017
New Revision: 441273
URL: https://svnweb.freebsd.org/changeset/ports/441273

Log:
  Switch MASTER_SITES from http to https URI scheme.

Modified:
  head/security/openvpn/Makefile

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Fri May 19 21:17:59 2017	(r441272)
+++ head/security/openvpn/Makefile	Fri May 19 21:20:19 2017	(r441273)
@@ -5,8 +5,8 @@ PORTNAME=		openvpn
 DISTVERSION=		2.4.2
 PORTREVISION?=		0
 CATEGORIES=		security net
-MASTER_SITES=		http://swupdate.openvpn.net/community/releases/ \
-			http://build.openvpn.net/downloads/releases/
+MASTER_SITES=		https://swupdate.openvpn.net/community/releases/ \
+			https://build.openvpn.net/downloads/releases/
 
 MAINTAINER=		mandree at FreeBSD.org
 COMMENT?=		Secure IP/Ethernet tunnel daemon


More information about the svn-ports-all mailing list