diff options
author | truckman <truckman@FreeBSD.org> | 2015-01-11 05:42:17 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2015-01-11 05:42:17 +0800 |
commit | 5fcfa51e5fcc9e48e3f63cb49152a14f686373ad (patch) | |
tree | ed0203e885edfbb8cfeb17fe6867d93c6954916f /net/sie-nmsg | |
parent | fa25c097fc4336345813f80b962ae7e846d5cae0 (diff) | |
download | freebsd-ports-gnome-5fcfa51e5fcc9e48e3f63cb49152a14f686373ad.tar.gz freebsd-ports-gnome-5fcfa51e5fcc9e48e3f63cb49152a14f686373ad.tar.zst freebsd-ports-gnome-5fcfa51e5fcc9e48e3f63cb49152a14f686373ad.zip |
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.
Diffstat (limited to 'net/sie-nmsg')
-rw-r--r-- | net/sie-nmsg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |