svn commit: r567942 - in head/math: eclib eclib/files sage

Thierry Thomas thierry at FreeBSD.org
Tue Mar 9 16:32:09 UTC 2021


Author: thierry
Date: Tue Mar  9 16:32:06 2021
New Revision: 567942
URL: https://svnweb.freebsd.org/changeset/ports/567942

Log:
  Upgrade math/eclib to v20210308.
  
  Release notes at <https://github.com/JohnCremona/eclib/releases/tag/v20210308>.

Added:
  head/math/eclib/files/
  head/math/eclib/files/patch-tests_Makefile.am   (contents, props changed)
Modified:
  head/math/eclib/Makefile
  head/math/eclib/distinfo
  head/math/eclib/pkg-plist
  head/math/sage/Makefile

Modified: head/math/eclib/Makefile
==============================================================================
--- head/math/eclib/Makefile	Tue Mar  9 16:32:00 2021	(r567941)
+++ head/math/eclib/Makefile	Tue Mar  9 16:32:06 2021	(r567942)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	eclib
-PORTVERSION=	20210226
+PORTVERSION=	20210308
 DISTVERSIONPREFIX=	v
 CATEGORIES=	math
 

Modified: head/math/eclib/distinfo
==============================================================================
--- head/math/eclib/distinfo	Tue Mar  9 16:32:00 2021	(r567941)
+++ head/math/eclib/distinfo	Tue Mar  9 16:32:06 2021	(r567942)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614446577
-SHA256 (JohnCremona-eclib-v20210226_GH0.tar.gz) = 3c7d5797df45248f65846bcf904f5a7f8504f526f2db92f1bd15a1b819beb2f6
-SIZE (JohnCremona-eclib-v20210226_GH0.tar.gz) = 993364
+TIMESTAMP = 1615302638
+SHA256 (JohnCremona-eclib-v20210308_GH0.tar.gz) = fffe62595668592ff1b03fbf51ff0a755e9066fc3addfe09af33d81fb78c90d8
+SIZE (JohnCremona-eclib-v20210308_GH0.tar.gz) = 1016120

Added: head/math/eclib/files/patch-tests_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/eclib/files/patch-tests_Makefile.am	Tue Mar  9 16:32:06 2021	(r567942)
@@ -0,0 +1,15 @@
+--- tests/Makefile.am.orig	2021-03-08 17:51:22 UTC
++++ tests/Makefile.am
+@@ -129,9 +129,9 @@ tnfd_SOURCES=tnfd.cc
+ # This is the name of a directory which will be used for newform
+ # input/output in the "make check" tests and removed afterwards.
+ 
+-export NF_DIR:=nftmp
+-export SNF_DIR:=snftmp
+-export TCURVE_DIR:=tcurves
++export NF_DIR=nftmp
++export SNF_DIR=snftmp
++export TCURVE_DIR=tcurves
+ 
+ check_g0n: g0n_tests
+ 	@echo Running g0n checks...

Modified: head/math/eclib/pkg-plist
==============================================================================
--- head/math/eclib/pkg-plist	Tue Mar  9 16:32:00 2021	(r567941)
+++ head/math/eclib/pkg-plist	Tue Mar  9 16:32:06 2021	(r567942)
@@ -117,8 +117,8 @@ include/eclib/xsplit.h
 include/eclib/xsplit_data.h
 lib/libec.a
 lib/libec.so
-lib/libec.so.6
-lib/libec.so.6.0.2
+lib/libec.so.7
+lib/libec.so.7.0.0
 libdata/pkgconfig/eclib.pc
 man/man1/mwrank.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/g0n.txt

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Tue Mar  9 16:32:00 2021	(r567941)
+++ head/math/sage/Makefile	Tue Mar  9 16:32:06 2021	(r567942)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sage
 PORTVERSION=	9.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	math
 MASTER_SITES=	https://mirrors.xmission.com/sage/src/		\
 		http://mirrors.xmission.com/sage/src/		\


More information about the svn-ports-all mailing list