diff options
author | cpm <cpm@FreeBSD.org> | 2016-07-08 07:40:32 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-07-08 07:40:32 +0800 |
commit | ad9c484bb8be9f5b1a3c3881d7c949c41a3d03d0 (patch) | |
tree | 6475d06b93f11267cabf50012655f61ed9637663 /misc | |
parent | 9c155c14d89da79dab1e0412e3a0ba17c4488cb8 (diff) | |
download | freebsd-ports-gnome-ad9c484bb8be9f5b1a3c3881d7c949c41a3d03d0.tar.gz freebsd-ports-gnome-ad9c484bb8be9f5b1a3c3881d7c949c41a3d03d0.tar.zst freebsd-ports-gnome-ad9c484bb8be9f5b1a3c3881d7c949c41a3d03d0.zip |
- Update to 2.1 release
- Fixed bugs on python2
- Added URL support
Reviewed by: feld (mentor), junovitch (mentor), koobs
Approved by: feld (mentor), junovitch (mentor), koobs
Differential Revision: D7133
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-socli/Makefile | 4 | ||||
-rw-r--r-- | misc/py-socli/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/py-socli/Makefile b/misc/py-socli/Makefile index 3e0e0bed4b76..77a53b87b346 100644 --- a/misc/py-socli/Makefile +++ b/misc/py-socli/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= socli -PORTVERSION= 1.8 +PORTVERSION= 2.1 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup \ USES= python USE_GITHUB= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils GH_ACCOUNT= gautamkrishnar diff --git a/misc/py-socli/distinfo b/misc/py-socli/distinfo index 2d18ca78ab06..9a071dae3aa9 100644 --- a/misc/py-socli/distinfo +++ b/misc/py-socli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1467672057 -SHA256 (gautamkrishnar-socli-1.8_GH0.tar.gz) = f3e462a0b5a9ce2ccf945be3a0500e37dc8c8bad293bfc12841d097a637c62d2 -SIZE (gautamkrishnar-socli-1.8_GH0.tar.gz) = 7406 +TIMESTAMP = 1467887360 +SHA256 (gautamkrishnar-socli-2.1_GH0.tar.gz) = bb434cf4d1cc8ab6024e3a72e1b0fa94a65290a53e9ecb2c979f64097dea9545 +SIZE (gautamkrishnar-socli-2.1_GH0.tar.gz) = 8432 |