git: f2466b4e0a8a - main - math/mesquite: Replace MASTER_SITES

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 10 Jul 2023 20:49:34 UTC
The branch main has been updated by yuri:

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

commit f2466b4e0a8a93896ccd08e1597651ac407e5e20
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-10 20:47:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-10 20:49:32 +0000

    math/mesquite: Replace MASTER_SITES
    
    Previous URL wasn't fetchable.
    This project isn't under development any more and is probably
    discontinued.
---
 math/mesquite/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/mesquite/Makefile b/math/mesquite/Makefile
index b4c759cfe212..9f90c1a7a553 100644
--- a/math/mesquite/Makefile
+++ b/math/mesquite/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mesquite
 DISTVERSION=	2.3.0
 CATEGORIES=	math
-MASTER_SITES=	https://software.sandia.gov/mesquite/
+MASTER_SITES=	https://github.com/sandialabs/mesquite/raw/main/mesquite/
 PKGNAMESUFFIX=	-mesh-toolkit
 
 MAINTAINER=	yuri@FreeBSD.org