diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-11-24 19:21:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-11-24 19:21:57 +0000 |
commit | 34ebb9074a1053236c7d50b54f2565e238ba12cd (patch) | |
tree | d4ba64c4ce189402956e9310ed5b14594d5ed863 /math/fplll | |
parent | 3f02e0abb4305ed83f18b4bba76274cbc83e4c38 (diff) | |
download | ports-34ebb9074a1053236c7d50b54f2565e238ba12cd.tar.gz ports-34ebb9074a1053236c7d50b54f2565e238ba12cd.zip |
Notes
Diffstat (limited to 'math/fplll')
-rw-r--r-- | math/fplll/Makefile | 4 | ||||
-rw-r--r-- | math/fplll/distinfo | 6 | ||||
-rw-r--r-- | math/fplll/pkg-plist | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/math/fplll/Makefile b/math/fplll/Makefile index 9262d146c1da..2e74a1427099 100644 --- a/math/fplll/Makefile +++ b/math/fplll/Makefile @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= fplll -DISTVERSION= 5.2.1-229 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -ga8cb572 +DISTVERSION= 5.3.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/fplll/distinfo b/math/fplll/distinfo index 0680ac1e1de0..bb6c9c125e98 100644 --- a/math/fplll/distinfo +++ b/math/fplll/distinfo @@ -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 diff --git a/math/fplll/pkg-plist b/math/fplll/pkg-plist index 52aa643fc922..5bf0978d80e5 100644 --- a/math/fplll/pkg-plist +++ b/math/fplll/pkg-plist @@ -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 |