svn commit: r500442 - head/math/gracetmpl

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Apr 29 22:14:00 UTC 2019


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 at 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}
 


More information about the svn-ports-all mailing list