aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-25 14:05:25 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-30 23:59:37 +0000
commit4fd0d430a77cb143002d1f4a0cc7e9be7126c21c (patch)
tree1d85302a39f3853e338df8ab4f44dd85a74fd4ba
parent71f818fb68091539bb49de464872d53f8939bf6c (diff)
downloadports-4fd0d430a77cb143002d1f4a0cc7e9be7126c21c.tar.gz
ports-4fd0d430a77cb143002d1f4a0cc7e9be7126c21c.zip
devel/phpunit7: Remove expired port:
2023-03-31 devel/phpunit7: End of Life since February 7, 2020
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/phpunit7/Makefile36
-rw-r--r--devel/phpunit7/distinfo3
-rw-r--r--devel/phpunit7/pkg-descr2
5 files changed, 1 insertions, 42 deletions
diff --git a/MOVED b/MOVED
index f24f74b4cc11..4f3c3fb4f452 100644
--- a/MOVED
+++ b/MOVED
@@ -17850,3 +17850,4 @@ databases/mysql-connector-c||2023-03-31|Has expired: C Connector is included in
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
+devel/phpunit7||2023-03-31|Has expired: End of Life since February 7, 2020
diff --git a/devel/Makefile b/devel/Makefile
index 5245d3296135..84cc7a9f78fb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4086,7 +4086,6 @@
SUBDIR += php82-sysvshm
SUBDIR += php82-tokenizer
SUBDIR += phpunit10
- SUBDIR += phpunit7
SUBDIR += phpunit8
SUBDIR += phpunit9
SUBDIR += physfs
diff --git a/devel/phpunit7/Makefile b/devel/phpunit7/Makefile
deleted file mode 100644
index dc4301b4ae74..000000000000
--- a/devel/phpunit7/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME= phpunit
-DISTVERSION= 7.5.20
-CATEGORIES= devel www
-MASTER_SITES= https://phar.phpunit.de/
-PKGNAMESUFFIX= 7${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 7, 2020
-EXPIRATION_DATE=2023-03-31
-
-CONFLICTS_INSTALL= 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/phpunit7/distinfo b/devel/phpunit7/distinfo
deleted file mode 100644
index 53e4dfd957c0..000000000000
--- a/devel/phpunit7/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1580823437
-SHA256 (phpunit-7.5.20.phar) = 472b6e275e4479bab71f2f7744d2e22ace9566a4e3cef37952e4d9c07f6d3a92
-SIZE (phpunit-7.5.20.phar) = 2748958
diff --git a/devel/phpunit7/pkg-descr b/devel/phpunit7/pkg-descr
deleted file mode 100644
index 21eeaf0118c4..000000000000
--- a/devel/phpunit7/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-PHPUnit is a regression testing framework used by the developer
-who implements unit tests in PHP.