Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 21:24:55 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314765 - head/math/metis
Message-ID:  <201303202124.r2KLOt7I089927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Wed Mar 20 21:24:54 2013
New Revision: 314765
URL: http://svnweb.freebsd.org/changeset/ports/314765

Log:
  update to 5.0.3

Modified:
  head/math/metis/Makefile   (contents, props changed)
  head/math/metis/distinfo   (contents, props changed)

Modified: head/math/metis/Makefile
==============================================================================
--- head/math/metis/Makefile	Wed Mar 20 21:22:11 2013	(r314764)
+++ head/math/metis/Makefile	Wed Mar 20 21:24:54 2013	(r314765)
@@ -1,28 +1,21 @@
-# New ports collection makefile for:	METIS
-# Date created:         26 Oct 97
-# Whom:                 Pedro Giffuni <giffunip@asme.org>
-#
+# Created by: Pedro Giffuni <giffunip@asme.org>
 # $FreeBSD$
-#
 
 PORTNAME=	metis
-PORTVERSION=	5.0.2
+PORTVERSION=	5.0.3
 CATEGORIES=	math
 MASTER_SITES=	http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/
 
 MAINTAINER=	bf@FreeBSD.org
 COMMENT=	A package for unstructured graph partitioning
 
-LICENSE=	METIS
-LICENSE_NAME=	University of Minnesota METIS License
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-LICENSE_PERMS=	auto-accept
+LICENSE=	AL2
 
 CONFLICTS=	metis-4* metis-edf-[0-9]*
 
 USE_CMAKE=	yes
 
-OPTIONS_DEFINE =	OPENMP STATIC SHARED
+OPTIONS_DEFINE =	OPENMP SHARED STATIC
 
 OPENMP_DESC=	multithreading via OpenMP
 #PROFILE_DESC=	profiling libraries
@@ -34,11 +27,8 @@ OPTIONS_DEFAULT=	SHARED STATIC
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPENMP}
-.if !empty(CC:T:M*clang*)
-IGNORE =	: clang does not support OpenMP. Disable the OPENMP option or\
-		use another compiler
-.endif
 CMAKE_ARGS+=	-DOPENMP=1
+USE_GCC=	any
 .endif
 
 #.if ${PORT_OPTIONS:MPROFILE}

Modified: head/math/metis/distinfo
==============================================================================
--- head/math/metis/distinfo	Wed Mar 20 21:22:11 2013	(r314764)
+++ head/math/metis/distinfo	Wed Mar 20 21:24:54 2013	(r314765)
@@ -1,2 +1,2 @@
-SHA256 (metis-5.0.2.tar.gz) = f79790676ca2ce3dfa9d5e2d74801e91d92415664ede2c2fc18fc49d4a161981
-SIZE (metis-5.0.2.tar.gz) = 4963532
+SHA256 (metis-5.0.3.tar.gz) = 38e57e36baada41ddf2d69e0b0070aa47b5f4a72776f9677d1d0575b56ec67a6
+SIZE (metis-5.0.3.tar.gz) = 4979585



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