Skip to content

Commit

Permalink
graphics/povray36: mark DEPRECATED
Browse files Browse the repository at this point in the history
Use graphics/povray37 instead.

While here set COMPILED_BY variable.

PR:		273298
Reported by:	bsd@philippost.de (maintainer)
  • Loading branch information
Philipp Ost authored and fernape committed Aug 25, 2023
1 parent f309eda commit bd189a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions 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%/
Expand All @@ -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

Expand Down Expand Up @@ -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>

0 comments on commit bd189a7

Please sign in to comment.