aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-11-30 13:41:06 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-11-30 13:42:09 +0000
commit0a10e74210021c8e2611965ba2b364ede04cf3e5 (patch)
tree11b193c66d43dae658c83711c58da3129c9c45eb
parent81e48a6e3d455c8d146b98e045729b649e8de3b4 (diff)
downloadports-0a10e74210021c8e2611965ba2b364ede04cf3e5.tar.gz
ports-0a10e74210021c8e2611965ba2b364ede04cf3e5.zip
devel/pecl-jsond: Cleanup
- Requires php74 which was EOL on 2022-11-28 Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pecl-jsond/Makefile17
-rw-r--r--devel/pecl-jsond/distinfo3
-rw-r--r--devel/pecl-jsond/pkg-descr1
5 files changed, 1 insertions, 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.