aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-08 17:41:14 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-08 17:42:09 +0000
commit0896200ddf55a063fb027b5156152c5bb8b9b3a1 (patch)
treed9e206895e0adae17dc5dbdd37ef2a4886e5a6f6
parentd9dab2c39d766e9997012352479444947aaf0044 (diff)
downloadports-0896200.tar.gz
ports-0896200.zip
devel/pecl-hrtime: Cleanup
- Requires php74 which was EOL on 2022-11-28 Sponsored by: Bounce Experts
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pecl-hrtime/Makefile17
-rw-r--r--devel/pecl-hrtime/distinfo3
-rw-r--r--devel/pecl-hrtime/pkg-descr3
5 files changed, 1 insertions, 24 deletions
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 <bsd.port.mk>
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.