From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 16:35:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BB968B0; Fri, 27 Jun 2014 16:35:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 58CF6226C; Fri, 27 Jun 2014 16:35:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RGZ24w077224; Fri, 27 Jun 2014 16:35:02 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RGZ27d077222; Fri, 27 Jun 2014 16:35:02 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201406271635.s5RGZ27d077222@svn.freebsd.org> From: William Grzybowski Date: Fri, 27 Jun 2014 16:35:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359576 - head/devel/py-pygit2 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.18 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: Fri, 27 Jun 2014 16:35:02 -0000 Author: wg Date: Fri Jun 27 16:35:01 2014 New Revision: 359576 URL: http://svnweb.freebsd.org/changeset/ports/359576 QAT: https://qat.redports.org/buildarchive/r359576/ Log: devel/py-pygit2: update to 0.21.0 Modified: head/devel/py-pygit2/Makefile head/devel/py-pygit2/distinfo Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Fri Jun 27 16:34:48 2014 (r359575) +++ head/devel/py-pygit2/Makefile Fri Jun 27 16:35:01 2014 (r359576) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.20.3 +PORTVERSION= 0.21.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,13 @@ COMMENT= Python bindings for libgit2 LICENSE= GPLv2 -LIB_DEPENDS= libgit2.so.0.20.0:${PORTSDIR}/devel/libgit2 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:${PORTSDIR}/devel/py-cffi +LIB_DEPENDS= libgit2.so.${PORTVERSION}:${PORTSDIR}/devel/libgit2 +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes +MAKE_ENV= LIBGIT2=${LOCALBASE} .include Modified: head/devel/py-pygit2/distinfo ============================================================================== --- head/devel/py-pygit2/distinfo Fri Jun 27 16:34:48 2014 (r359575) +++ head/devel/py-pygit2/distinfo Fri Jun 27 16:35:01 2014 (r359576) @@ -1,2 +1,2 @@ -SHA256 (pygit2-0.20.3.tar.gz) = 97196f311465a2eda92e8f6c28931824bb252513e5664b2e9c4617081dd9b1c8 -SIZE (pygit2-0.20.3.tar.gz) = 146253 +SHA256 (pygit2-0.21.0.tar.gz) = cdc24084ba066234dfffd58f22e265b23f76a064b3069777e5009ff1679f2574 +SIZE (pygit2-0.21.0.tar.gz) = 150281