From owner-svn-ports-all@freebsd.org Tue May 30 15:21:05 2017 Return-Path: Delivered-To: svn-ports-all@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 0D04FB7F47F; Tue, 30 May 2017 15:21:05 +0000 (UTC) (envelope-from sunpoet@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 D17E865E13; Tue, 30 May 2017 15:21:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UFL4BY076752; Tue, 30 May 2017 15:21:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFL3Gn076750; Tue, 30 May 2017 15:21:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFL3Gn076750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 May 2017 15:21:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442069 - head/devel/py-gitdb2 X-SVN-Group: ports-head 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.23 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: Tue, 30 May 2017 15:21:05 -0000 Author: sunpoet Date: Tue May 30 15:21:03 2017 New Revision: 442069 URL: https://svnweb.freebsd.org/changeset/ports/442069 Log: Update to 2.0.1 - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/gitpython-developers/gitdb/commits/2.0.1 Modified: head/devel/py-gitdb2/Makefile head/devel/py-gitdb2/distinfo Modified: head/devel/py-gitdb2/Makefile ============================================================================== --- head/devel/py-gitdb2/Makefile Tue May 30 15:20:57 2017 (r442068) +++ head/devel/py-gitdb2/Makefile Tue May 30 15:21:03 2017 (r442069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitdb2 -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap2>=2.0.0:devel/py-smmap2 NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python .include Modified: head/devel/py-gitdb2/distinfo ============================================================================== --- head/devel/py-gitdb2/distinfo Tue May 30 15:20:57 2017 (r442068) +++ head/devel/py-gitdb2/distinfo Tue May 30 15:21:03 2017 (r442069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495051521 -SHA256 (gitdb2-2.0.0.tar.gz) = b9f3209b401b8b4da5f94966c9c17650e66b7474ee5cd2dde5d983d1fba3ab66 -SIZE (gitdb2-2.0.0.tar.gz) = 392536 +TIMESTAMP = 1496153863 +SHA256 (gitdb2-2.0.1.tar.gz) = 20a6df3371e918ac651066fbc019b18d623fa4935272e11355a1746692fc9d16 +SIZE (gitdb2-2.0.1.tar.gz) = 393190