git: 9e4c8c83a1ec - main - security/snort: add another master site which unbreaks fetch
Dan Langille
dvl at FreeBSD.org
Tue Jul 6 16:19:03 UTC 2021
The branch main has been updated by dvl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9e4c8c83a1ec926c6077a91f0f2f4a8ba618b09e
commit 9e4c8c83a1ec926c6077a91f0f2f4a8ba618b09e
Author: Dan Langille <dvl at FreeBSD.org>
AuthorDate: 2021-07-06 15:47:33 +0000
Commit: Dan Langille <dvl at FreeBSD.org>
CommitDate: 2021-07-06 16:18:54 +0000
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.
---
security/snort/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the dev-commits-ports-all
mailing list