Date: Mon, 29 Sep 2014 14:21:27 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369518 - head/devel/py-pygit2 Message-ID: <201409291421.s8TELRDp046032@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409291421.s8TELRDp046032>