From owner-svn-ports-all@freebsd.org Sat Feb 22 19:31:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 23EC624A2DF; Sat, 22 Feb 2020 19:31:06 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Pz2d3PWhz4P18; Sat, 22 Feb 2020 19:31:05 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [192.168.0.3] (unknown [181.52.72.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id CDD456FCF; Sat, 22 Feb 2020 19:31:04 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Subject: Re: svn commit: r526853 - in head: . math math/metis4 math/mumps4 To: Rene Ladan , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202002221912.01MJCU9V082005@repo.freebsd.org> From: Pedro Giffuni Organization: FreeBSD Message-ID: <37f4f84a-6336-4f21-25b4-a7af1d834068@FreeBSD.org> Date: Sat, 22 Feb 2020 14:31:04 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <202002221912.01MJCU9V082005@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 22 Feb 2020 19:31:06 -0000 Hmm ... On 22/02/2020 14:12, Rene Ladan wrote: > Author: rene > Date: Sat Feb 22 19:12:30 2020 > New Revision: 526853 > URL: https://svnweb.freebsd.org/changeset/ports/526853 > > Log: > Remove math/mumps4 math/metis4. > > metis4 is expired upstream and mumps4 uses metis4. > Use the math/mumps and math/metis instead. I obsoleted metis4 but I didn't mean to obsolete MUMPS4. The reason is that MUMPS4 is under a liberal license (public domain) while MUMPS5 is copyleft. Metis4 is an *option* for MUMPS 4 (I never tested it with metis5), so I thought we could have kept it for a while. I am not asking to bring it back, but for the record I am keeping MUMPS 4 in my local distfiles to preserve it for the future. Pedro. > Deleted: > head/math/metis4/ > head/math/mumps4/ > Modified: > head/MOVED > head/math/Makefile > > Modified: head/MOVED > ============================================================================== > --- head/MOVED Sat Feb 22 19:08:35 2020 (r526852) > +++ head/MOVED Sat Feb 22 19:12:30 2020 (r526853) > @@ -14384,3 +14384,5 @@ www/trac-watchlist||2020-02-22|Has expired: Broken, us > www/twill||2020-02-22|Has expired: Broken, uses EOLed python27 > x11/wbarconf||2020-02-22|Has expired: Broken, uses EOLed python27 > x11-wm/simple-ccsm||2020-02-22|Has expired: Broken, uses EOLed python27 > +math/mumps4|math/mumps|2020-02-22|Removed, uses expired math/metis4 > +math/metis4|math/metis|2020-02-22|Has expired: EOL: use math/metis instead > > Modified: head/math/Makefile > ============================================================================== > --- head/math/Makefile Sat Feb 22 19:08:35 2020 (r526852) > +++ head/math/Makefile Sat Feb 22 19:12:30 2020 (r526853) > @@ -365,7 +365,6 @@ > SUBDIR += mbasecalc > SUBDIR += mcsim > SUBDIR += metis > - SUBDIR += metis4 > SUBDIR += mfem > SUBDIR += mingw32-libgmp > SUBDIR += minisat > @@ -384,7 +383,6 @@ > SUBDIR += mtrxmath > SUBDIR += multichoose > SUBDIR += mumps > - SUBDIR += mumps4 > SUBDIR += muparser > SUBDIR += nanoflann > SUBDIR += naturalmath