git: 69450347e532 - 2021Q3 - security/snort: add another master site which unbreaks fetch

Dan Langille dvl at FreeBSD.org
Tue Jul 6 16:24:49 UTC 2021


The branch 2021Q3 has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69450347e532ad13d4782c3820c0c319af6ae7ad

commit 69450347e532ad13d4782c3820c0c319af6ae7ad
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:24:30 +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.
    
    (cherry picked from commit 9e4c8c83a1ec926c6077a91f0f2f4a8ba618b09e)
---
 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-branches mailing list