diff options
author | zi <zi@FreeBSD.org> | 2015-12-04 08:02:43 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2015-12-04 08:02:43 +0800 |
commit | 99c914b85b339bff3eeabe6d2e0b6b889fab26b7 (patch) | |
tree | fa1cb161a7ac43d8b5ce7831e700fa671da8f35a /security | |
parent | d8020020df68f97c2ce0a95819478aae3d717d26 (diff) | |
download | freebsd-ports-gnome-99c914b85b339bff3eeabe6d2e0b6b889fab26b7.tar.gz freebsd-ports-gnome-99c914b85b339bff3eeabe6d2e0b6b889fab26b7.tar.zst freebsd-ports-gnome-99c914b85b339bff3eeabe6d2e0b6b889fab26b7.zip |
- Fix broken MASTER_SITES
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index d9ceee2d2753..d5fb2657aaf4 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -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 |