Date: Wed, 22 Sep 2021 08:13:52 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 876d78c18f99 - 2021Q3 - net/intel-ix-kmod: Fix fetch Message-ID: <202109220813.18M8DqQa025989@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=876d78c18f995ad7d5a96c25baae0da9ae8b9f2a commit 876d78c18f995ad7d5a96c25baae0da9ae8b9f2a 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:35 +0000 net/intel-ix-kmod: Fix fetch PR: 258653 Reported by: Lucas Holt <luke@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109220813.18M8DqQa025989>