Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2019 10:28:56 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504407 - head/lang/opencoarrays
Message-ID:  <201906171028.x5HASuFf067959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Jun 17 10:28:56 2019
New Revision: 504407
URL: https://svnweb.freebsd.org/changeset/ports/504407

Log:
  lang/opencoarrays: Update to 2.7.1
  
  - This also fixes the build with GCC 9 [1].
  - Drop GCC 5 clause.  According to INSTALL GFortran >= 6.1 is required
    to build it.
  
  Changes:	https://github.com/sourceryinstitute/OpenCoarrays/releases
  PR:		238330 [1]

Modified:
  head/lang/opencoarrays/Makefile
  head/lang/opencoarrays/distinfo
  head/lang/opencoarrays/pkg-plist

Modified: head/lang/opencoarrays/Makefile
==============================================================================
--- head/lang/opencoarrays/Makefile	Mon Jun 17 10:01:04 2019	(r504406)
+++ head/lang/opencoarrays/Makefile	Mon Jun 17 10:28:56 2019	(r504407)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opencoarrays
-DISTVERSION=	2.6.1
-PORTREVISION=	1
+DISTVERSION=	2.7.1
 CATEGORIES=	lang parallel
 
 MAINTAINER=	ports@FreeBSD.org
@@ -52,10 +51,8 @@ PLIST_SUB+=	SOVERSION=3
 PLIST_SUB+=	SOVERSION=2
 .elif ${GCC_DEFAULT} == 6
 PLIST_SUB+=	SOVERSION=1
-.elif ${GCC_DEFAULT} == 5
-PLIST_SUB+=	SOVERSION=0
 .else
-IGNORE=		requires GCC 5 or higher
+IGNORE=		requires GCC 6 or higher
 .endif
 
 post-patch:

Modified: head/lang/opencoarrays/distinfo
==============================================================================
--- head/lang/opencoarrays/distinfo	Mon Jun 17 10:01:04 2019	(r504406)
+++ head/lang/opencoarrays/distinfo	Mon Jun 17 10:28:56 2019	(r504407)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554794868
-SHA256 (sourceryinstitute-OpenCoarrays-2.6.1_GH0.tar.gz) = 6f308b5d4784fc3d3209b319900500dae8158a05931890f6aa11909fe4a95616
-SIZE (sourceryinstitute-OpenCoarrays-2.6.1_GH0.tar.gz) = 317793
+TIMESTAMP = 1560758220
+SHA256 (sourceryinstitute-OpenCoarrays-2.7.1_GH0.tar.gz) = 59b3e153cb56e6beaea72a1a4a621e9d383b4c2d789ce6ace52c35e0c58390f7
+SIZE (sourceryinstitute-OpenCoarrays-2.7.1_GH0.tar.gz) = 321295

Modified: head/lang/opencoarrays/pkg-plist
==============================================================================
--- head/lang/opencoarrays/pkg-plist	Mon Jun 17 10:01:04 2019	(r504406)
+++ head/lang/opencoarrays/pkg-plist	Mon Jun 17 10:28:56 2019	(r504407)
@@ -15,4 +15,4 @@ lib/libcaf_mpi.so.%%SOVERSION%%
 lib/libopencoarrays_mod.a
 man/man1/caf.1.gz
 man/man1/cafrun.1.gz
-@dir %%DATADIR%%
+%%DATADIR%%/install_manifest.SHA256.txt



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