From owner-svn-ports-all@freebsd.org Mon Feb 12 06:09:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41A25F1C1AF; Mon, 12 Feb 2018 06:09:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFEF7818E6; Mon, 12 Feb 2018 06:09:32 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D679F60B9; Mon, 12 Feb 2018 06:09:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1C69WnY022016; Mon, 12 Feb 2018 06:09:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1C69WFf022014; Mon, 12 Feb 2018 06:09:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802120609.w1C69WFf022014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 12 Feb 2018 06:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461555 - head/net-im/py-telepot X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-im/py-telepot X-SVN-Commit-Revision: 461555 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 06:09:33 -0000 Author: yuri Date: Mon Feb 12 06:09:32 2018 New Revision: 461555 URL: https://svnweb.freebsd.org/changeset/ports/461555 Log: net-im/py-telepot: Update to 12.0 Additional port changes: * Changed to DISTVERSION * Added www/py-aiohttp dependency for python 3.5+, as per setup.py Reported by: portscout Approved by: tcberner (mentor, implicit) Modified: head/net-im/py-telepot/Makefile head/net-im/py-telepot/distinfo Modified: head/net-im/py-telepot/Makefile ============================================================================== --- head/net-im/py-telepot/Makefile Mon Feb 12 05:55:07 2018 (r461554) +++ head/net-im/py-telepot/Makefile Mon Feb 12 06:09:32 2018 (r461555) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= telepot -PORTVERSION= 9.1 +DISTVERSION= 12.0 CATEGORIES= net-im python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,14 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${FLAVOR} -NO_ARCH= yes USES= python zip USE_PYTHON= distutils autoplist +NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} >= 3500 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${FLAVOR} +.endif + +.include Modified: head/net-im/py-telepot/distinfo ============================================================================== --- head/net-im/py-telepot/distinfo Mon Feb 12 05:55:07 2018 (r461554) +++ head/net-im/py-telepot/distinfo Mon Feb 12 06:09:32 2018 (r461555) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472392133 -SHA256 (telepot-9.1.zip) = 568f9f104059e8d462f90c732fc991c831b5b9a542bf4ea8b95d48f0f732f017 -SIZE (telepot-9.1.zip) = 69658 +TIMESTAMP = 1518414987 +SHA256 (telepot-12.0.zip) = 9c54aebd58ee46d042f3c78870c37fb5b912326b7c2f796840a5bfd5bb60ad49 +SIZE (telepot-12.0.zip) = 82877