[Bug 283148] www/webtrees20: mark deprecated and set expiration_date

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 09 Dec 2024 11:18:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283148

--- Comment #3 from Krzysztof <ports@bsdserwis.com> ---
OK, So I have "show stopper" :-)

currently (new) Makefile looks like this:
[...]

PKGNAMESUFFIX=  21 # (or 22 for new port)

[...]

WWWDIR=         ${PREFIX}/www/webtrees${PKGNAMESUFFIX}
DOCSDIR=        ${PREFIX}/share/doc/webtrees${PKGNAMESUFFIX}

with php-flavors it could be like this:

PKGNAMESUFFIX=  21${PHP_PKGNAMESUFFIX}

and how to "automate" these variables?

WWWDIR=         ${PREFIX}/www/webtrees${PKGNAMESUFFIX}
DOCSDIR=        ${PREFIX}/share/doc/webtrees${PKGNAMESUFFIX}

Maybe I can use/set VERSION_SUFFIX?

Maybe my question is very stupid, but I'm (still) begginer as port maintainer
:-)))

Thanks a lot for any suggestions.

-- 
You are receiving this mail because:
You are the assignee for the bug.