Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 19:19:19 +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: r481765 - in head/math/primme: . files
Message-ID:  <201810101919.w9AJJJbs021809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Oct 10 19:19:19 2018
New Revision: 481765
URL: https://svnweb.freebsd.org/changeset/ports/481765

Log:
  math/primme: Update 2.1 -> 2.1.20181010 (current revision)
  
  Several relevant bugs were fixed:
  * SONAME was added
  * Some patches aren't needed now

Deleted:
  head/math/primme/files/patch-examples_Makefile
  head/math/primme/files/patch-src_Makefile
  head/math/primme/files/patch-src_eigs_primme__interface.c
  head/math/primme/files/patch-src_include_template.h
Modified:
  head/math/primme/Makefile
  head/math/primme/distinfo

Modified: head/math/primme/Makefile
==============================================================================
--- head/math/primme/Makefile	Wed Oct 10 19:11:47 2018	(r481764)
+++ head/math/primme/Makefile	Wed Oct 10 19:19:19 2018	(r481765)
@@ -2,7 +2,7 @@
 
 PORTNAME=	primme
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.1
+DISTVERSION=	2.1.20181010 # git describe doesn't identify the tag properly
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,6 +17,7 @@ TEST_DEPENDS=	gfortran${GCC_DEFAULT}:lang/gcc${GCC_DEF
 
 USES=		gmake localbase:ldflags
 USE_GITHUB=	yes
+GH_TAGNAME=	d089bec
 MAKEFILE=	makefile
 ALL_TARGET=	solib
 USE_LDCONFIG=	yes

Modified: head/math/primme/distinfo
==============================================================================
--- head/math/primme/distinfo	Wed Oct 10 19:11:47 2018	(r481764)
+++ head/math/primme/distinfo	Wed Oct 10 19:19:19 2018	(r481765)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539019293
-SHA256 (primme-primme-v2.1_GH0.tar.gz) = edc924250d464f51d0f529aaa77d8b741411b4453b3423fa663a65732055467b
-SIZE (primme-primme-v2.1_GH0.tar.gz) = 6071172
+TIMESTAMP = 1539198535
+SHA256 (primme-primme-v2.1.20181010-d089bec_GH0.tar.gz) = 90f9df43e5507b8f0dd40cd27ac50ebc06e0442f3e2939eca0e8a6fc0d43eef5
+SIZE (primme-primme-v2.1.20181010-d089bec_GH0.tar.gz) = 5510842



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