diff options
author | Dan Langille <dvl@FreeBSD.org> | 2021-07-06 15:47:33 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2021-07-06 16:18:54 +0000 |
commit | 9e4c8c83a1ec926c6077a91f0f2f4a8ba618b09e (patch) | |
tree | 47a04cd5c6291ec143087edcf241ff839e624d45 | |
parent | 47be6a9af2c81956fbd306cd6d44fb75dbe13636 (diff) | |
download | ports-9e4c8c83a1ec926c6077a91f0f2f4a8ba618b09e.tar.gz ports-9e4c8c83a1ec926c6077a91f0f2f4a8ba618b09e.zip |
security/snort: add another master site which unbreaks fetch
When a new release comes out, the old tarball gets moved to the
archive/snort directory. This change stops the port from breaking
when that move happens.
-rw-r--r-- | security/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 8128c80a82b1..a824a218f35b 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -4,7 +4,7 @@ PORTNAME= snort PORTVERSION= 2.9.17.1 CATEGORIES= security MASTER_SITES= https://snort.org/downloads/snort/ \ - ZI + https://snort.org/downloads/archive/snort/ PATCH_DIST_STRIP= -p1 |