diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-10 13:03:00 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-12 08:52:14 +0000 |
commit | c3c35a9b94d3c4c2cb89481fab4eeb01943ced03 (patch) | |
tree | 1adec2d175a9ced627a533f67ae6c6a2b56a2e9f | |
parent | 38706004d1f8fb6744a31850bb60feeb82b48709 (diff) |
*/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)
-rw-r--r-- | chinese/phpbb-tw/Makefile | 3 | ||||
-rw-r--r-- | www/phpbb/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
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 |