svn commit: r566489 - head/math/eclib

Thierry Thomas thierry at FreeBSD.org
Wed Feb 24 17:02:13 UTC 2021


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 <https://github.com/JohnCremona/eclib/releases/tag/v20210223>.

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


More information about the svn-ports-all mailing list