Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2015 21:42:17 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376727 - head/net/sie-nmsg
Message-ID:  <201501102142.t0ALgHJZ076898@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Sat Jan 10 21:42:17 2015
New Revision: 376727
URL: https://svnweb.freebsd.org/changeset/ports/376727
QAT: https://qat.redports.org/buildarchive/r376727/

Log:
  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.

Modified:
  head/net/sie-nmsg/Makefile

Modified: head/net/sie-nmsg/Makefile
==============================================================================
--- head/net/sie-nmsg/Makefile	Sat Jan 10 21:39:25 2015	(r376726)
+++ head/net/sie-nmsg/Makefile	Sat Jan 10 21:42:17 2015	(r376727)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501102142.t0ALgHJZ076898>