aboutsummaryrefslogtreecommitdiff
path: root/science/abinit
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 15:06:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 15:13:01 +0000
commit328ae4074233a5b85e0e38efece1af5dcc218160 (patch)
tree982ebbc6507160ebcefcd1d47f6c4bdc458734da /science/abinit
parent72fa35d5cb531c78702fc467df019369e3676eff (diff)
downloadports-328ae4074233a5b85e0e38efece1af5dcc218160.tar.gz
ports-328ae4074233a5b85e0e38efece1af5dcc218160.zip
*/*: Replace science/szip with science/libaec
- Bump PORTREVISION of dependent ports for dependency change szip does not allow redistribution in binary form without proper commercial license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building this port, therefore building dependent ports are also blocked. Switch all dependent ports to science/libaec to avoid conflicts and license issue. PR: 228743, 246097, 250165
Diffstat (limited to 'science/abinit')
-rw-r--r--science/abinit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile
index 96b74303b2c3..49a68b01c2e0 100644
--- a/science/abinit/Makefile
+++ b/science/abinit/Makefile
@@ -2,7 +2,7 @@
PORTNAME= abinit
DISTVERSION= 9.4.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -19,7 +19,7 @@ BUILD_DEPENDS= gm4:devel/m4 \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}graphviz>0:graphics/py-graphviz@${PY_FLAVOR}
LIB_DEPENDS= libelpa.so:math/elpa \
- libsz.so:science/szip \
+ libsz.so:science/libaec \
libelpa.so:math/elpa \
libxc.so:science/libxc \
libfftw3.so:math/fftw3 \