Date: Mon, 6 Mar 2023 18:06:53 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: 435aef53f4aa - main - =?utf-8?Q?science/gemmi:=20Update=200.5.8=20=E2=86=92=200.6.0?= Message-ID: <202303061806.326I6rn1071769@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=435aef53f4aa8633754f6aff704e5ffae5c6fb28 commit 435aef53f4aa8633754f6aff704e5ffae5c6fb28 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-06 16:31:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-06 18:06:43 +0000 science/gemmi: Update 0.5.8 → 0.6.0 Reported by: portscout --- science/gemmi/Makefile | 3 ++- science/gemmi/distinfo | 6 +++--- science/gemmi/pkg-plist | 12 ++++++++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/science/gemmi/Makefile b/science/gemmi/Makefile index 18f0c34d2ae4..d7c8acf02019 100644 --- a/science/gemmi/Makefile +++ b/science/gemmi/Makefile @@ -1,6 +1,6 @@ PORTNAME= gemmi DISTVERSIONPREFIX= v -DISTVERSION= 0.5.8 +DISTVERSION= 0.6.0 CATEGORIES= science # chemistry MAINTAINER= yuri@FreeBSD.org @@ -15,6 +15,7 @@ USES= cmake:testing compiler:c++17-lang # tests don't run, see https://github.c USE_GITHUB= yes GH_ACCOUNT= project-gemmi +CMAKE_ON= BUILD_SHARED_LIBS CMAKE_TESTING_TARGET= check OPTIONS_DEFINE= FORTRAN diff --git a/science/gemmi/distinfo b/science/gemmi/distinfo index ac2fb5d3d8f5..51fc30631c42 100644 --- a/science/gemmi/distinfo +++ b/science/gemmi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671963605 -SHA256 (project-gemmi-gemmi-v0.5.8_GH0.tar.gz) = b67c8f79d85c4fd6766ce5b0418c79f4cb54a62d9091de6d0a7c20bb6060070e -SIZE (project-gemmi-gemmi-v0.5.8_GH0.tar.gz) = 1695293 +TIMESTAMP = 1678123316 +SHA256 (project-gemmi-gemmi-v0.6.0_GH0.tar.gz) = 5f033dded4bf1f3d8fa88636d798aea70bfb2a2f0e209fd517b36d773f83588d +SIZE (project-gemmi-gemmi-v0.6.0_GH0.tar.gz) = 1737083 diff --git a/science/gemmi/pkg-plist b/science/gemmi/pkg-plist index 369eb6e118c3..5cf31def8fae 100644 --- a/science/gemmi/pkg-plist +++ b/science/gemmi/pkg-plist @@ -48,6 +48,7 @@ include/gemmi/mmcif.hpp include/gemmi/mmcif_impl.hpp include/gemmi/mmdb.hpp include/gemmi/mmread.hpp +include/gemmi/mmread_gz.hpp include/gemmi/model.hpp include/gemmi/modify.hpp include/gemmi/monlib.hpp @@ -58,18 +59,19 @@ include/gemmi/neutron92.hpp include/gemmi/numb.hpp include/gemmi/pdb.hpp include/gemmi/pirfasta.hpp -include/gemmi/placeh.hpp include/gemmi/polyheur.hpp include/gemmi/qcp.hpp include/gemmi/read_cif.hpp -include/gemmi/read_coor.hpp include/gemmi/read_map.hpp include/gemmi/recgrid.hpp include/gemmi/reciproc.hpp +include/gemmi/refine/geom.hpp +include/gemmi/refine/ll.hpp include/gemmi/refln.hpp include/gemmi/reindex.hpp include/gemmi/remarks.hpp include/gemmi/resinfo.hpp +include/gemmi/riding_h.hpp include/gemmi/scaling.hpp include/gemmi/select.hpp include/gemmi/seqalign.hpp @@ -80,6 +82,7 @@ include/gemmi/smcif.hpp include/gemmi/solmask.hpp include/gemmi/span.hpp include/gemmi/sprintf.hpp +include/gemmi/stats.hpp include/gemmi/symmetry.hpp include/gemmi/third_party/fast_float.h include/gemmi/third_party/pocketfft_hdronly.h @@ -229,3 +232,8 @@ include/gemmi/utf.hpp include/gemmi/util.hpp include/gemmi/version.hpp include/gemmi/xds_ascii.hpp +lib/cmake/gemmi/gemmi-config-version.cmake +lib/cmake/gemmi/gemmi-config.cmake +lib/cmake/gemmi/gemmi-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/gemmi/gemmi-targets.cmake +lib/libgemmi_cpp.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303061806.326I6rn1071769>