1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

devel/pecl-hrtime: Cleanup

- Requires php74 which was EOL on 2022-11-28

Sponsored by:	Bounce Experts
This commit is contained in:
Muhammad Moinur Rahman 2022-12-08 11:41:14 -06:00
parent d9dab2c39d
commit 0896200ddf
5 changed files with 1 additions and 24 deletions

1
MOVED
View File

@ -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

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1484123182
SHA256 (PECL/hrtime-0.6.0.tgz) = f0803d08a1c65a3cff1b1fd56704a59e69fa5f527c93bc3781835e3d546f0ca5
SIZE (PECL/hrtime-0.6.0.tgz) = 9146

View File

@ -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.