Index: head/net/py-paho-mqtt/Makefile =================================================================== --- head/net/py-paho-mqtt/Makefile (revision 492019) +++ head/net/py-paho-mqtt/Makefile (revision 492020) @@ -1,18 +1,19 @@ # $FreeBSD$ PORTNAME= paho-mqtt -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= joe@thrallingpenguin.com COMMENT= MQTT version 3.1/3.1.1 client class LICENSE= EPL +LICENSE_FILE= ${WRKSRC}/epl-v10 -USES= shebangfix python +USES= python shebangfix USE_PYTHON= distutils autoplist SHEBANG_FILES= examples/*.py .include Index: head/net/py-paho-mqtt/distinfo =================================================================== --- head/net/py-paho-mqtt/distinfo (revision 492019) +++ head/net/py-paho-mqtt/distinfo (revision 492020) @@ -1,2 +1,3 @@ -SHA256 (paho-mqtt-1.1.tar.gz) = 0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e -SIZE (paho-mqtt-1.1.tar.gz) = 41788 +TIMESTAMP = 1549145054 +SHA256 (paho-mqtt-1.2.tar.gz) = 9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f +SIZE (paho-mqtt-1.2.tar.gz) = 49238 Index: head/net/py-paho-mqtt/pkg-descr =================================================================== --- head/net/py-paho-mqtt/pkg-descr (revision 492019) +++ head/net/py-paho-mqtt/pkg-descr (revision 492020) @@ -1,8 +1,8 @@ Python MQTT version 3.1/3.1.1 client class The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. -WWW: http://eclipse.org/paho +WWW: https://www.eclipse.org/paho/