From owner-svn-ports-head@freebsd.org Wed Feb 24 17:02:13 2021 Return-Path: Delivered-To: svn-ports-head@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 4C2F5562A3E; Wed, 24 Feb 2021 17:02:13 +0000 (UTC) (envelope-from thierry@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dm2K104h2z3nHY; Wed, 24 Feb 2021 17:02:13 +0000 (UTC) (envelope-from thierry@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 CAC6B2FC40; Wed, 24 Feb 2021 17:02:12 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11OH2C2t041751; Wed, 24 Feb 2021 17:02:12 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11OH2Bh0041747; Wed, 24 Feb 2021 17:02:11 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202102241702.11OH2Bh0041747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 24 Feb 2021 17:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566489 - head/math/eclib X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/math/eclib X-SVN-Commit-Revision: 566489 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2021 17:02:13 -0000 Author: thierry Date: Wed Feb 24 17:02:11 2021 New Revision: 566489 URL: https://svnweb.freebsd.org/changeset/ports/566489 Log: Upgrade to v20210223 and fix the site URL. Release notes at . Modified: head/math/eclib/Makefile head/math/eclib/distinfo head/math/eclib/pkg-descr head/math/eclib/pkg-plist Modified: head/math/eclib/Makefile ============================================================================== --- head/math/eclib/Makefile Wed Feb 24 16:17:56 2021 (r566488) +++ head/math/eclib/Makefile Wed Feb 24 17:02:11 2021 (r566489) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= eclib -PORTVERSION= 20190909 -PORTREVISION= 2 +PORTVERSION= 20210223 DISTVERSIONPREFIX= v CATEGORIES= math Modified: head/math/eclib/distinfo ============================================================================== --- head/math/eclib/distinfo Wed Feb 24 16:17:56 2021 (r566488) +++ head/math/eclib/distinfo Wed Feb 24 17:02:11 2021 (r566489) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583681938 -SHA256 (JohnCremona-eclib-v20190909_GH0.tar.gz) = 695e45e14aa521a3eab15d6fcc58e2aa014d601acca9b573388b3660d57c1320 -SIZE (JohnCremona-eclib-v20190909_GH0.tar.gz) = 982681 +TIMESTAMP = 1614173701 +SHA256 (JohnCremona-eclib-v20210223_GH0.tar.gz) = e9133eb2ff60cc8d083b0c9af15cae04a3376951806ecbd127a41362f4097f3a +SIZE (JohnCremona-eclib-v20210223_GH0.tar.gz) = 993333 Modified: head/math/eclib/pkg-descr ============================================================================== --- head/math/eclib/pkg-descr Wed Feb 24 16:17:56 2021 (r566488) +++ head/math/eclib/pkg-descr Wed Feb 24 17:02:11 2021 (r566489) @@ -1,4 +1,5 @@ mwrank and eclib: mwrank is a program written in C++ for computing Mordell-Weil groups of elliptic curves over Q via 2-descent. -WWW: https://swmath.org/software/8615 +WWW: http://homepages.warwick.ac.uk/staff/J.E.Cremona/mwrank/ +WWW: https://github.com/JohnCremona/eclib Modified: head/math/eclib/pkg-plist ============================================================================== --- head/math/eclib/pkg-plist Wed Feb 24 16:17:56 2021 (r566488) +++ head/math/eclib/pkg-plist Wed Feb 24 17:02:11 2021 (r566489) @@ -118,7 +118,7 @@ include/eclib/xsplit_data.h lib/libec.a lib/libec.so lib/libec.so.6 -lib/libec.so.6.0.0 +lib/libec.so.6.0.1 libdata/pkgconfig/eclib.pc man/man1/mwrank.1.gz %%PORTDOCS%%%%DOCSDIR%%/g0n.txt