diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2019-04-30 06:13:59 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2019-04-30 06:13:59 +0800 |
commit | f5edc757367aa464caaa4c7bdec0c90fa646a096 (patch) | |
tree | 065b47b4585f9ae0a03a2257cb8f1546b9aae8bf /math | |
parent | 6fc58a2b71ea38dddfcd397a0a8bbbe801843cfa (diff) | |
download | freebsd-ports-gnome-f5edc757367aa464caaa4c7bdec0c90fa646a096.tar.gz freebsd-ports-gnome-f5edc757367aa464caaa4c7bdec0c90fa646a096.tar.zst freebsd-ports-gnome-f5edc757367aa464caaa4c7bdec0c90fa646a096.zip |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/gracetmpl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/gracetmpl/Makefile b/math/gracetmpl/Makefile index 5ccec23232d1..25376dc44094 100644 --- a/math/gracetmpl/Makefile +++ b/math/gracetmpl/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} 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} |