diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-25 17:04:17 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-25 17:04:17 +0000 |
commit | 2bdd607809046884b0af1e2be55d1d9599d0c3bb (patch) | |
tree | 0b286238b3090573abb42592d881ac933516ac3c | |
parent | - Update to 1.541 (diff) |
devel/py-pygit2: update to 0.20.0
Notes
Notes:
svn path=/head/; revision=334867
-rw-r--r-- | devel/py-pygit2/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pygit2/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-pygit2/Makefile b/devel/py-pygit2/Makefile index 76221fd44c2a..ee2ddd5e0669 100644 --- a/devel/py-pygit2/Makefile +++ b/devel/py-pygit2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.19.1 +PORTVERSION= 0.20.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Python bindings for libgit2 -LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2 +LIB_DEPENDS= libgit2.so.0.20.0:${PORTSDIR}/devel/libgit2 USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/devel/py-pygit2/distinfo b/devel/py-pygit2/distinfo index 44e1bd50958e..ab8bad0b40e7 100644 --- a/devel/py-pygit2/distinfo +++ b/devel/py-pygit2/distinfo @@ -1,2 +1,2 @@ -SHA256 (pygit2-0.19.1.tar.gz) = 7a7f60c73981803739e4c65e2bb7cf69a0a01ff18764a15a9c971463aa491396 -SIZE (pygit2-0.19.1.tar.gz) = 109762 +SHA256 (pygit2-0.20.0.tar.gz) = 800c687a685abe6c963064bbdbe69f3d65a4fe5c43dae3e7c16722bb0e162310 +SIZE (pygit2-0.20.0.tar.gz) = 113474 |