From owner-svn-ports-all@FreeBSD.ORG Fri Nov 22 19:24:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 261096B2; Fri, 22 Nov 2013 19:24:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF5F4290E; Fri, 22 Nov 2013 19:24:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAMJOb0i016754; Fri, 22 Nov 2013 19:24:37 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAMJObAb016747; Fri, 22 Nov 2013 19:24:37 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201311221924.rAMJObAb016747@svn.freebsd.org> From: Brendan Fabeny Date: Fri, 22 Nov 2013 19:24:37 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 19:24:38 -0000 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 # $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