svn commit: r477793 - head/lang/opencoarrays

Steve Wills swills at FreeBSD.org
Wed Aug 22 14:58:56 UTC 2018


Author: swills
Date: Wed Aug 22 14:58:55 2018
New Revision: 477793
URL: https://svnweb.freebsd.org/changeset/ports/477793

Log:
  lang/opencoarrays: Commit missed part of patch
  
  PR:		230689
  Submitted by:	Anton Shterenlikht <as at cmplx.uk> (maintainer)
  Reported by:	Anton Shterenlikht <as at cmplx.uk> (maintainer)
  Pointyhat to:	swills

Modified:
  head/lang/opencoarrays/Makefile   (contents, props changed)

Modified: head/lang/opencoarrays/Makefile
==============================================================================
--- head/lang/opencoarrays/Makefile	Wed Aug 22 14:41:18 2018	(r477792)
+++ head/lang/opencoarrays/Makefile	Wed Aug 22 14:58:55 2018	(r477793)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencoarrays
 DISTVERSION=	2.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang parallel
 
 MAINTAINER=	as at cmplx.uk
@@ -45,7 +45,9 @@ OPENMPI2_CONFIGURE_ENV=	MPI_HOME=${LOCALBASE}/mpi/open
 
 .include <bsd.port.options.mk>
 
-.if ${GCC_DEFAULT} >= 7
+.if ${GCC_DEFAULT} >= 8
+PLIST_SUB+=	SOVERSION=3
+.elif ${GCC_DEFAULT} == 7
 PLIST_SUB+=	SOVERSION=2
 .elif ${GCC_DEFAULT} == 6
 PLIST_SUB+=	SOVERSION=1


More information about the svn-ports-head mailing list