From 0896200ddf55a063fb027b5156152c5bb8b9b3a1 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Thu, 8 Dec 2022 11:41:14 -0600 Subject: devel/pecl-hrtime: Cleanup - Requires php74 which was EOL on 2022-11-28 Sponsored by: Bounce Experts --- MOVED | 1 + devel/Makefile | 1 - devel/pecl-hrtime/Makefile | 17 ----------------- devel/pecl-hrtime/distinfo | 3 --- devel/pecl-hrtime/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 devel/pecl-hrtime/Makefile delete mode 100644 devel/pecl-hrtime/distinfo delete mode 100644 devel/pecl-hrtime/pkg-descr diff --git a/MOVED b/MOVED index 2dc84955d97d..98a47d936d6d 100644 --- a/MOVED +++ b/MOVED @@ -17630,3 +17630,4 @@ math/pecl-stats2||2022-12-05|Requires php74 which was EOL on 2022-11-28 devel/pecl-jsmin||2022-12-05|Requires php74 which was EOL on 2022-11-28 security/py-certbot-dns-cloudxns||2022-12-06|The CloudXNS DNS service is defunct and upstream removed plugin for it security/pam_krb5|security/pam_krb5@mit|2022-12-06|The pam_krb5 package is now the (default) mit flavor +devel/pecl-hrtime||2022-12-08|Requires php74 which was EOL on 2022-11-28 diff --git a/devel/Makefile b/devel/Makefile index 524dad708371..949749becab2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3981,7 +3981,6 @@ SUBDIR += pecl-event SUBDIR += pecl-expect SUBDIR += pecl-grpc - SUBDIR += pecl-hrtime SUBDIR += pecl-inotify SUBDIR += pecl-json_post SUBDIR += pecl-msgpack diff --git a/devel/pecl-hrtime/Makefile b/devel/pecl-hrtime/Makefile deleted file mode 100644 index 9ef36e1fb866..000000000000 --- a/devel/pecl-hrtime/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -PORTNAME= hrtime -PORTVERSION= 0.6.0 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= High resolution timing for PHP -WWW= https://pecl.php.net/package/hrtime - -LICENSE= BSD2CLAUSE - -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 - -.include diff --git a/devel/pecl-hrtime/distinfo b/devel/pecl-hrtime/distinfo deleted file mode 100644 index 7ed42158d0f9..000000000000 --- a/devel/pecl-hrtime/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1484123182 -SHA256 (PECL/hrtime-0.6.0.tgz) = f0803d08a1c65a3cff1b1fd56704a59e69fa5f527c93bc3781835e3d546f0ca5 -SIZE (PECL/hrtime-0.6.0.tgz) = 9146 diff --git a/devel/pecl-hrtime/pkg-descr b/devel/pecl-hrtime/pkg-descr deleted file mode 100644 index 9774c630c90a..000000000000 --- a/devel/pecl-hrtime/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The extension implements a high resolution StopWatch class. It uses the the best -possible APIs on different platforms. It also makes possible to implement a -custom stopwatch using low level ticks delivered by the underlaying APIs. -- cgit v1.2.3