Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 20:24:22 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3c0e9ac0958b - main - science/libint2-psi4: Fix fetch
Message-ID:  <202306052024.355KOMgf016873@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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