Date: Sun, 21 Jul 2019 19:57:01 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507067 - in head: . net net/pecl-mosquitto Message-ID: <201907211957.x6LJv1Zx024547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Jul 21 19:57:01 2019 New Revision: 507067 URL: https://svnweb.freebsd.org/changeset/ports/507067 Log: New/resurrected port: net/pecl-mosquitto Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop. WWW: https://pecl.php.net/package/Mosquitto Version 0.4.0 runs with PHP 7.x PR: 239317 Submitted by: Daniel Morante <daniel@morante.net> Added: head/net/pecl-mosquitto/ - copied from r481545, head/net/pecl-mosquitto/ Modified: head/MOVED head/net/Makefile head/net/pecl-mosquitto/Makefile head/net/pecl-mosquitto/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jul 21 19:32:52 2019 (r507066) +++ head/MOVED Sun Jul 21 19:57:01 2019 (r507067) @@ -10875,7 +10875,6 @@ security/py-yubioath-desktop|security/yubioath-desktop audio/amarok-kde4|audio/amarok|2018-12-28|Renamed as no longer kde4 based games/knights-kde|games/knights|2018-12-30|Switch to version from KDE Applications multimedia/kmplayer-kde4|multimedia/kmplayer|2018-12-30|Moved to KF5 based version -net/pecl-mosquitto||2018-12-30|Has expired: Works only with EOL php 5.6 net/pecl-ip2location||2018-12-30|Has expired: Works only with EOL php 5.6 net/pecl-yp||2018-12-30|Has expired: Works only with EOL php 5.6 net/pecl-oauth||2018-12-30|Has expired: Works only with EOL php 5.6 Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Jul 21 19:32:52 2019 (r507066) +++ head/net/Makefile Sun Jul 21 19:57:01 2019 (r507067) @@ -944,6 +944,7 @@ SUBDIR += pear-XML_RPC SUBDIR += pear-XML_RPC2 SUBDIR += pecl-amqp + SUBDIR += pecl-mosquitto SUBDIR += pecl-oauth2 SUBDIR += pecl-radius SUBDIR += pecl-rdkafka Modified: head/net/pecl-mosquitto/Makefile ============================================================================== --- head/net/pecl-mosquitto/Makefile Mon Oct 8 15:08:13 2018 (r481545) +++ head/net/pecl-mosquitto/Makefile Sun Jul 21 19:57:01 2019 (r507067) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= net pear DISTNAME= Mosquitto-${PORTVERSION} @@ -15,6 +14,5 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= mosquitto>=0:net/mosquitto USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 .include <bsd.port.mk> Modified: head/net/pecl-mosquitto/distinfo ============================================================================== --- head/net/pecl-mosquitto/distinfo Mon Oct 8 15:08:13 2018 (r481545) +++ head/net/pecl-mosquitto/distinfo Sun Jul 21 19:57:01 2019 (r507067) @@ -1,2 +1,3 @@ -SHA256 (PECL/Mosquitto-0.3.0.tgz) = a8875474d6502dd1ffe119857f9b971110c194e8b761f19236e935afb7de8bfa -SIZE (PECL/Mosquitto-0.3.0.tgz) = 25395 +TIMESTAMP = 1563563920 +SHA256 (PECL/Mosquitto-0.4.0.tgz) = eec599110f733afe5e0331a85d8feb354ec079b088bdca2dd81a587c5b50f8e4 +SIZE (PECL/Mosquitto-0.4.0.tgz) = 23804
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907211957.x6LJv1Zx024547>