diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-02 22:08:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-02 22:08:26 +0000 |
commit | 6c3191895c4322c5a9d90f3e1a3b14aa865ffc74 (patch) | |
tree | 72bfc1273f7ed3a3f20233316babd5226eeb0add /net | |
parent | 3d76ee3a6cb155494df854e37ead06490ac28fed (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/py-paho-mqtt/Makefile | 5 | ||||
-rw-r--r-- | net/py-paho-mqtt/distinfo | 5 | ||||
-rw-r--r-- | net/py-paho-mqtt/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/net/py-paho-mqtt/Makefile b/net/py-paho-mqtt/Makefile index f384b2594fee..40805e2f77ac 100644 --- a/net/py-paho-mqtt/Makefile +++ b/net/py-paho-mqtt/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= paho-mqtt -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,9 @@ 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 diff --git a/net/py-paho-mqtt/distinfo b/net/py-paho-mqtt/distinfo index 6a8607882367..fe2146c6a518 100644 --- a/net/py-paho-mqtt/distinfo +++ b/net/py-paho-mqtt/distinfo @@ -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 diff --git a/net/py-paho-mqtt/pkg-descr b/net/py-paho-mqtt/pkg-descr index b511274ce9ae..ede0c3051e31 100644 --- a/net/py-paho-mqtt/pkg-descr +++ b/net/py-paho-mqtt/pkg-descr @@ -5,4 +5,4 @@ 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/ |