git: d66982a0df12 - main - databases/pear-DoctrineDBAL: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 04 Aug 2025 13:35:13 UTC
The branch main has been updated by rene:

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

commit d66982a0df12ecb909b3c0bc372127581bebe1c4
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-08-04 13:34:56 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-08-04 13:34:56 +0000

    databases/pear-DoctrineDBAL: Remove expired port
    
    2025-08-03 databases/pear-DoctrineDBAL: Upstream no longer serves through PEAR channel and has been moved to Composer
---
 MOVED                                 |  1 +
 databases/Makefile                    |  1 -
 databases/pear-DoctrineDBAL/Makefile  | 43 -----------------------------------
 databases/pear-DoctrineDBAL/distinfo  |  2 --
 databases/pear-DoctrineDBAL/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/MOVED b/MOVED
index b98b7d61c952..15de8d9a5b70 100644
--- a/MOVED
+++ b/MOVED
@@ -4707,3 +4707,4 @@ devel/bmkdep||2025-08-03|Has expired: Outdated and redundant
 astro/R-cran-maptools||2025-08-03|Has expired: Fails to build and upstream recommends using math/R-cran-sf or math/R-cran-terra instead
 security/openssl31-quictls||2025-08-04|Has expired: End-of-Life, please switch to security/quictls or OpenSSL 3.5
 security/openssl31||2025-08-04|Has expired: End-of-Life, will be removed when new vulnerabilities are reported or at end of quarter. Upgrade to security/openssl35 latest LTS
+databases/pear-DoctrineDBAL||2025-08-04|Has expired: Upstream no longer serves through PEAR channel and has been moved to Composer
diff --git a/databases/Makefile b/databases/Makefile
index e686734ab7f3..6366f565b5a1 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -517,7 +517,6 @@
     SUBDIR += pear-DB_ldap
     SUBDIR += pear-DB_ldap2
     SUBDIR += pear-DoctrineCommon
-    SUBDIR += pear-DoctrineDBAL
     SUBDIR += pear-Horde_Db
     SUBDIR += pear-Horde_HashTable
     SUBDIR += pear-Horde_Imsp
diff --git a/databases/pear-DoctrineDBAL/Makefile b/databases/pear-DoctrineDBAL/Makefile
deleted file mode 100644
index 0dab58d4cc7b..000000000000
--- a/databases/pear-DoctrineDBAL/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-PORTNAME=	DoctrineDBAL
-PORTVERSION=	2.3.4
-CATEGORIES=	databases pear
-MASTER_SITES=	http://pear.doctrine-project.org/get/
-
-MAINTAINER=	bofh@FreeBSD.org
-COMMENT=	Database abstraction layer used to power the ORM package
-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}
-
-CONFLICTS_INSTALL=	php*-pear-doctrine-DoctrineDBAL
-
-OPTIONS_DEFINE=	DBLIB MYSQL ODBC PGSQL SQLITE
-OPTIONS_DEFAULT=MYSQL
-
-DBLIB_DESC=	Install PHP DBO driver for DBLIB
-MYSQL_DESC=	Install PHP DBO driver for MySQL
-ODBC_DESC=	Install PHP DBO driver for ODBC
-PGSQL_DESC=	Install PHP DBO driver for PostgreSQL
-SQLITE_DESC=	Install PHP DBO driver for SQLite
-
-USES=		pear php:cli
-PEAR_CHANNEL=	doctrine
-
-USE_PHP=	pdo
-
-NO_ARCH=	yes
-
-DBLIB_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_dblib.so:databases/php${PHP_VER}-pdo_dblib
-MYSQL_USE=	PHP=pdo_mysql
-ODBC_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:databases/php${PHP_VER}-pdo_odbc
-PGSQL_USE=	PHP=pdo_pgsql
-SQLITE_USE=	PHP=pdo_sqlite
-
-.include <bsd.port.mk>
diff --git a/databases/pear-DoctrineDBAL/distinfo b/databases/pear-DoctrineDBAL/distinfo
deleted file mode 100644
index d32f86096ad7..000000000000
--- a/databases/pear-DoctrineDBAL/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (PEAR/DoctrineDBAL-2.3.4.tgz) = 8537155e8401dd074b8181156c50f6d3e8c1b41da99cc0d32a6c99a7b576a87e
-SIZE (PEAR/DoctrineDBAL-2.3.4.tgz) = 145485
diff --git a/databases/pear-DoctrineDBAL/pkg-descr b/databases/pear-DoctrineDBAL/pkg-descr
deleted file mode 100644
index 335c18115564..000000000000
--- a/databases/pear-DoctrineDBAL/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-The Doctrine DBAL package is the database abstraction layer used to
-power the ORM package.