git: 63058d39df8d - main - www/unit-php: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 11:50:50 UTC
The branch main has been updated by rene:

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

commit 63058d39df8d16d4e29acbc2ff63448a333b6453
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:50:43 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:50:43 +0000

    www/unit-php: Remove expired port
    
    2025-12-31 www/unit-php: Upstream repo archived on Oct 8 2025
---
 MOVED                 |  1 +
 www/Makefile          |  1 -
 www/unit-php/Makefile | 33 ---------------------------------
 3 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/MOVED b/MOVED
index 003bd062e500..61ad1367fca4 100644
--- a/MOVED
+++ b/MOVED
@@ -4960,3 +4960,4 @@ japanese/eterm||2025-12-31|Has expired: unmaintained upstream, use x11/terminolo
 x11/eterm||2025-12-31|Has expired: unmaintained upstream, use x11/terminology instead
 databases/pgpool-II-42||2025-12-31|Has expired: Upstream EOL reaches on 2025-11-30
 www/unit-perl||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
+www/unit-php||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
diff --git a/www/Makefile b/www/Makefile
index f1f281035c34..57cb70b0d8f8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2647,7 +2647,6 @@
     SUBDIR += ungoogled-chromium
     SUBDIR += unit
     SUBDIR += unit-java
-    SUBDIR += unit-php
     SUBDIR += unit-ruby
     SUBDIR += unit-wasm
     SUBDIR += unitc
diff --git a/www/unit-php/Makefile b/www/unit-php/Makefile
deleted file mode 100644
index b9656fd51fa4..000000000000
--- a/www/unit-php/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
-
-UNIT_MODNAME=	php${PHP_VER}
-
-COMMENT=	PHP module for NGINX Unit
-
-PLIST_FILES=	libexec/unit/modules/${UNIT_MODNAME}.unit.so
-
-RUN_DEPENDS=	unitd:www/unit
-
-USES=		php:build,embed,flavors
-
-USE_RC_SUBR=	# reset to empty
-
-MASTERDIR=	${.CURDIR}/../unit
-
-post-configure:
-	cd ${CONFIGURE_WRKSRC} && \
-	${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} php \
-		--lib-path=${LOCALBASE}/lib \
-		--module=${UNIT_MODNAME}
-
-do-build:
-	cd ${CONFIGURE_WRKSRC} && \
-	${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
-		${MAKEFILE} ${MAKE_ARGS} ${UNIT_MODNAME}
-
-do-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules/
-	${INSTALL_LIB} ${WRKSRC}/build/lib/unit/modules/${UNIT_MODNAME}.unit.so \
-		${STAGEDIR}${PREFIX}/libexec/unit/modules/
-
-.include "${MASTERDIR}/Makefile"