aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-11-30 13:29:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-11-30 13:29:05 +0000
commit0d3a4789c590da7bb867569354bb71464b1b16b8 (patch)
treef924f4caa4840b70c0a647b4f5ccd92d7bf14f7c
parent1def2c041b2f3775adc325ae5e8244390c8c2767 (diff)
downloadports-0d3a4789c590da7bb867569354bb71464b1b16b8.tar.gz
ports-0d3a4789c590da7bb867569354bb71464b1b16b8.zip
net/pecl-mosquitto: 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--net/Makefile1
-rw-r--r--net/pecl-mosquitto/Makefile20
-rw-r--r--net/pecl-mosquitto/distinfo3
-rw-r--r--net/pecl-mosquitto/pkg-descr2
5 files changed, 1 insertions, 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.