git: 876d78c18f99 - 2021Q3 - net/intel-ix-kmod: Fix fetch

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Sep 22 08:13:53 UTC 2021


The branch 2021Q3 has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=876d78c18f995ad7d5a96c25baae0da9ae8b9f2a

commit 876d78c18f995ad7d5a96c25baae0da9ae8b9f2a
Author:     Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-09-22 08:12:03 +0000
Commit:     Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-09-22 08:12:35 +0000

    net/intel-ix-kmod: Fix fetch
    
    PR:             258653
    Reported by:    Lucas Holt <luke at foolishgames.com>
    
    (cherry picked from commit 30895b4a34259ad5cecd9f03b414460a79850e6f)
---
 net/intel-ix-kmod/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/intel-ix-kmod/Makefile b/net/intel-ix-kmod/Makefile
index c2f8a06eb639..2995c68ea9e7 100644
--- a/net/intel-ix-kmod/Makefile
+++ b/net/intel-ix-kmod/Makefile
@@ -3,8 +3,8 @@
 PORTNAME=	ix
 PORTVERSION=	3.3.24
 PORTEPOCH=	0
-MASTER_SITES?=	https://downloadmirror.intel.com/14688/eng/ \
-		http://downloadmirror.intel.com/14688/eng/ \
+MASTER_SITES?=	https://downloadmirror.intel.com/30645/eng/ \
+		http://downloadmirror.intel.com/30645/eng/ \
 		https://downloadmirror.intel.com/29625/eng/:man \
 		http://downloadmirror.intel.com/29625/eng/:man
 


More information about the dev-commits-ports-branches mailing list