From owner-svn-ports-all@freebsd.org Wed Aug 22 03:12:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D1A2108991E; Wed, 22 Aug 2018 03:12:05 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3408A7D557; Wed, 22 Aug 2018 03:12:05 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF5D15525; Wed, 22 Aug 2018 03:12:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7M3C4c4058685; Wed, 22 Aug 2018 03:12:04 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7M3C45n058682; Wed, 22 Aug 2018 03:12:04 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201808220312.w7M3C45n058682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 22 Aug 2018 03:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477766 - head/math/ntl X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/ntl X-SVN-Commit-Revision: 477766 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2018 03:12:05 -0000 Author: wen Date: Wed Aug 22 03:12:04 2018 New Revision: 477766 URL: https://svnweb.freebsd.org/changeset/ports/477766 Log: - Update to 11.3.0 PR: 230743 Submitted by: ndowens@yahoo.com(maintainer) Modified: head/math/ntl/Makefile head/math/ntl/distinfo head/math/ntl/pkg-plist Modified: head/math/ntl/Makefile ============================================================================== --- head/math/ntl/Makefile Wed Aug 22 03:07:22 2018 (r477765) +++ head/math/ntl/Makefile Wed Aug 22 03:12:04 2018 (r477766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntl -PORTVERSION= 11.2.1 +PORTVERSION= 11.3.0 CATEGORIES= math MASTER_SITES= http://www.shoup.net/ntl/ Modified: head/math/ntl/distinfo ============================================================================== --- head/math/ntl/distinfo Wed Aug 22 03:07:22 2018 (r477765) +++ head/math/ntl/distinfo Wed Aug 22 03:12:04 2018 (r477766) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533851903 -SHA256 (ntl-11.2.1.tar.gz) = 09918b8562654a0406afe13911ce37f5dc819e1852a67dec184a74ea70fd5b11 -SIZE (ntl-11.2.1.tar.gz) = 2260996 +TIMESTAMP = 1534652335 +SHA256 (ntl-11.3.0.tar.gz) = 3ae0d3647e5d52bc0907e1f4cb4a958460ee8e5b3c9862c1a4b8e9f0f75891dd +SIZE (ntl-11.3.0.tar.gz) = 2364356 Modified: head/math/ntl/pkg-plist ============================================================================== --- head/math/ntl/pkg-plist Wed Aug 22 03:07:22 2018 (r477765) +++ head/math/ntl/pkg-plist Wed Aug 22 03:12:04 2018 (r477766) @@ -2,6 +2,7 @@ include/NTL/ALL_FEATURES.h include/NTL/BasicThreadPool.h include/NTL/ConfigLog.h include/NTL/FFT.h +include/NTL/FFT_impl.h include/NTL/FacVec.h include/NTL/GF2.h include/NTL/GF2E.h @@ -13,6 +14,7 @@ include/NTL/GF2XVec.h include/NTL/HAVE_ALIGNED_ARRAY.h include/NTL/HAVE_AVX.h include/NTL/HAVE_AVX2.h +include/NTL/HAVE_AVX512F.h include/NTL/HAVE_BUILTIN_CLZL.h include/NTL/HAVE_CHRONO_TIME.h include/NTL/HAVE_COPY_TRAITS1.h @@ -21,6 +23,7 @@ include/NTL/HAVE_FMA.h include/NTL/HAVE_LL_TYPE.h include/NTL/HAVE_MACOS_TIME.h include/NTL/HAVE_PCLMUL.h +include/NTL/PD.h include/NTL/HAVE_POSIX_TIME.h include/NTL/HAVE_SSSE3.h include/NTL/HNF.h @@ -77,6 +80,7 @@ include/NTL/pair_ZZ_pEX_long.h include/NTL/pair_ZZ_pX_long.h include/NTL/pair_lzz_pEX_long.h include/NTL/pair_lzz_pX_long.h +include/NTL/pd_FFT.h include/NTL/quad_float.h include/NTL/sp_arith.h include/NTL/thread.h @@ -111,8 +115,8 @@ include/NTL/version.h include/NTL/xdouble.h lib/libntl.a lib/libntl.so -lib/libntl.so.38 -lib/libntl.so.38.0.0 +lib/libntl.so.39 +lib/libntl.so.39.0.0 %%NTLDOCS%%/BasicThreadPool.cpp.html %%NTLDOCS%%/BasicThreadPool.txt %%NTLDOCS%%/GF2.cpp.html