From owner-svn-ports-all@freebsd.org Mon Dec 5 00:14:59 2016 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 C6A65C6784E; Mon, 5 Dec 2016 00:14:59 +0000 (UTC) (envelope-from feld@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 7C7E5193F; Mon, 5 Dec 2016 00:14:59 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB50Ewqi080612; Mon, 5 Dec 2016 00:14:58 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB50EwHo080610; Mon, 5 Dec 2016 00:14:58 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201612050014.uB50EwHo080610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 5 Dec 2016 00:14:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427823 - branches/2016Q4/devel/py-pygit2 X-SVN-Group: ports-branches 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: Mon, 05 Dec 2016 00:14:59 -0000 Author: feld Date: Mon Dec 5 00:14:58 2016 New Revision: 427823 URL: https://svnweb.freebsd.org/changeset/ports/427823 Log: MFH: r424760 devel/py-pygit2: update to 0.24.1 PR: 213821 Submitted by: jbeich Approved by: ports-secteam (with hat) Modified: branches/2016Q4/devel/py-pygit2/Makefile branches/2016Q4/devel/py-pygit2/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/py-pygit2/Makefile ============================================================================== --- branches/2016Q4/devel/py-pygit2/Makefile Mon Dec 5 00:08:23 2016 (r427822) +++ branches/2016Q4/devel/py-pygit2/Makefile Mon Dec 5 00:14:58 2016 (r427823) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.24.0 +PORTVERSION= 0.24.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,14 +15,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi LIB_DEPENDS= libgit2.so:devel/libgit2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six USES= python USE_PYTHON= autoplist distutils MAKE_ENV= LIBGIT2=${LOCALBASE} +PYDISTUTILS_TEST_TARGET?= test -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test +do-test: + @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} ${PYDISTUTILS_TEST_TARGET} ${PYDISTUTILS_TESTARGS}) post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pygit2.so ${STAGEDIR}${PYTHON_SITELIBDIR}/pygit2/_libgit2.so Modified: branches/2016Q4/devel/py-pygit2/distinfo ============================================================================== --- branches/2016Q4/devel/py-pygit2/distinfo Mon Dec 5 00:08:23 2016 (r427822) +++ branches/2016Q4/devel/py-pygit2/distinfo Mon Dec 5 00:14:58 2016 (r427823) @@ -1,2 +1,3 @@ -SHA256 (pygit2-0.24.0.tar.gz) = ba76d97e90713584c8cb9d33c81cf9156aa69d6914cd3cdbddb740a069298105 -SIZE (pygit2-0.24.0.tar.gz) = 468391 +TIMESTAMP = 1477478547 +SHA256 (pygit2-0.24.1.tar.gz) = 4d1d0196b38d6012faf0a7c45e235c208315672b6035da504566c605ba494064 +SIZE (pygit2-0.24.1.tar.gz) = 468951