From owner-svn-ports-all@freebsd.org Sun Jul 21 19:57:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D2430BC104; Sun, 21 Jul 2019 19:57:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B46C88DFE7; Sun, 21 Jul 2019 19:57:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A4F87C8; Sun, 21 Jul 2019 19:57:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6LJv2Gb024551; Sun, 21 Jul 2019 19:57:02 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6LJv1Zx024547; Sun, 21 Jul 2019 19:57:01 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201907211957.x6LJv1Zx024547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 21 Jul 2019 19:57:01 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head: . net net/pecl-mosquitto X-SVN-Commit-Revision: 507067 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B46C88DFE7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2019 19:57:02 -0000 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 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 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