diff options
author | ericbsd <ericturgeon.bsd@gmail.com> | 2018-04-08 03:58:48 +0800 |
---|---|---|
committer | ericbsd <ericturgeon.bsd@gmail.com> | 2018-04-08 03:58:48 +0800 |
commit | ff9f5ed8eb16cd4f249fd29fa4d63813c2e31c5a (patch) | |
tree | a6d4957b9e6c4c002801332754d3146abfe97edb /net-im/py-telepot | |
parent | 541cb332185b45d94eb17400bdf9c0ed482d1ce1 (diff) | |
parent | 6c86b10276cf6acc0aafad931ba37c43d1310e17 (diff) | |
download | freebsd-ports-gnome-ff9f5ed8eb16cd4f249fd29fa4d63813c2e31c5a.tar.gz freebsd-ports-gnome-ff9f5ed8eb16cd4f249fd29fa4d63813c2e31c5a.tar.zst freebsd-ports-gnome-ff9f5ed8eb16cd4f249fd29fa4d63813c2e31c5a.zip |
UPdate mate and mate-base ports to 1.20.0
Diffstat (limited to 'net-im/py-telepot')
-rw-r--r-- | net-im/py-telepot/Makefile | 12 | ||||
-rw-r--r-- | net-im/py-telepot/distinfo | 6 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile index 55d05f5ad778..b4f243440c33 100644 --- a/net-im/py-telepot/Makefile +++ b/net-im/py-telepot/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= telepot -PORTVERSION= 9.1 +DISTVERSION= 12.0 CATEGORIES= net-im python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,14 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${FLAVOR} -NO_ARCH= yes USES= python zip USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} >= 3500 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${FLAVOR} +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net-im/py-telepot/distinfo b/net-im/py-telepot/distinfo index 50686da7a683..282a89f348e5 100644 --- a/net-im/py-telepot/distinfo +++ b/net-im/py-telepot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472392133 -SHA256 (telepot-9.1.zip) = 568f9f104059e8d462f90c732fc991c831b5b9a542bf4ea8b95d48f0f732f017 -SIZE (telepot-9.1.zip) = 69658 +TIMESTAMP = 1518414987 +SHA256 (telepot-12.0.zip) = 9c54aebd58ee46d042f3c78870c37fb5b912326b7c2f796840a5bfd5bb60ad49 +SIZE (telepot-12.0.zip) = 82877 |