git: 0d3a4789c590 - main - net/pecl-mosquitto: Cleanup

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

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

commit 0d3a4789c590da7bb867569354bb71464b1b16b8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-11-30 13:29:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-11-30 13:29:05 +0000

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

diff --git a/MOVED b/MOVED
index f1a4ef621c41..d2f3a89041de 100644
--- a/MOVED
+++ b/MOVED
@@ -17623,3 +17623,4 @@ www/ilias6||2022-11-29|Requires php74 which was EOL on 2022-11-28
 net/pecl-zmq||2022-11-29|Requires php74 which was EOL on 2022-11-28
 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
diff --git a/net/Makefile b/net/Makefile
index 62a5276971c9..802e18967723 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -466,7 +466,6 @@
     SUBDIR += mod_amd
     SUBDIR += mopd
     SUBDIR += mosh
-    SUBDIR += mosquitto
     SUBDIR += motsognir
     SUBDIR += mpd-l2tp-ipv6pd-client
     SUBDIR += mpd5
diff --git a/net/pecl-mosquitto/Makefile b/net/pecl-mosquitto/Makefile
deleted file mode 100644
index 03316aef969d..000000000000
--- a/net/pecl-mosquitto/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME=	mosquitto
-PORTVERSION=	0.4.0
-CATEGORIES=	net pear
-DISTNAME=	Mosquitto-${PORTVERSION}
-
-MAINTAINER=	gasol.wu@gmail.com
-COMMENT=	Extension for libmosquitto
-WWW=		https://pecl.php.net/package/Mosquitto
-
-LICENSE=	BSD3CLAUSE
-
-DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
-EXPIRATION_DATE=2022-11-28
-
-BUILD_DEPENDS=	mosquitto>=0:net/mosquitto
-
-USES=		php:pecl
-IGNORE_WITH_PHP=	80 81 82
-
-.include <bsd.port.mk>
diff --git a/net/pecl-mosquitto/distinfo b/net/pecl-mosquitto/distinfo
deleted file mode 100644
index 5c40ef939c97..000000000000
--- a/net/pecl-mosquitto/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1563563920
-SHA256 (PECL/Mosquitto-0.4.0.tgz) = eec599110f733afe5e0331a85d8feb354ec079b088bdca2dd81a587c5b50f8e4
-SIZE (PECL/Mosquitto-0.4.0.tgz) = 23804
diff --git a/net/pecl-mosquitto/pkg-descr b/net/pecl-mosquitto/pkg-descr
deleted file mode 100644
index 975ccc90f743..000000000000
--- a/net/pecl-mosquitto/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Mosquitto provides support for the MQTT protocol, including publishing,
-subscribing, and an event loop.