Date: Sun, 26 Dec 2021 20:21:26 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: 4db755b427db - main - science/libcint: Update 4.4.6 -> 5.1.0 Message-ID: <202112262021.1BQKLQQv005251@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=4db755b427db7e25c471ab9a485c9cee41f23256 commit 4db755b427db7e25c471ab9a485c9cee41f23256 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-12-26 20:20:27 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-12-26 20:21:24 +0000 science/libcint: Update 4.4.6 -> 5.1.0 Bump science/py-pyscf and add libcint compatibility patch. Reported by: portscout --- science/libcint/Makefile | 2 +- science/libcint/distinfo | 6 +++--- science/py-pyscf/Makefile | 4 ++++ science/py-pyscf/distinfo | 4 +++- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/science/libcint/Makefile b/science/libcint/Makefile index 14c1dadf49f9..71b2d2ad2f0e 100644 --- a/science/libcint/Makefile +++ b/science/libcint/Makefile @@ -1,6 +1,6 @@ PORTNAME= libcint DISTVERSIONPREFIX= v -DISTVERSION= 4.4.6 +DISTVERSION= 5.1.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/libcint/distinfo b/science/libcint/distinfo index 1e65c6fccbf7..fa5a5413ffea 100644 --- a/science/libcint/distinfo +++ b/science/libcint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634421971 -SHA256 (sunqm-libcint-v4.4.6_GH0.tar.gz) = 215e186e35f272f36e527f6da8fe3ab3f53d4ceb3afbdca75755e6ebd5b60719 -SIZE (sunqm-libcint-v4.4.6_GH0.tar.gz) = 43008937 +TIMESTAMP = 1640537980 +SHA256 (sunqm-libcint-v5.1.0_GH0.tar.gz) = 37aaf9134e3160a7d770e703f7de54c032d55afe8abff64b9793040ae9e14272 +SIZE (sunqm-libcint-v5.1.0_GH0.tar.gz) = 43004110 diff --git a/science/py-pyscf/Makefile b/science/py-pyscf/Makefile index 5ac8fbd4de46..041b6ff8d54e 100644 --- a/science/py-pyscf/Makefile +++ b/science/py-pyscf/Makefile @@ -1,9 +1,13 @@ PORTNAME= pyscf DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 6fece0e44feef43dcb879f3c2e6a2d84a26d518f.patch:-p1 # https://github.com/pyscf/pyscf/pull/1145: Update to libcint v5.0 + MAINTAINER= yuri@FreeBSD.org COMMENT= Python module for quantum chemistry diff --git a/science/py-pyscf/distinfo b/science/py-pyscf/distinfo index 6e7bcc42be9f..3f1e69372191 100644 --- a/science/py-pyscf/distinfo +++ b/science/py-pyscf/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1637098413 +TIMESTAMP = 1640549794 SHA256 (pyscf-pyscf-v2.0.1_GH0.tar.gz) = 6a152860787351aae52dc1ef2399bd9564fa314dca070312cfc0f2c3fc7412cf SIZE (pyscf-pyscf-v2.0.1_GH0.tar.gz) = 9641485 +SHA256 (6fece0e44feef43dcb879f3c2e6a2d84a26d518f.patch) = d3195bae8a3d1bcf25fa474762a9f2dc163a936840ef1ed9406c78b04e1f6efc +SIZE (6fece0e44feef43dcb879f3c2e6a2d84a26d518f.patch) = 6038
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112262021.1BQKLQQv005251>