aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-25 14:04:21 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-30 23:59:37 +0000
commit71f818fb68091539bb49de464872d53f8939bf6c (patch)
tree06a7a3f56fbb0348144be5b638462c7efdeb3c6f
parent7703137d1689af01ae8cb5d04f09447130053f95 (diff)
downloadports-71f818fb68091539bb49de464872d53f8939bf6c.tar.gz
ports-71f818fb68091539bb49de464872d53f8939bf6c.zip
devel/phpunit6: Remove expired port:
2023-03-31 devel/phpunit6: End of Life since February 1, 2019
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/phpunit6/Makefile36
-rw-r--r--devel/phpunit6/distinfo3
-rw-r--r--devel/phpunit6/pkg-descr2
5 files changed, 1 insertions, 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.