diff options
author | cpm <cpm@FreeBSD.org> | 2017-02-02 00:43:33 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-02-02 00:43:33 +0800 |
commit | eec962c438064a968240c2a72f508c3246b9c47e (patch) | |
tree | e16b9376287b5c48b3ccc3154f118bc41a98861e /misc/py-socli | |
parent | ef7cb64098b4df61d33194433891d70314be17f2 (diff) | |
download | freebsd-ports-gnome-eec962c438064a968240c2a72f508c3246b9c47e.tar.gz freebsd-ports-gnome-eec962c438064a968240c2a72f508c3246b9c47e.tar.zst freebsd-ports-gnome-eec962c438064a968240c2a72f508c3246b9c47e.zip |
misc/py-socli: Update to 3.0
- Update PORTVERSION and distinfo checksum (3.0)
- Add devel/py-colorama dependency
Changes: https://github.com/gautamkrishnar/socli/releases/tag/3.0
Diffstat (limited to 'misc/py-socli')
-rw-r--r-- | misc/py-socli/Makefile | 5 | ||||
-rw-r--r-- | misc/py-socli/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/py-socli/Makefile b/misc/py-socli/Makefile index b00f69fa5c76..fcc807507e74 100644 --- a/misc/py-socli/Makefile +++ b/misc/py-socli/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= socli -PORTVERSION= 2.9 +PORTVERSION= 3.0 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Stack overflow command line interface LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests USES= dos2unix python diff --git a/misc/py-socli/distinfo b/misc/py-socli/distinfo index 1de80497d7b0..76af70b26091 100644 --- a/misc/py-socli/distinfo +++ b/misc/py-socli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483991989 -SHA256 (gautamkrishnar-socli-2.9_GH0.tar.gz) = 8f8220ae406e59d185d229aeb7c48f5b5fc983b61a83d3f6ddb2fa9423894ed2 -SIZE (gautamkrishnar-socli-2.9_GH0.tar.gz) = 12540 +TIMESTAMP = 1485956830 +SHA256 (gautamkrishnar-socli-3.0_GH0.tar.gz) = 448907f3f42241945ad32400be96557ddaf2bf96cf45802f7640c261f370d1ca +SIZE (gautamkrishnar-socli-3.0_GH0.tar.gz) = 13010 |