svn commit: r518354 - head/math/fplll

Yuri Victorovich yuri at FreeBSD.org
Sun Nov 24 19:21:58 UTC 2019


Author: yuri
Date: Sun Nov 24 19:21:57 2019
New Revision: 518354
URL: https://svnweb.freebsd.org/changeset/ports/518354

Log:
  math/fplll: Update 5.2.1-229 -> 5.3.0
  
  Reported by:	portscout

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

Modified: head/math/fplll/Makefile
==============================================================================
--- head/math/fplll/Makefile	Sun Nov 24 19:16:40 2019	(r518353)
+++ head/math/fplll/Makefile	Sun Nov 24 19:21:57 2019	(r518354)
@@ -1,9 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fplll
-DISTVERSION=	5.2.1-229
-PORTREVISION=	1
-DISTVERSIONSUFFIX=	-ga8cb572
+DISTVERSION=	5.3.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: head/math/fplll/distinfo
==============================================================================
--- head/math/fplll/distinfo	Sun Nov 24 19:16:40 2019	(r518353)
+++ head/math/fplll/distinfo	Sun Nov 24 19:21:57 2019	(r518354)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544257080
-SHA256 (fplll-fplll-5.2.1-229-ga8cb572_GH0.tar.gz) = dbeeea014f0c73ff74d25a8ae0a2d7628b98e815f34e27748443e5ff6d087305
-SIZE (fplll-fplll-5.2.1-229-ga8cb572_GH0.tar.gz) = 998853
+TIMESTAMP = 1574621833
+SHA256 (fplll-fplll-5.3.0_GH0.tar.gz) = af37b72804b94e68c0814173d4e69fc2c23797fea6c0dac78fef6a201e74c8f4
+SIZE (fplll-fplll-5.3.0_GH0.tar.gz) = 1022453

Modified: head/math/fplll/pkg-plist
==============================================================================
--- head/math/fplll/pkg-plist	Sun Nov 24 19:16:40 2019	(r518353)
+++ head/math/fplll/pkg-plist	Sun Nov 24 19:21:57 2019	(r518354)
@@ -16,6 +16,7 @@ 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
@@ -43,10 +44,11 @@ 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.5
-lib/libfplll.so.5.0.0
+lib/libfplll.so.6
+lib/libfplll.so.6.0.0
 libdata/pkgconfig/fplll.pc
 %%DATADIR%%/strategies/default.json


More information about the svn-ports-all mailing list