aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-05 14:42:38 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-05 14:42:38 +0000
commit4d314874e0e79560c0f2176059d3b766b5fbf75d (patch)
treed2f5197822b01ffbfc82788e648296557658a1c7
parent30344125c070296a9a406cdfb8c2e95f9433826f (diff)
downloadports-4d314874.tar.gz
ports-4d314874.zip
math/pecl-stats2: Cleanup
- Requires php74 which was EOL on 2022-11-28 Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/pecl-stats2/Makefile20
-rw-r--r--math/pecl-stats2/distinfo3
-rw-r--r--math/pecl-stats2/pkg-descr2
5 files changed, 1 insertions, 26 deletions
diff --git a/MOVED b/MOVED
index b30a80177b66..0cd74a69a4e5 100644
--- a/MOVED
+++ b/MOVED
@@ -17629,3 +17629,4 @@ deskutils/egroupware||2022-12-01|Requires php74 which was EOL on 2022-11-28
devel/pecl-APCu_bc||2022-12-01|Requires php74 which was EOL on 2022-11-28
textproc/google-translate-cli|textproc/translate-shell|2022-12-02|Renamed by upstream
net-mgmt/zabbix4-frontend||2022-12-05|Requires php74 which was EOL on 2022-11-28
+math/pecl-stats2||2022-12-05|Requires php74 which was EOL on 2022-11-28
diff --git a/math/Makefile b/math/Makefile
index 9d179022eabf..b18c28517c66 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -819,7 +819,6 @@
SUBDIR += pear-Math_BigInteger
SUBDIR += pear-Math_Combinatorics
SUBDIR += pecl-bitset
- SUBDIR += pecl-stats2
SUBDIR += permlib
SUBDIR += petanque
SUBDIR += petiga
diff --git a/math/pecl-stats2/Makefile b/math/pecl-stats2/Makefile
deleted file mode 100644
index 8c0fe474b1df..000000000000
--- a/math/pecl-stats2/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= stats
-PORTVERSION= 2.0.3
-CATEGORIES= math textproc pear
-
-MAINTAINER= dbaio@FreeBSD.org
-COMMENT= PECL extension with routines for statistical computation
-WWW= https://pecl.php.net/package/stats
-
-LICENSE= PHP301
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
-EXPIRATION_DATE=2022-11-28
-
-USES= php:pecl
-IGNORE_WITH_PHP= 80 81 82
-
-PORTSCOUT= limit:^2.*
-
-.include <bsd.port.mk>
diff --git a/math/pecl-stats2/distinfo b/math/pecl-stats2/distinfo
deleted file mode 100644
index 09a71c9fb819..000000000000
--- a/math/pecl-stats2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1474117131
-SHA256 (PECL/stats-2.0.3.tgz) = 7f2bc60136594cea27d9f997a6622270408ca90c4428f6f2e20938c88fab1b57
-SIZE (PECL/stats-2.0.3.tgz) = 112280
diff --git a/math/pecl-stats2/pkg-descr b/math/pecl-stats2/pkg-descr
deleted file mode 100644
index 068a855cf22f..000000000000
--- a/math/pecl-stats2/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Extension for PHP that provides few dozens routines for statistical
-computation.