git: c3c35a9b94d3 - main - */phpbb: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 08:52:28 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3c35a9b94d3c4c2cb89481fab4eeb01943ced03 commit c3c35a9b94d3c4c2cb89481fab4eeb01943ced03 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-10 13:03:00 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-12 08:52:14 +0000 */phpbb: Mark DEPRECATED - There are more recent versions of phpbb in www/phpbb3 and chinese/phpbb3 which should be used. - These versions were released in 2008 and more or less not supposed to work with latest versions of php - Set EXPIRATION_DATE to 2024-02-29 Rather than deleting these ports phpbb3 ports should be moved here. Approved by: portmgr (blanket) --- chinese/phpbb-tw/Makefile | 3 +++ www/phpbb/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/chinese/phpbb-tw/Makefile b/chinese/phpbb-tw/Makefile index 21418257f8d9..65d63ba46133 100644 --- a/chinese/phpbb-tw/Makefile +++ b/chinese/phpbb-tw/Makefile @@ -13,6 +13,9 @@ WWW= https://www.phpbb.com/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/COPYING +DEPRECATED= Last upstream was released in 2008 use chinese/phpbb3 +EXPIRATION_DATE= 2024-02-29 + RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR} CONFLICTS_INSTALL= phpbb phpbb3 zh-phpbb3-tw # share/doc/phpbb/AUTHORS share/doc/phpbb/CHANGELOG.html diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index 7f810f1931cb..1621f25565e7 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -11,6 +11,9 @@ WWW= https://www.phpbb.com/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/COPYING +DEPRECATED= Last upstream was released in 2008 use www/phpbb3 +EXPIRATION_DATE= 2024-02-29 + RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR} CONFLICTS= phpbb-tw