git: b56e0e6a8291 - 2023Q3 - math/mesquite: Replace MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jul 2023 20:49:53 UTC
The branch 2023Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b56e0e6a8291eeb6111834ec71c39fe1e1b9669d commit b56e0e6a8291eeb6111834ec71c39fe1e1b9669d 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:51 +0000 math/mesquite: Replace MASTER_SITES Previous URL wasn't fetchable. This project isn't under development any more and is probably discontinued. (cherry picked from commit f2466b4e0a8a93896ccd08e1597651ac407e5e20) --- math/mesquite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mesquite/Makefile b/math/mesquite/Makefile index 90a13dcce027..cbb8c4e13a79 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