Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2019 22:14:00 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500442 - head/math/gracetmpl
Message-ID:  <201904292214.x3TME0wv064022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Apr 29 22:13:59 2019
New Revision: 500442
URL: https://svnweb.freebsd.org/changeset/ports/500442

Log:
  math/gracetmpl: mark deprecated
  
  Last release of this long unmaintained port was done 15 years ago and it
  has no dependent ports. In the same time it depends upon Numarray, that
  is long deprecated upstream itself - it was replaced with Numeric, then
  with NumPy. Set to expire in at 2019-04-30.

Modified:
  head/math/gracetmpl/Makefile

Modified: head/math/gracetmpl/Makefile
==============================================================================
--- head/math/gracetmpl/Makefile	Mon Apr 29 21:18:33 2019	(r500441)
+++ head/math/gracetmpl/Makefile	Mon Apr 29 22:13:59 2019	(r500442)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-$
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Provide an easy way to use existing grace-files as a template
 
+DEPRECATED=	Long unmaintained abandonware; depends on stale numarray
+EXPIRATION_DATE=	2019-05-30
+
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/numarray/__init__.py:math/py-numarray@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/numarray/__init__.py:math/py-numarray@${PY_FLAVOR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904292214.x3TME0wv064022>