From owner-svn-ports-head@freebsd.org Sat Feb 10 08:27:19 2018 Return-Path: Delivered-To: svn-ports-head@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 E3496F0726F; Sat, 10 Feb 2018 08:27:18 +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 91A1B72C88; Sat, 10 Feb 2018 08:27:18 +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 8B547118C3; Sat, 10 Feb 2018 08:27:18 +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 w1A8RIOc036196; Sat, 10 Feb 2018 08:27:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1A8RIXA036194; Sat, 10 Feb 2018 08:27:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802100827.w1A8RIXA036194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 10 Feb 2018 08:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461365 - head/net/py-kafka-python X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/py-kafka-python X-SVN-Commit-Revision: 461365 X-SVN-Commit-Repository: ports 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.25 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: Sat, 10 Feb 2018 08:27:19 -0000 Author: yuri Date: Sat Feb 10 08:27:18 2018 New Revision: 461365 URL: https://svnweb.freebsd.org/changeset/ports/461365 Log: net/py-kafka-python: Change to USE_GITHUB Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14294 Modified: head/net/py-kafka-python/Makefile head/net/py-kafka-python/distinfo Modified: head/net/py-kafka-python/Makefile ============================================================================== --- head/net/py-kafka-python/Makefile Sat Feb 10 08:23:05 2018 (r461364) +++ head/net/py-kafka-python/Makefile Sat Feb 10 08:27:18 2018 (r461365) @@ -4,7 +4,6 @@ PORTNAME= kafka-python PORTVERSION= 1.4.1 CATEGORIES= net python -MASTER_SITES= https://github.com/dpkp/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= christer.edwards@gmail.com @@ -14,6 +13,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= python +USE_GITHUB= yes +GH_ACCOUNT= dpkp USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/net/py-kafka-python/distinfo ============================================================================== --- head/net/py-kafka-python/distinfo Sat Feb 10 08:23:05 2018 (r461364) +++ head/net/py-kafka-python/distinfo Sat Feb 10 08:27:18 2018 (r461365) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518245399 -SHA256 (kafka-python-1.4.1.tar.gz) = 5cf7a5f098ed45f6ac57e563ae93b8a06108b9d20fe537c18cc0d85af86aa479 -SIZE (kafka-python-1.4.1.tar.gz) = 302061 +TIMESTAMP = 1518250373 +SHA256 (dpkp-kafka-python-1.4.1_GH0.tar.gz) = 5cf7a5f098ed45f6ac57e563ae93b8a06108b9d20fe537c18cc0d85af86aa479 +SIZE (dpkp-kafka-python-1.4.1_GH0.tar.gz) = 302061