Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2020 02:34:37 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557105 - head/math/fplll
Message-ID:  <202012060234.0B62YbAK076405@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec  6 02:34:37 2020
New Revision: 557105
URL: https://svnweb.freebsd.org/changeset/ports/557105

Log:
  math/fplll: Upgrade 5.3.3 -> 5.4.0
  
  PR:		251611
  Submitted by:	thierry

Modified:
  head/math/fplll/Makefile
  head/math/fplll/distinfo
  head/math/fplll/pkg-plist

Modified: head/math/fplll/Makefile
==============================================================================
--- head/math/fplll/Makefile	Sun Dec  6 02:27:28 2020	(r557104)
+++ head/math/fplll/Makefile	Sun Dec  6 02:34:37 2020	(r557105)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fplll
-DISTVERSION=	5.3.3
+DISTVERSION=	5.4.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -11,12 +11,17 @@ 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 <bsd.port.mk>

Modified: head/math/fplll/distinfo
==============================================================================
--- head/math/fplll/distinfo	Sun Dec  6 02:27:28 2020	(r557104)
+++ head/math/fplll/distinfo	Sun Dec  6 02:34:37 2020	(r557105)
@@ -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

Modified: head/math/fplll/pkg-plist
==============================================================================
--- head/math/fplll/pkg-plist	Sun Dec  6 02:27:28 2020	(r557104)
+++ head/math/fplll/pkg-plist	Sun Dec  6 02:34:37 2020	(r557105)
@@ -1,5 +1,4 @@
 bin/fplll
-bin/latsieve
 bin/latticegen
 include/fplll.h
 include/fplll/bkz.h
@@ -8,6 +7,7 @@ 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
@@ -39,16 +39,12 @@ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012060234.0B62YbAK076405>