From owner-svn-ports-head@freebsd.org Fri Feb 26 06:59:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F119AAB3D9B; Fri, 26 Feb 2016 06:59:04 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6BC2D20; Fri, 26 Feb 2016 06:59:04 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1Q6x3bQ059315; Fri, 26 Feb 2016 06:59:03 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1Q6x3jS059313; Fri, 26 Feb 2016 06:59:03 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602260659.u1Q6x3jS059313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 26 Feb 2016 06:59:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409583 - head/net-im/py-slackclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 06:59:05 -0000 Author: koobs Date: Fri Feb 26 06:59:03 2016 New Revision: 409583 URL: https://svnweb.freebsd.org/changeset/ports/409583 Log: net-im/py-slackclient: Update to 0.18.0 - Update PORTVERSION and distinfo checksum (0.18.0) - Update RUN_DEPENDS - Enable NO_ARCH (architecture independent) Changes https://github.com/slackhq/python-slackclient/blob/master/CHANGELOG.md Modified: head/net-im/py-slackclient/Makefile head/net-im/py-slackclient/distinfo Modified: head/net-im/py-slackclient/Makefile ============================================================================== --- head/net-im/py-slackclient/Makefile Fri Feb 26 06:57:33 2016 (r409582) +++ head/net-im/py-slackclient/Makefile Fri Feb 26 06:59:03 2016 (r409583) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slackclient -PORTVERSION= 0.14 +PORTVERSION= 0.18.0 CATEGORIES= net-im python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,12 @@ COMMENT= Python client for Slack.com LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websocket-client>0:${PORTSDIR}/www/py-websocket-client +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websocket-client>0:${PORTSDIR}/www/py-websocket-client \ + ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests USES= python:-2.7 USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include Modified: head/net-im/py-slackclient/distinfo ============================================================================== --- head/net-im/py-slackclient/distinfo Fri Feb 26 06:57:33 2016 (r409582) +++ head/net-im/py-slackclient/distinfo Fri Feb 26 06:59:03 2016 (r409583) @@ -1,2 +1,2 @@ -SHA256 (slackclient-0.14.tar.gz) = 94559f05b4b7a2df44c83f7931cd2529c29747860573f9cb2e4e538ce44258d1 -SIZE (slackclient-0.14.tar.gz) = 2808 +SHA256 (slackclient-0.18.0.tar.gz) = d623bfce4a014f0ff115d94697931278e870b7544cd24727445ec5e9948ad9c1 +SIZE (slackclient-0.18.0.tar.gz) = 3439