From owner-svn-ports-all@freebsd.org Tue Jun 30 16:10:11 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 289B834FA1B; Tue, 30 Jun 2020 16:10:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49x8TH0Gsdz4cFk; Tue, 30 Jun 2020 16:10:11 +0000 (UTC) (envelope-from yuri@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 E26931AD1A; Tue, 30 Jun 2020 16:10:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05UGAAL2023001; Tue, 30 Jun 2020 16:10:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05UGAApf022998; Tue, 30 Jun 2020 16:10:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202006301610.05UGAApf022998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 30 Jun 2020 16:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540900 - head/math/fplll X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/fplll X-SVN-Commit-Revision: 540900 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.33 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: Tue, 30 Jun 2020 16:10:11 -0000 Author: yuri Date: Tue Jun 30 16:10:10 2020 New Revision: 540900 URL: https://svnweb.freebsd.org/changeset/ports/540900 Log: math/fplll: Update 5.3.2 -> 5.3.3 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 Tue Jun 30 16:05:48 2020 (r540899) +++ head/math/fplll/Makefile Tue Jun 30 16:10:10 2020 (r540900) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fplll -DISTVERSION= 5.3.2 +DISTVERSION= 5.3.3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr -USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags +USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_GITHUB= yes Modified: head/math/fplll/distinfo ============================================================================== --- head/math/fplll/distinfo Tue Jun 30 16:05:48 2020 (r540899) +++ head/math/fplll/distinfo Tue Jun 30 16:10:10 2020 (r540900) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578792123 -SHA256 (fplll-fplll-5.3.2_GH0.tar.gz) = 089df47113dec4741ea36bfa49592b4fc4a88379296554ad498baf6724a0c62d -SIZE (fplll-fplll-5.3.2_GH0.tar.gz) = 1025192 +TIMESTAMP = 1593529990 +SHA256 (fplll-fplll-5.3.3_GH0.tar.gz) = 8b3fcd0ea09ea1ef9beac30c194480b7e27363b52900aa55fe752d4fdd2b2198 +SIZE (fplll-fplll-5.3.3_GH0.tar.gz) = 1026240 Modified: head/math/fplll/pkg-plist ============================================================================== --- head/math/fplll/pkg-plist Tue Jun 30 16:05:48 2020 (r540899) +++ head/math/fplll/pkg-plist Tue Jun 30 16:10:10 2020 (r540900) @@ -49,6 +49,6 @@ include/fplll/util.h include/fplll/wrapper.h lib/libfplll.so lib/libfplll.so.6 -lib/libfplll.so.6.0.2 +lib/libfplll.so.6.0.3 libdata/pkgconfig/fplll.pc %%DATADIR%%/strategies/default.json