git: 5afff82b9302 - main - www/dolibbar*: Set DEPRECATED and EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Mar 2023 23:35:13 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=5afff82b93029f25a18f21f55e6c0bae51044999 commit 5afff82b93029f25a18f21f55e6c0bae51044999 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2023-03-16 23:29:55 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-03-16 23:33:14 +0000 www/dolibbar*: Set DEPRECATED and EXPIRATION_DATE - dolibbar13, 14 and 15 are DEPRECATED. PHP >= 8.x is not supported by them --- www/dolibarr13/Makefile | 3 +++ www/dolibarr14/Makefile | 3 +++ www/dolibarr15/Makefile | 3 +++ 3 files changed, 9 insertions(+) diff --git a/www/dolibarr13/Makefile b/www/dolibarr13/Makefile index e6f93680f0db..45a8fda9f282 100644 --- a/www/dolibarr13/Makefile +++ b/www/dolibarr13/Makefile @@ -7,6 +7,9 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Modern software package to manage your company or foundation WWW= https://www.dolibarr.org/ +DEPRECATED= No support PHP >= 8.x +EXPIRATION_DATE=2023-04-30 + LICENSE= GPLv3 USE_GITHUB= yes diff --git a/www/dolibarr14/Makefile b/www/dolibarr14/Makefile index 5ed759d3bbb8..0b518052e623 100644 --- a/www/dolibarr14/Makefile +++ b/www/dolibarr14/Makefile @@ -6,6 +6,9 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Modern software package to manage your company or foundation WWW= https://www.dolibarr.org/ +DEPRECATED= No support PHP >= 8.x +EXPIRATION_DATE=2023-04-30 + LICENSE= GPLv3 USE_GITHUB= yes diff --git a/www/dolibarr15/Makefile b/www/dolibarr15/Makefile index 14b22133952b..120671dca3ba 100644 --- a/www/dolibarr15/Makefile +++ b/www/dolibarr15/Makefile @@ -6,6 +6,9 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Modern software package to manage your company or foundation WWW= https://www.dolibarr.org/ +DEPRECATED= No support PHP >= 8.x +EXPIRATION_DATE=2023-04-30 + LICENSE= GPLv3 USE_GITHUB= yes