diff options
author | cpm <cpm@FreeBSD.org> | 2017-04-09 19:27:53 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-04-09 19:27:53 +0800 |
commit | 84e2b6437a344adc72f1d7eaf184d3388cd32c22 (patch) | |
tree | 865f71a1dfcb82371a7b6b0851423a53e3d0b59d /misc/py-socli | |
parent | 861ea538d772c5c620e49ca570137f72467563c5 (diff) | |
download | freebsd-ports-gnome-84e2b6437a344adc72f1d7eaf184d3388cd32c22.tar.gz freebsd-ports-gnome-84e2b6437a344adc72f1d7eaf184d3388cd32c22.tar.zst freebsd-ports-gnome-84e2b6437a344adc72f1d7eaf184d3388cd32c22.zip |
misc/py-socli: update to 3.5
- Update PORTVERSION and distinfo checksum (3.5)
- Add devel/py-urwid dependency
Changelog: https://github.com/gautamkrishnar/socli/blob/master/CHANGELOG.rst
Diffstat (limited to 'misc/py-socli')
-rw-r--r-- | misc/py-socli/Makefile | 3 | ||||
-rw-r--r-- | misc/py-socli/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/py-socli/Makefile b/misc/py-socli/Makefile index fd327b11e4b8..0ae5400cb75d 100644 --- a/misc/py-socli/Makefile +++ b/misc/py-socli/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= socli -PORTVERSION= 3.4 +PORTVERSION= 3.5 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama \ + ${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}stackexchange>=0:devel/py-stackexchange diff --git a/misc/py-socli/distinfo b/misc/py-socli/distinfo index 10644966d93a..1b5a0b1ceb79 100644 --- a/misc/py-socli/distinfo +++ b/misc/py-socli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489080427 -SHA256 (gautamkrishnar-socli-3.4_GH0.tar.gz) = 0001d0467855897167e6a44fa72ee476fa97a77fe958ae4d6da2c86e249b3182 -SIZE (gautamkrishnar-socli-3.4_GH0.tar.gz) = 15821 +TIMESTAMP = 1491735810 +SHA256 (gautamkrishnar-socli-3.5_GH0.tar.gz) = 5aca5d45604aa1edcf3ae1b84d8ab07d59c28cc02613a9129d40f6e3c954e65f +SIZE (gautamkrishnar-socli-3.5_GH0.tar.gz) = 27320 |