aboutsummaryrefslogtreecommitdiff
path: root/science/py-pymol
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-10-16 21:10:02 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2022-10-16 21:10:02 +0000
commit9e03d9958ec94c454641adc956fd3b40188fc925 (patch)
tree542d79fa8f02f7ebee1500462ec6a006a095b441 /science/py-pymol
parentaf630f43455cfc8937c2553e260a4f1a8518bff2 (diff)
downloadports-9e03d9958ec94c454641adc956fd3b40188fc925.tar.gz
ports-9e03d9958ec94c454641adc956fd3b40188fc925.zip
devel/msgpack: Update and split into C and C++ versions
Upstream now provides msgpack as two separate distributions: a C version with the traditional libmsgpackc.so library, and a header-only C++ version. devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its consumers now point to one or both. Note that it is entirely possible for both to be required. PORTREVISION bump for all consumers. In my testing, it's not clear that the MSGPACK option in the mariadb ports actually does anything. I don't think mariadb is actually linking against msgpack, even before this commit.
Diffstat (limited to 'science/py-pymol')
-rw-r--r--science/py-pymol/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-pymol/Makefile b/science/py-pymol/Makefile
index 557a96a73151..d65a765b6bd3 100644
--- a/science/py-pymol/Makefile
+++ b/science/py-pymol/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pymol
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= science biology python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
${LOCALBASE}/include/mmtf.hpp:science/mmtf-cpp
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libpng.so:graphics/png \
- libmsgpackc.so:devel/msgpack \
+ libmsgpackc.so:devel/msgpack-c \
libnetcdf.so:science/netcdf
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Pmw>0:x11-toolkits/py-Pmw@${PY_FLAVOR} \