aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Ost <bsd@philippost.de>2023-08-24 07:08:08 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-08-25 06:48:28 +0000
commitbd189a7ca102971f9cd91bf2d217f135d4f4b754 (patch)
treed0cf9ebc7b83e91cdeef28c1859376e3cda9917f
parentf309edaa17ac582fe7bc136c9778d72f80f15cc0 (diff)
downloadports-bd189a7ca102971f9cd91bf2d217f135d4f4b754.tar.gz
ports-bd189a7ca102971f9cd91bf2d217f135d4f4b754.zip
graphics/povray36: mark DEPRECATED
Use graphics/povray37 instead. While here set COMPILED_BY variable. PR: 273298 Reported by: bsd@philippost.de (maintainer)
-rw-r--r--graphics/povray36/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile
index 3178a8b4f547..e3b74dc4e499 100644
--- a/graphics/povray36/Makefile
+++ b/graphics/povray36/Makefile
@@ -1,6 +1,6 @@
PORTNAME= povray
PORTVERSION= 3.6.1
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \
ftp://ftp.mirrorservice.org/sites/ftp.povray.org/pub/povray/%SUBDIR%/
@@ -12,6 +12,9 @@ MAINTAINER= bsd@philippost.de
COMMENT= Persistence of Vision Ray Tracer
WWW= https://www.povray.org/
+DEPRECATED= No longer supported upstream; use POV-Ray 3.7 instead
+EXPIRATION_DATE= 2023-09-30
+
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff
@@ -45,7 +48,8 @@ CONFIGURE_ARGS= --disable-optimiz
CONFIGURE_ARGS+= --x-includes="${LOCALBASE}/include" --includedir=${LOCALBASE} \
CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" \
- LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ COMPILED_BY=${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R} \
--program-transform-name='s/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/'
.include <bsd.port.post.mk>