diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 19:18:28 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 22:53:39 +0000 |
commit | 79d04abeb7fc6120ce743a82f4205ecdbe7ec6d7 (patch) | |
tree | 7eda99e22d1980f21777c37cf24cb203b2df8cdd | |
parent | 86f72fda934a9d8fbd7d591d053917a19726aa13 (diff) |
cad/jspice3: Mark DEPRECATED
- BROKEN on all supported versions for more than 2 years after the EOL of 12
- Set EXPIRATION_DATE 2023-12-31
-rw-r--r-- | cad/jspice3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/jspice3/Makefile b/cad/jspice3/Makefile index 5146ce6ece15..bf0fa3ced1c4 100644 --- a/cad/jspice3/Makefile +++ b/cad/jspice3/Makefile @@ -7,6 +7,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Adaptation of the Berkeley Spice3f4 with superconductivity WWW= http://www.wrcad.com/jspice3.html +DEPRECATED= BROKEN for more than 2 years on all supported versions after the EOL of 12 +EXPIRATION_DATE= 2023-12-31 BROKEN_aarch64= fails to install: jspice3: No such file or directory BROKEN_riscv64= fails to install: jspice3: No such file or directory BROKEN_FreeBSD_13= fails to install: jspice3: No such file or directory |