Date: Mon, 5 Dec 2022 14:43:47 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4d314874e0e7 - main - math/pecl-stats2: Cleanup Message-ID: <202212051443.2B5Ehlle082363@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d314874e0e79560c0f2176059d3b766b5fbf75d commit 4d314874e0e79560c0f2176059d3b766b5fbf75d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-12-05 14:42:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-05 14:42:38 +0000 math/pecl-stats2: Cleanup - Requires php74 which was EOL on 2022-11-28 Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts --- MOVED | 1 + math/Makefile | 1 - math/pecl-stats2/Makefile | 20 -------------------- math/pecl-stats2/distinfo | 3 --- math/pecl-stats2/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212051443.2B5Ehlle082363>