Index: head/math/fplll/Makefile =================================================================== --- head/math/fplll/Makefile (revision 557104) +++ head/math/fplll/Makefile (revision 557105) @@ -1,22 +1,27 @@ # $FreeBSD$ PORTNAME= fplll -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Lattice algorithms using floating-point arithmetic LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgmp.so:math/gmp \ - libmpfr.so:math/mpfr + libmpfr.so:math/mpfr \ + libqd.so:math/qd USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_GITHUB= yes USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +TEST_TARGET= check .include Index: head/math/fplll/distinfo =================================================================== --- head/math/fplll/distinfo (revision 557104) +++ head/math/fplll/distinfo (revision 557105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593529990 -SHA256 (fplll-fplll-5.3.3_GH0.tar.gz) = 8b3fcd0ea09ea1ef9beac30c194480b7e27363b52900aa55fe752d4fdd2b2198 -SIZE (fplll-fplll-5.3.3_GH0.tar.gz) = 1026240 +TIMESTAMP = 1607184213 +SHA256 (fplll-fplll-5.4.0_GH0.tar.gz) = e1c42cd09455a198ca36ce4617e564127a2009e5cd2606f7e0085189d1ad5f64 +SIZE (fplll-fplll-5.4.0_GH0.tar.gz) = 2330507 Index: head/math/fplll/pkg-plist =================================================================== --- head/math/fplll/pkg-plist (revision 557104) +++ head/math/fplll/pkg-plist (revision 557105) @@ -1,54 +1,50 @@ bin/fplll -bin/latsieve bin/latticegen include/fplll.h include/fplll/bkz.h include/fplll/bkz_param.h include/fplll/defs.h include/fplll/enum/enumerate.h include/fplll/enum/enumerate_base.h include/fplll/enum/enumerate_ext.h +include/fplll/enum/enumerate_ext_api.h include/fplll/enum/evaluator.h include/fplll/fplll.h include/fplll/fplll_config.h include/fplll/gso.h include/fplll/gso_gram.h include/fplll/gso_interface.h include/fplll/hlll.h include/fplll/householder.h include/fplll/io/thread_pool.hpp include/fplll/lll.h include/fplll/nr/dpe.h include/fplll/nr/matrix.cpp include/fplll/nr/matrix.h include/fplll/nr/nr.h include/fplll/nr/nr_FP.inl include/fplll/nr/nr_FP_d.inl include/fplll/nr/nr_FP_dd.inl include/fplll/nr/nr_FP_dpe.inl include/fplll/nr/nr_FP_ld.inl include/fplll/nr/nr_FP_misc.inl include/fplll/nr/nr_FP_mpfr.inl include/fplll/nr/nr_FP_qd.inl include/fplll/nr/nr_Z.inl include/fplll/nr/nr_Z_d.inl include/fplll/nr/nr_Z_l.inl include/fplll/nr/nr_Z_misc.inl include/fplll/nr/nr_Z_mpz.inl include/fplll/nr/nr_rand.inl include/fplll/nr/numvect.h include/fplll/pruner/pruner.h include/fplll/pruner/pruner_simplex.h -include/fplll/sieve/sampler_basic.h -include/fplll/sieve/sieve_common.h -include/fplll/sieve/sieve_gauss.h -include/fplll/sieve/sieve_gauss_str.h include/fplll/svpcvp.h include/fplll/threadpool.h include/fplll/util.h include/fplll/wrapper.h lib/libfplll.so -lib/libfplll.so.6 -lib/libfplll.so.6.0.3 +lib/libfplll.so.7 +lib/libfplll.so.7.0.0 libdata/pkgconfig/fplll.pc %%DATADIR%%/strategies/default.json