From owner-dev-commits-ports-branches@freebsd.org Tue Jul 6 16:24:49 2021 Return-Path: Delivered-To: dev-commits-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 84DE565DA08; Tue, 6 Jul 2021 16:24:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GK7Dx3Mp2z3mZJ; Tue, 6 Jul 2021 16:24:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C2D41CC55; Tue, 6 Jul 2021 16:24:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 166GOnO6032246; Tue, 6 Jul 2021 16:24:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 166GOn6s032244; Tue, 6 Jul 2021 16:24:49 GMT (envelope-from git) Date: Tue, 6 Jul 2021 16:24:49 GMT Message-Id: <202107061624.166GOn6s032244@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Dan Langille Subject: git: 69450347e532 - 2021Q3 - security/snort: add another master site which unbreaks fetch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dvl X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 69450347e532ad13d4782c3820c0c319af6ae7ad Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2021 16:24:49 -0000 The branch 2021Q3 has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=69450347e532ad13d4782c3820c0c319af6ae7ad commit 69450347e532ad13d4782c3820c0c319af6ae7ad Author: Dan Langille AuthorDate: 2021-07-06 15:47:33 +0000 Commit: Dan Langille 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