Index: head/security/helib/Makefile =================================================================== --- head/security/helib/Makefile (revision 562451) +++ head/security/helib/Makefile (revision 562452) @@ -1,32 +1,33 @@ # $FreeBSD$ PORTNAME= helib DISTVERSIONPREFIX= v -DISTVERSION= 1.3.1 +DISTVERSION= 2.0.0 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Implementation of homomorphic encryption LICENSE= APACHE20 BROKEN_i386= no matching function for call to 'assertEq', see https://github.com/homenc/HElib/issues/342 LIB_DEPENDS= libgmp.so:math/gmp \ libntl.so:math/ntl -USES= cmake compiler:c++14-lang +USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= homenc GH_PROJECT= HElib USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED +CMAKE_ARGS= -DNTL_DIR=${LOCALBASE} do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DENABLE_TEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include Index: head/security/helib/distinfo =================================================================== --- head/security/helib/distinfo (revision 562451) +++ head/security/helib/distinfo (revision 562452) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609563114 -SHA256 (homenc-HElib-v1.3.1_GH0.tar.gz) = 8ef47092f6b15fbb484a21f9184e7d936c360198515b6efb9a55d3dfbc2ea4be -SIZE (homenc-HElib-v1.3.1_GH0.tar.gz) = 2732405 +TIMESTAMP = 1611466311 +SHA256 (homenc-HElib-v2.0.0_GH0.tar.gz) = 4e371807fe052ca27dce708ea302495a8dae8d1196e16e86df424fb5b0e40524 +SIZE (homenc-HElib-v2.0.0_GH0.tar.gz) = 2909744 Index: head/security/helib/pkg-plist =================================================================== --- head/security/helib/pkg-plist (revision 562451) +++ head/security/helib/pkg-plist (revision 562452) @@ -1,65 +1,65 @@ include/helib/ArgMap.h include/helib/CModulus.h include/helib/ClonedPtr.h include/helib/Context.h include/helib/CtPtrs.h include/helib/Ctxt.h include/helib/DoubleCRT.h include/helib/EncodedPtxt.h include/helib/EncryptedArray.h include/helib/EvalMap.h include/helib/FHE.h include/helib/IndexMap.h include/helib/IndexSet.h +include/helib/JsonWrapper.h include/helib/Matrix.h include/helib/NumbTh.h include/helib/PAlgebra.h include/helib/PGFFT.h include/helib/PolyMod.h include/helib/PolyModRing.h include/helib/PtrMatrix.h include/helib/PtrVector.h include/helib/Ptxt.h include/helib/SumRegister.h include/helib/apiAttributes.h include/helib/assertions.h include/helib/binaryArith.h include/helib/binaryCompare.h -include/helib/binio.h include/helib/bluestein.h include/helib/debugging.h include/helib/exceptions.h include/helib/fhe_stats.h include/helib/helib.h include/helib/hypercube.h include/helib/intraSlot.h include/helib/keySwitching.h include/helib/keys.h include/helib/log.h include/helib/matching.h include/helib/matmul.h include/helib/multicore.h include/helib/norms.h include/helib/partialMatch.h include/helib/permutations.h include/helib/polyEval.h include/helib/powerful.h include/helib/primeChain.h include/helib/randomMatrices.h include/helib/range.h include/helib/recryption.h include/helib/replicate.h include/helib/sample.h include/helib/scheme.h include/helib/set.h include/helib/tableLookup.h include/helib/timing.h include/helib/version.h include/helib/zeroValue.h include/helib/zzX.h lib/libhelib.so -lib/libhelib.so.1.3.1 +lib/libhelib.so.2.0.0 share/cmake/helib/helibConfig.cmake share/cmake/helib/helibConfigVersion.cmake share/cmake/helib/helibTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/helib/helibTargets.cmake