Date: Sat, 28 Nov 2015 16:04:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402543 - head/devel/py-pygit2 Message-ID: <201511281604.tASG4vNG013879@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 28 16:04:56 2015 New Revision: 402543 URL: https://svnweb.freebsd.org/changeset/ports/402543 Log: - Update to 0.23.2 - Strip shared library - Do not silence installation message - Update pkg-descr Changes: https://pypi.python.org/pypi/pygit2#changelog PR: 204864 Submitted by: sunpoet (myself) Approved by: wg (maintainer) Modified: head/devel/py-pygit2/Makefile head/devel/py-pygit2/distinfo head/devel/py-pygit2/pkg-descr Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Sat Nov 28 16:04:52 2015 (r402542) +++ head/devel/py-pygit2/Makefile Sat Nov 28 16:04:56 2015 (r402543) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.23.0 +PORTVERSION= 0.23.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,6 +25,6 @@ regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pygit2.so ${STAGEDIR}${PYTHON_SITELIBDIR}/pygit2/_libgit2.so .include <bsd.port.mk> Modified: head/devel/py-pygit2/distinfo ============================================================================== --- head/devel/py-pygit2/distinfo Sat Nov 28 16:04:52 2015 (r402542) +++ head/devel/py-pygit2/distinfo Sat Nov 28 16:04:56 2015 (r402543) @@ -1,2 +1,2 @@ -SHA256 (pygit2-0.23.0.tar.gz) = 90101a7a4b3c3563662c4047d5b6c52d84d9150570a7262e88892c604545dcb2 -SIZE (pygit2-0.23.0.tar.gz) = 453779 +SHA256 (pygit2-0.23.2.tar.gz) = ca24907fba277647334ef1b86478d8cf1c44fbcc952dc4e36c7aba1cdbf39d03 +SIZE (pygit2-0.23.2.tar.gz) = 464703 Modified: head/devel/py-pygit2/pkg-descr ============================================================================== --- head/devel/py-pygit2/pkg-descr Sat Nov 28 16:04:52 2015 (r402542) +++ head/devel/py-pygit2/pkg-descr Sat Nov 28 16:04:56 2015 (r402543) @@ -1,4 +1,5 @@ Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2 -implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and 3.3. +implements the core of Git. Pygit2 works with Python 2.7, 3.2, 3.3, 3.4 and +pypy. WWW: http://www.pygit2.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511281604.tASG4vNG013879>