From owner-svn-ports-head@freebsd.org Sun May 6 15:49:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34757FBDBED; Sun, 6 May 2018 15:49:40 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC3A2765F4; Sun, 6 May 2018 15:49:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD2726BAA; Sun, 6 May 2018 15:49:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w46FndfC041171; Sun, 6 May 2018 15:49:39 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w46Fnd76041170; Sun, 6 May 2018 15:49:39 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201805061549.w46Fnd76041170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Sun, 6 May 2018 15:49:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469232 - head/math/freemat X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: head/math/freemat X-SVN-Commit-Revision: 469232 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 06 May 2018 15:49:40 -0000 Author: brooks Date: Sun May 6 15:49:39 2018 New Revision: 469232 URL: https://svnweb.freebsd.org/changeset/ports/469232 Log: Deprecate FreeMAT. Set the expiration date to just after the 5th anniversary of the last release (this should allow it to appear in the 2018Q3 quarterly to allow more time for mirgration). FreeMAT is large and complex software with no sign of upstream development (or even list/group traffic). It is the sole remaining dependency on lang/clang33 and devel/llvm33. Modified: head/math/freemat/Makefile Modified: head/math/freemat/Makefile ============================================================================== --- head/math/freemat/Makefile Sun May 6 15:39:46 2018 (r469231) +++ head/math/freemat/Makefile Sun May 6 15:49:39 2018 (r469232) @@ -13,6 +13,9 @@ COMMENT= Numerical computing environment LICENSE= GPLv2 +DEPRECATED= Complex, unmaintained software with obsolete dependencies +EXPIRATION_DATE= 2018-07-01 + BUILD_DEPENDS= ${LOCALBASE}/share/llvm33/cmake/LLVMConfig.cmake:devel/llvm33 \ ${LOCALBASE}/llvm33/lib/libclang.a:lang/clang33 LIB_DEPENDS= libarpack.so:math/arpack \