Date: Fri, 4 Dec 2015 00:02:43 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402901 - head/security/snort Message-ID: <201512040002.tB402hnT091762@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Fri Dec 4 00:02:43 2015 New Revision: 402901 URL: https://svnweb.freebsd.org/changeset/ports/402901 Log: - Fix broken MASTER_SITES Modified: head/security/snort/Makefile Modified: head/security/snort/Makefile ============================================================================== --- head/security/snort/Makefile Thu Dec 3 20:51:02 2015 (r402900) +++ head/security/snort/Makefile Fri Dec 4 00:02:43 2015 (r402901) @@ -5,6 +5,7 @@ PORTNAME= snort PORTVERSION= 2.9.7.6 CATEGORIES= security MASTER_SITES= https://snort.org/downloads/snort/ \ + http://www.talosintel.com/downloads/ \ http://mirrors.rit.edu/zi/ PATCH_DIST_STRIP= -p1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512040002.tB402hnT091762>