git: 724a5d11d403 - main - science/cif-tools: update 1.0.9 → 1.0.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Dec 2023 03:25:16 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=724a5d11d4035c3eb6c1c54ae8be8589ea8e84e1 commit 724a5d11d4035c3eb6c1c54ae8be8589ea8e84e1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-12-19 03:03:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-12-19 03:25:12 +0000 science/cif-tools: update 1.0.9 → 1.0.11 --- science/cif-tools/Makefile | 5 +++-- science/cif-tools/distinfo | 6 +++--- science/cif-tools/files/patch-src_mmCQL.cpp | 10 ---------- 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>