git: 71f818fb6809 - main - devel/phpunit6: Remove expired port:

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 31 Mar 2023 00:01:40 UTC
The branch main has been updated by bofh:

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

commit 71f818fb68091539bb49de464872d53f8939bf6c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-25 14:04:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:37 +0000

    devel/phpunit6: Remove expired port:
    
    2023-03-31 devel/phpunit6: End of Life since February 1, 2019
---
 MOVED                    |  1 +
 devel/Makefile           |  1 -
 devel/phpunit6/Makefile  | 36 ------------------------------------
 devel/phpunit6/distinfo  |  3 ---
 devel/phpunit6/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 42 deletions(-)

diff --git a/MOVED b/MOVED
index 97fe6c6b5c46..f24f74b4cc11 100644
--- a/MOVED
+++ b/MOVED
@@ -17849,3 +17849,4 @@ databases/mongodb36|databases/mongodb40|2023-03-31|Has expired: Upstream EOL rea
 databases/mysql-connector-c||2023-03-31|Has expired: C Connector is included in mysql packages since 5.6
 deskutils/horde-groupware||2023-03-31|Has expired: Requires php74
 devel/horde-whups||2023-03-31|Has expired: Requires php74
+devel/phpunit6||2023-03-31|Has expired: End of Life since February 1, 2019
diff --git a/devel/Makefile b/devel/Makefile
index 4a74a1a7bf7d..5245d3296135 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4086,7 +4086,6 @@
     SUBDIR += php82-sysvshm
     SUBDIR += php82-tokenizer
     SUBDIR += phpunit10
-    SUBDIR += phpunit6
     SUBDIR += phpunit7
     SUBDIR += phpunit8
     SUBDIR += phpunit9
diff --git a/devel/phpunit6/Makefile b/devel/phpunit6/Makefile
deleted file mode 100644
index f24cea19cf76..000000000000
--- a/devel/phpunit6/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME=	phpunit
-DISTVERSION=	6.5.14
-CATEGORIES=	devel www
-MASTER_SITES=	https://phar.phpunit.de/
-PKGNAMESUFFIX=	6${PHP_PKGNAMESUFFIX}
-EXTRACT_SUFX=	.phar
-
-MAINTAINER=	joneum@FreeBSD.org
-COMMENT=	Testing framework for unit tests
-WWW=		https://www.phpunit.de
-
-LICENSE=	BSD3CLAUSE
-
-DEPRECATED=	End of Life since February 1, 2019
-EXPIRATION_DATE=2023-03-31
-
-CONFLICTS_INSTALL=	phpunit7 phpunit8
-
-USES=		cpe php:flavors
-CPE_VENDOR=	phpunit_project
-USE_PHP=	dom json spl pcre phar
-
-NO_ARCH=	yes
-NO_BUILD=	yes
-
-PLIST_FILES=	bin/phpunit
-
-# Download isn't compressed or aggregated, it's just the single file
-do-extract:
-	${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \
-		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/devel/phpunit6/distinfo b/devel/phpunit6/distinfo
deleted file mode 100644
index db0cc584b759..000000000000
--- a/devel/phpunit6/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1549103443
-SHA256 (phpunit-6.5.14.phar) = 3ac5d3234ed2b2dd9aaaa1b33e5c275ce5d7d8f2e07ec7fa930f5036894cc689
-SIZE (phpunit-6.5.14.phar) = 2775381
diff --git a/devel/phpunit6/pkg-descr b/devel/phpunit6/pkg-descr
deleted file mode 100644
index 21eeaf0118c4..000000000000
--- a/devel/phpunit6/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-PHPUnit is a regression testing framework used by the developer
-who implements unit tests in PHP.