git: 525392e30a59 - main - databases/pear-DoctrineDBAL: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 03 Jul 2025 09:28:54 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=525392e30a5903f3bad094895550ca227cf670f2

commit 525392e30a5903f3bad094895550ca227cf670f2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-07-02 22:20:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-07-03 09:26:35 +0000

    databases/pear-DoctrineDBAL: Mark DEPRECATED
    
    - Upstream no longer serves through PEAR channel and has been moved to
      Composer
    - Set EXPIRATION_DATE 2025-08-03
---
 databases/pear-DoctrineDBAL/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/databases/pear-DoctrineDBAL/Makefile b/databases/pear-DoctrineDBAL/Makefile
index 3001ec4f6a0e..0dab58d4cc7b 100644
--- a/databases/pear-DoctrineDBAL/Makefile
+++ b/databases/pear-DoctrineDBAL/Makefile
@@ -10,6 +10,9 @@ WWW=		https://www.doctrine-project.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream no longer serves through PEAR channel and has been moved to Composer
+EXPIRATION_DATE=	2025-08-03
+
 RUN_DEPENDS=	${PEARDIR}/Doctrine/Common/Version.php:databases/pear-DoctrineCommon@${PHP_FLAVOR} \
 		${PEARDIR}/Symfony/Component/Console/Application.php:devel/pear-Symfony_Component_Console@${PHP_FLAVOR}