Date: Thu, 7 Jul 2016 23:40:32 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418206 - head/misc/py-socli Message-ID: <201607072340.u67NeWFM085424@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Thu Jul 7 23:40:32 2016 New Revision: 418206 URL: https://svnweb.freebsd.org/changeset/ports/418206 Log: - 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 Modified: head/misc/py-socli/Makefile head/misc/py-socli/distinfo Modified: head/misc/py-socli/Makefile ============================================================================== --- head/misc/py-socli/Makefile Thu Jul 7 23:20:14 2016 (r418205) +++ head/misc/py-socli/Makefile Thu Jul 7 23:40:32 2016 (r418206) @@ -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}beau USES= python USE_GITHUB= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils GH_ACCOUNT= gautamkrishnar Modified: head/misc/py-socli/distinfo ============================================================================== --- head/misc/py-socli/distinfo Thu Jul 7 23:20:14 2016 (r418205) +++ head/misc/py-socli/distinfo Thu Jul 7 23:40:32 2016 (r418206) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607072340.u67NeWFM085424>