From d9ad5f4496d6572eb737f79755fea9be86f3df33 Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Sat, 10 Jan 2015 21:42:17 +0000 Subject: [PATCH] MASTER_SITE dl.farsightsecurity.com only allows https downloads. Mirror the distfile on LOCAL as a http backup for clients that can't use https. (Suggested by mat@) Differential Revision: https://reviews.freebsd.org/D1485 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc. --- net/sie-nmsg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sie-nmsg/Makefile b/net/sie-nmsg/Makefile index 0da46758a764..ae412d4f8de0 100644 --- a/net/sie-nmsg/Makefile +++ b/net/sie-nmsg/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 0.17.0 PORTREVISION= 1 CATEGORIES= net dns MASTER_SITES= https://dl.farsightsecurity.com/dist/sie-nmsg/ \ - http://dl.farsightsecurity.com/dist/sie-nmsg/ + LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= SIE message module plugin for libnmsg