git: f744e8b4a791 - main - www/template_: Mark BROKEN, deprecate and set expiration date to 2024-09-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Aug 2024 19:54:51 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f744e8b4a791d91ea9cbe3d8762cc3e87362ac6a commit f744e8b4a791d91ea9cbe3d8762cc3e87362ac6a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-08-25 17:44:36 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-08-25 19:54:36 +0000 www/template_: Mark BROKEN, deprecate and set expiration date to 2024-09-30 Unmaintained and latest upstream version is 2.2.8 released in 2015. Latest version only supports PHP up to version 7 which no longer is available in tree Reference: https://tpl.xtac.net/download/ --- www/template_/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/template_/Makefile b/www/template_/Makefile index 6fc655b0c3d3..2d6cdaea576e 100644 --- a/www/template_/Makefile +++ b/www/template_/Makefile @@ -10,6 +10,10 @@ WWW= https://www.xtac.net/ LICENSE= LGPL20+ +BROKEN= Not compatible with PHP 8 +DEPRECATED= Abandonware, outdated and last version released upstream was released in 2015 +EXPIRATION_DATE=2024-09-30 + FETCH_ARGS+= -o ${DISTNAME}.tar.gz USES= php:web