git: 3c0e9ac0958b - main - science/libint2-psi4: Fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 20:24:22 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c0e9ac0958be5f0b5b2fe787028b6c1470764f0 commit 3c0e9ac0958be5f0b5b2fe787028b6c1470764f0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-05 20:13:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-05 20:24:13 +0000 science/libint2-psi4: Fix fetch Reported by: fallout --- science/libint2-psi4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/libint2-psi4/Makefile b/science/libint2-psi4/Makefile index 17bb8d317ad1..f94ec8cb358f 100644 --- a/science/libint2-psi4/Makefile +++ b/science/libint2-psi4/Makefile @@ -1,7 +1,7 @@ PORTNAME= libint2-psi4 DISTVERSION= 0.1-${VERSION} CATEGORIES= science -MASTER_SITES= https://github.com/loriab/libint/releases/download/v${DISTVERSION}/ +MASTER_SITES= https://github.com/loriab/libint/releases/download/v${DISTVERSION:C/-.*//}/ DISTFILES= libint-${VERSION}-post1-5-4-3-6-5-4_mm4f12ob2_1.tgz MAINTAINER= yuri@FreeBSD.org