From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 14:21:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 218D83C3; Mon, 29 Sep 2014 14:21:28 +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 0DD81130; Mon, 29 Sep 2014 14:21:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TELR6R046034; Mon, 29 Sep 2014 14:21:27 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TELRDp046032; Mon, 29 Sep 2014 14:21:27 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409291421.s8TELRDp046032@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 29 Sep 2014 14:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369518 - 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-1 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, 29 Sep 2014 14:21:28 -0000 Author: wg Date: Mon Sep 29 14:21:26 2014 New Revision: 369518 URL: http://svnweb.freebsd.org/changeset/ports/369518 QAT: https://qat.redports.org/buildarchive/r369518/ Log: devel/py-pygit2: update to 0.21.1 - USES python Modified: head/devel/py-pygit2/Makefile head/devel/py-pygit2/distinfo Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Mon Sep 29 14:09:10 2014 (r369517) +++ head/devel/py-pygit2/Makefile Mon Sep 29 14:21:26 2014 (r369518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.21.0 +PORTVERSION= 0.21.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,11 @@ COMMENT= Python bindings for libgit2 LICENSE= GPLv2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:${PORTSDIR}/devel/py-cffi -LIB_DEPENDS= libgit2.so.${PORTVERSION}:${PORTSDIR}/devel/libgit2 +LIB_DEPENDS= libgit2.so.0.${PORTVERSION:R:E}.0:${PORTSDIR}/devel/libgit2 RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils MAKE_ENV= LIBGIT2=${LOCALBASE} .include Modified: head/devel/py-pygit2/distinfo ============================================================================== --- head/devel/py-pygit2/distinfo Mon Sep 29 14:09:10 2014 (r369517) +++ head/devel/py-pygit2/distinfo Mon Sep 29 14:21:26 2014 (r369518) @@ -1,2 +1,2 @@ -SHA256 (pygit2-0.21.0.tar.gz) = cdc24084ba066234dfffd58f22e265b23f76a064b3069777e5009ff1679f2574 -SIZE (pygit2-0.21.0.tar.gz) = 150281 +SHA256 (pygit2-0.21.1.tar.gz) = 00bdf828a1c6fd55a8308fc50214611329d9021b58e812a63776e7f3a0b5af14 +SIZE (pygit2-0.21.1.tar.gz) = 415688