git: 0896200ddf55 - main - devel/pecl-hrtime: Cleanup

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 08 Dec 2022 17:42:17 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0896200ddf55a063fb027b5156152c5bb8b9b3a1

commit 0896200ddf55a063fb027b5156152c5bb8b9b3a1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-12-08 17:41:14 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-12-08 17:42:09 +0000

    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(-)

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.