Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2021 08:12:09 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 30895b4a3425 - main - net/intel-ix-kmod: Fix fetch
Message-ID:  <202109220812.18M8C9B7024875@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30895b4a34259ad5cecd9f03b414460a79850e6f

commit 30895b4a34259ad5cecd9f03b414460a79850e6f
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-09-22 08:12:03 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-09-22 08:12:03 +0000

    net/intel-ix-kmod: Fix fetch
    
    PR:             258653
    Reported by:    Lucas Holt <luke@foolishgames.com>
---
 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
 



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