git: 0033c1b3a62e - main - graphics/xfpovray: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 22:57:21 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0033c1b3a62ef670f2a6ff626a413b078d8eeeec
commit 0033c1b3a62ef670f2a6ff626a413b078d8eeeec
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-29 14:30:40 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-29 22:53:34 +0000
graphics/xfpovray: Mark DEPRECATED
- BROKEN on all supported versions for more than 2 years after the EOL
of 12
- Set EXPIRATION_DATE 2023-12-31
- Pet portclippy
---
graphics/xfpovray/Makefile | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile
index 4dac8736b10c..73999a32dff7 100644
--- a/graphics/xfpovray/Makefile
+++ b/graphics/xfpovray/Makefile
@@ -8,17 +8,20 @@ MASTER_SITES= http://www.batse.msfc.nasa.gov/~mallozzi/home/software/xforms/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical interface to POV-Ray
-LIB_DEPENDS= libforms.so:x11-toolkits/xforms
-RUN_DEPENDS= povray:graphics/povray-meta
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= BROKEN for more than 2 years on all supported versions after the EOL of 12
+EXPIRATION_DATE= 2023-12-31
BROKEN_FreeBSD_13= does not build
BROKEN_FreeBSD_14= does not build
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= libforms.so:x11-toolkits/xforms
+RUN_DEPENDS= povray:graphics/povray-meta
USES= tar:tgz uidfix xorg
USE_XORG= x11 xext xpm
+
MAKEFILE= ${FILESDIR}/BSDmakefile
MAKE_ENV= DOCSDIR="${DOCSDIR}"