From owner-cvs-all@FreeBSD.ORG Mon Jul 9 11:11:45 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 076341065687; Mon, 9 Jul 2012 11:11:45 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB1F48FC16; Mon, 9 Jul 2012 11:11:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q69BBiEV033082; Mon, 9 Jul 2012 11:11:44 GMT (envelope-from bf@repoman.freebsd.org) Received: (from bf@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q69BBi0m033081; Mon, 9 Jul 2012 11:11:44 GMT (envelope-from bf) Message-Id: <201207091111.q69BBi0m033081@repoman.freebsd.org> From: Brendan Fabeny Date: Mon, 9 Jul 2012 11:11:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING ports/math Makefile ports/cad/calculix Makefile ports/cad/salome Makefile.ext ports/math/metis Makefile distinfo pkg-descr pkg-plist ports/math/metis/files patch-Makefile.in patch-libmetis__CMakeLists.txt ports/math/metis4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2012 11:11:45 -0000 bf 2012-07-09 11:11:44 UTC FreeBSD ports repository Modified files: . UPDATING math Makefile cad/calculix Makefile cad/salome Makefile.ext math/metis Makefile distinfo pkg-descr pkg-plist math/metis4 Makefile pkg-descr math/mumps Makefile math/parmetis Makefile math/suitesparse Makefile math/taucs Makefile science/ecs Makefile science/mbdyn Makefile Added files: math/metis/files patch-libmetis__CMakeLists.txt Removed files: math/metis/files patch-Makefile.in Log: add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriate CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly note the restrictive license of the metis ports (while here, append the MPI port to *DEPENDS in math/parmetis, rather than using an assignment) PR: 169578 Revision Changes Path 1.1263 +15 -1 ports/UPDATING 1.39 +2 -1 ports/cad/calculix/Makefile 1.17 +3 -3 ports/cad/salome/Makefile.ext 1.791 +1 -0 ports/math/Makefile 1.21 +106 -29 ports/math/metis/Makefile 1.8 +2 -2 ports/math/metis/distinfo 1.2 +0 -25 ports/math/metis/files/patch-Makefile.in (dead) 1.1 +12 -0 ports/math/metis/files/patch-libmetis__CMakeLists.txt (new) 1.4 +3 -3 ports/math/metis/pkg-descr 1.8 +10 -21 ports/math/metis/pkg-plist 1.22 +10 -3 ports/math/metis4/Makefile 1.5 +3 -3 ports/math/metis4/pkg-descr 1.24 +1 -1 ports/math/mumps/Makefile 1.20 +10 -4 ports/math/parmetis/Makefile 1.40 +1 -1 ports/math/suitesparse/Makefile 1.18 +2 -2 ports/math/taucs/Makefile 1.15 +3 -3 ports/science/ecs/Makefile 1.31 +2 -2 ports/science/mbdyn/Makefile