svn commit: r334607 - in head/math: metis metis-edf metis4

Brendan Fabeny bf at FreeBSD.org
Fri Nov 22 19:24:38 UTC 2013


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 at 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 at 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 at 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


More information about the svn-ports-all mailing list