From owner-svn-ports-head@freebsd.org Sat Feb 22 19:50:13 2020 Return-Path: Delivered-To: svn-ports-head@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 B386D24AD33; Sat, 22 Feb 2020 19:50:13 +0000 (UTC) (envelope-from rene@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PzSj3DwHz40pV; Sat, 22 Feb 2020 19:50:13 +0000 (UTC) (envelope-from rene@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1185) id 4BE2D1E1B5; Sat, 22 Feb 2020 19:50:12 +0000 (UTC) Date: Sat, 22 Feb 2020 19:50:12 +0000 From: Rene Ladan To: Pedro Giffuni Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r526853 - in head: . math math/metis4 math/mumps4 Message-ID: <20200222195012.GA29794@freefall.freebsd.org> References: <202002221912.01MJCU9V082005@repo.freebsd.org> <37f4f84a-6336-4f21-25b4-a7af1d834068@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <37f4f84a-6336-4f21-25b4-a7af1d834068@FreeBSD.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2020 19:50:13 -0000 On Sat, Feb 22, 2020 at 02:31:04PM -0500, Pedro Giffuni wrote: > 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 Ah, totally overlooked that it was an option, I'll resurrect the port. > 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. > René > 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