git: 0a10e7421002 - main - devel/pecl-jsond: Cleanup

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 30 Nov 2022 13:42:17 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a10e74210021c8e2611965ba2b364ede04cf3e5

commit 0a10e74210021c8e2611965ba2b364ede04cf3e5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-11-30 13:41:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-11-30 13:42:09 +0000

    devel/pecl-jsond: Cleanup
    
    - Requires php74 which was EOL on 2022-11-28
    
    Approved by:    portmgr (blanket infrastructure)
    Sponsored by:   Bounce Experts
---
 MOVED                      |  1 +
 devel/Makefile             |  1 -
 devel/pecl-jsond/Makefile  | 17 -----------------
 devel/pecl-jsond/distinfo  |  3 ---
 devel/pecl-jsond/pkg-descr |  1 -
 5 files changed, 1 insertion(+), 22 deletions(-)

diff --git a/MOVED b/MOVED
index 3abc40bb32ce..fcef7be15120 100644
--- a/MOVED
+++ b/MOVED
@@ -17625,3 +17625,4 @@ textproc/php-mecab||2022-11-29|Requires php74 which was EOL on 2022-11-28
 sysutils/ganglia-webfrontend||2022-11-29|Requires php74 which was EOL on 2022-11-28
 net/pecl-mosquitto||2022-11-30|Requires php74 which was EOL on 2022-11-28
 devel/pecl-propro2||2022-11-30|Requires php74 which was EOL on 2022-11-28
+devel/pecl-jsond||2022-11-30|Requires php74 which was EOL on 2022-11-28
diff --git a/devel/Makefile b/devel/Makefile
index 2e0f4babad5b..cce2d8833d0e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3985,7 +3985,6 @@
     SUBDIR += pecl-inotify
     SUBDIR += pecl-jsmin
     SUBDIR += pecl-json_post
-    SUBDIR += pecl-jsond
     SUBDIR += pecl-msgpack
     SUBDIR += pecl-mustache
     SUBDIR += pecl-protobuf
diff --git a/devel/pecl-jsond/Makefile b/devel/pecl-jsond/Makefile
deleted file mode 100644
index 3b3a069023b7..000000000000
--- a/devel/pecl-jsond/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-PORTNAME=	jsond
-DISTVERSION=	1.4.0
-CATEGORIES=	devel
-
-MAINTAINER=	gasol.wu@gmail.com
-COMMENT=	JavaScript Object Notation in PHP
-WWW=		https://pecl.php.net/package/jsond
-
-LICENSE=	PHP301
-
-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-jsond/distinfo b/devel/pecl-jsond/distinfo
deleted file mode 100644
index aacb92176515..000000000000
--- a/devel/pecl-jsond/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1521059337
-SHA256 (PECL/jsond-1.4.0.tgz) = 09e6637ecb9808dd1ad2bf0d14fc48a084011a44c7c8caa97b8366fecca69b47
-SIZE (PECL/jsond-1.4.0.tgz) = 86142
diff --git a/devel/pecl-jsond/pkg-descr b/devel/pecl-jsond/pkg-descr
deleted file mode 100644
index 7e869614df21..000000000000
--- a/devel/pecl-jsond/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This is a drop-in alternative to the standard PHP JSON extension.