git: a20f582cbb2d - main - science/qbox: update 1_76_2 → 1_76_3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Mar 2024 23:19:20 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a20f582cbb2d9947f724b6e11abf99d03294c40f
commit a20f582cbb2d9947f724b6e11abf99d03294c40f
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-04 14:01:59 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-04 23:19:08 +0000
science/qbox: update 1_76_2 → 1_76_3
Reported by: portscout
---
science/qbox/Makefile | 2 +-
science/qbox/distinfo | 6 +++---
science/qbox/files/patch-Makefile | 13 -------------
3 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/science/qbox/Makefile b/science/qbox/Makefile
index 74a71f61b84a..0a9758f9bec3 100644
--- a/science/qbox/Makefile
+++ b/science/qbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= qbox
DISTVERSIONPREFIX= rel
-DISTVERSION= 1_76_2
+DISTVERSION= 1_76_3
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/qbox/distinfo b/science/qbox/distinfo
index 01a24551eee0..1b0a3513a3ff 100644
--- a/science/qbox/distinfo
+++ b/science/qbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709187826
-SHA256 (qboxcode-qbox-public-rel1_76_2_GH0.tar.gz) = eb481d321d4df72733775cbbce5ffe67faec2c8ed259618ca9217d8dff71d146
-SIZE (qboxcode-qbox-public-rel1_76_2_GH0.tar.gz) = 717144
+TIMESTAMP = 1709573699
+SHA256 (qboxcode-qbox-public-rel1_76_3_GH0.tar.gz) = b0bd8364c463c0450ac0b156a511c196318ea7ed0a129da8796927d0c4b515b2
+SIZE (qboxcode-qbox-public-rel1_76_3_GH0.tar.gz) = 717627
diff --git a/science/qbox/files/patch-Makefile b/science/qbox/files/patch-Makefile
deleted file mode 100644
index eddd60d505ae..000000000000
--- a/science/qbox/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-- workaround for https://github.com/qboxcode/qbox-public/issues/10
-
---- Makefile.orig 2023-12-24 23:28:51 UTC
-+++ Makefile
-@@ -82,7 +82,7 @@ CXXFLAGS += -DVERSION='"$(VERSION)"'
- $(LD) $(DFLAGS) -o $@ $^ $(LDFLAGS)
- testCGOptimizer: testCGOptimizer.o CGOptimizer.o LineMinimizer.o
- $(LD) $(DFLAGS) -o $@ $^ $(LDFLAGS)
-- testAndersonMixer: testAndersonMixer.o AndersonMixer.o Context.o
-+ testAndersonMixer: testAndersonMixer.o AndersonMixer.o Context.o MPIdata.o
- $(LD) $(DFLAGS) -o $@ $^ $(LDFLAGS)
- testSample: testSample.o AtomSet.o Atom.o Species.o \
- Wavefunction.o SlaterDet.o \