summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-12-18 19:03:52 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2023-12-18 19:25:12 -0800
commit724a5d11d4035c3eb6c1c54ae8be8589ea8e84e1 (patch)
tree637911f9ae29dd98f98f1279ce167fa71a10f76e /science
parentaudio/ladish: New port: Session management system for JACK (diff)
science/cif-tools: update 1.0.9 → 1.0.11
Diffstat (limited to 'science')
-rw-r--r--science/cif-tools/Makefile5
-rw-r--r--science/cif-tools/distinfo6
-rw-r--r--science/cif-tools/files/patch-src_mmCQL.cpp10
3 files changed, 6 insertions, 15 deletions
diff --git a/science/cif-tools/Makefile b/science/cif-tools/Makefile
index 569f454e9974..f790beb0c038 100644
--- a/science/cif-tools/Makefile
+++ b/science/cif-tools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cif-tools
DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.9
+DISTVERSION= 1.0.11 # chemistry
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -10,7 +10,8 @@ WWW= https://github.com/PDB-REDO/cif-tools
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= libmcfp>0:devel/libmcfp
+BUILD_DEPENDS= libmcfp>0:devel/libmcfp \
+ mrc:devel/mrc
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libcifpp.so:science/libcifpp
diff --git a/science/cif-tools/distinfo b/science/cif-tools/distinfo
index 4b38b8b73bf1..843243655656 100644
--- a/science/cif-tools/distinfo
+++ b/science/cif-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686277918
-SHA256 (PDB-REDO-cif-tools-v1.0.9_GH0.tar.gz) = a98d73282c8acb68bf0fe16c44584c783bec79bb0c75d438ccbe6edb1102957b
-SIZE (PDB-REDO-cif-tools-v1.0.9_GH0.tar.gz) = 1826943
+TIMESTAMP = 1702949489
+SHA256 (PDB-REDO-cif-tools-v1.0.11_GH0.tar.gz) = 4b3484a46cf91b9d95105da7f65d6b6b4a7a124ce7fae65cc4e22b3092fb6134
+SIZE (PDB-REDO-cif-tools-v1.0.11_GH0.tar.gz) = 1828026
diff --git a/science/cif-tools/files/patch-src_mmCQL.cpp b/science/cif-tools/files/patch-src_mmCQL.cpp
deleted file mode 100644
index 33087df8b984..000000000000
--- a/science/cif-tools/files/patch-src_mmCQL.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/mmCQL.cpp.orig 2022-10-04 01:58:30 UTC
-+++ src/mmCQL.cpp
-@@ -29,6 +29,7 @@
- #include <fstream>
- #include <filesystem>
- #include <functional>
-+#include <stack>
- #include <unordered_set>
-
- #include <boost/program_options.hpp>