git: bd189a7ca102 - main - graphics/povray36: mark DEPRECATED

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Fri, 25 Aug 2023 06:48:47 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd189a7ca102971f9cd91bf2d217f135d4f4b754

commit bd189a7ca102971f9cd91bf2d217f135d4f4b754
Author:     Philipp Ost <bsd@philippost.de>
AuthorDate: 2023-08-24 07:08:08 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-08-25 06:48:28 +0000

    graphics/povray36: mark DEPRECATED
    
    Use graphics/povray37 instead.
    
    While here set COMPILED_BY variable.
    
    PR:             273298
    Reported by:    bsd@philippost.de (maintainer)
---
 graphics/povray36/Makefile | 8 ++++++--
 1 file 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>