Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2021 16:24:49 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 69450347e532 - 2021Q3 - security/snort: add another master site which unbreaks fetch
Message-ID:  <202107061624.166GOn6s032244@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by dvl:

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

commit 69450347e532ad13d4782c3820c0c319af6ae7ad
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2021-07-06 15:47:33 +0000
Commit:     Dan Langille <dvl@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061624.166GOn6s032244>