Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2019 06:50:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520834 - head/math/primme
Message-ID:  <201912250650.xBP6oI20045427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Dec 25 06:50:18 2019
New Revision: 520834
URL: https://svnweb.freebsd.org/changeset/ports/520834

Log:
  math/primme: Update 2.2 -> 3.0
  
  Reported by:	portscout

Modified:
  head/math/primme/Makefile
  head/math/primme/distinfo

Modified: head/math/primme/Makefile
==============================================================================
--- head/math/primme/Makefile	Wed Dec 25 06:39:58 2019	(r520833)
+++ head/math/primme/Makefile	Wed Dec 25 06:50:18 2019	(r520834)
@@ -2,8 +2,7 @@
 
 PORTNAME=	primme
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.2
-PORTREVISION=	2
+DISTVERSION=	3.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -46,11 +45,14 @@ TEST_TARGET=	all_tests test
 PLIST_FILES=	include/primme.h \
 		include/primme_eigs.h \
 		include/primme_eigs_f77.h \
+		include/primme_eigs_f90.inc \
 		include/primme_f77.h \
+		include/primme_f90.inc \
 		include/primme_svds.h \
 		include/primme_svds_f77.h \
+		include/primme_svds_f90.inc \
 		lib/libprimme.so \
-		lib/libprimme.so.2 \
-		lib/libprimme.so.2.2
+		lib/libprimme.so.3 \
+		lib/libprimme.so.3.0
 
 .include <bsd.port.mk>

Modified: head/math/primme/distinfo
==============================================================================
--- head/math/primme/distinfo	Wed Dec 25 06:39:58 2019	(r520833)
+++ head/math/primme/distinfo	Wed Dec 25 06:50:18 2019	(r520834)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540697010
-SHA256 (primme-primme-v2.2_GH0.tar.gz) = 5ed1b4476659cb0d0ef1de4f00bbd3fa9e1d879f067890a08236dcb48d8e6a52
-SIZE (primme-primme-v2.2_GH0.tar.gz) = 6161380
+TIMESTAMP = 1577256032
+SHA256 (primme-primme-v3.0_GH0.tar.gz) = 9df33b3e5da6f8032ad7deda5f3044868f70fb992f4547df70174605179e0107
+SIZE (primme-primme-v3.0_GH0.tar.gz) = 12429664



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912250650.xBP6oI20045427>