diff options
-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 |