Date: Fri, 22 Nov 2013 19:24:37 +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: r334607 - in head/math: metis metis-edf metis4 Message-ID: <201311221924.rAMJObAb016747@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Fri Nov 22 19:24:37 2013 New Revision: 334607 URL: http://svnweb.freebsd.org/changeset/ports/334607 Log: Use a versioned name for metis4, to help some tools to distinguish it from metis Modified: head/math/metis-edf/Makefile head/math/metis/Makefile head/math/metis4/Makefile (contents, props changed) Modified: head/math/metis-edf/Makefile ============================================================================== --- head/math/metis-edf/Makefile Fri Nov 22 19:11:55 2013 (r334606) +++ head/math/metis-edf/Makefile Fri Nov 22 19:24:37 2013 (r334607) @@ -9,7 +9,7 @@ CATEGORIES= math MAINTAINER= bf@FreeBSD.org COMMENT= Meshes partitioning tool used by Code_Aster -CONFLICTS= metis-[0-9]* +CONFLICTS= metis-[0-9]* metis4-4* ALL_TARGET= default MAKE_ENV+= AR="${AR}" PICFLAG="${PICFLAG}" Modified: head/math/metis/Makefile ============================================================================== --- head/math/metis/Makefile Fri Nov 22 19:11:55 2013 (r334606) +++ head/math/metis/Makefile Fri Nov 22 19:24:37 2013 (r334607) @@ -11,7 +11,7 @@ COMMENT= A package for unstructured grap LICENSE= AL2 -CONFLICTS= metis-4* metis-edf-[0-9]* +CONFLICTS= metis4-4* metis-edf-[0-9]* USES= cmake Modified: head/math/metis4/Makefile ============================================================================== --- head/math/metis4/Makefile Fri Nov 22 19:11:55 2013 (r334606) +++ head/math/metis4/Makefile Fri Nov 22 19:24:37 2013 (r334607) @@ -1,11 +1,12 @@ # Created by: Pedro Giffuni <giffunip@asme.org> # $FreeBSD$ -PORTNAME= metis +PORTNAME= metis4 PORTVERSION= 4.0.3 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/ +DISTNAME= metis-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= A package for unstructured graph partitioning @@ -19,7 +20,6 @@ CONFLICTS= metis-5* metis-edf-[0-9]* USE_LDCONFIG= yes -LATEST_LINK= metis4 PORTSCOUT= limit:4.* PROGRAMS= graphchk kmetis mesh2dual mesh2nodal \ oemetis onmetis partnmesh partdmesh pmetis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311221924.rAMJObAb016747>