Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 12:19:11 +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: r329551 - head/devel/py-pygit2
Message-ID:  <201310061219.r96CJBL0022134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Oct  6 12:19:11 2013
New Revision: 329551
URL: http://svnweb.freebsd.org/changeset/ports/329551

Log:
  devel/py-pygit2: update to 0.19.1
  
  - Update to 0.19.1
  - Use PYDISTUTILS_AUTOPLIST

Deleted:
  head/devel/py-pygit2/pkg-plist
Modified:
  head/devel/py-pygit2/Makefile
  head/devel/py-pygit2/distinfo

Modified: head/devel/py-pygit2/Makefile
==============================================================================
--- head/devel/py-pygit2/Makefile	Sun Oct  6 11:18:02 2013	(r329550)
+++ head/devel/py-pygit2/Makefile	Sun Oct  6 12:19:11 2013	(r329551)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pygit2
-PORTVERSION=	0.19.0
+PORTVERSION=	0.19.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,5 +14,6 @@ LIB_DEPENDS=	libgit2.so:${PORTSDIR}/deve
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-pygit2/distinfo
==============================================================================
--- head/devel/py-pygit2/distinfo	Sun Oct  6 11:18:02 2013	(r329550)
+++ head/devel/py-pygit2/distinfo	Sun Oct  6 12:19:11 2013	(r329551)
@@ -1,2 +1,2 @@
-SHA256 (pygit2-0.19.0.tar.gz) = d98700e5850fb5ccbca71a45c3e73af54a64c634ac6595d4920fabb1799d228d
-SIZE (pygit2-0.19.0.tar.gz) = 108682
+SHA256 (pygit2-0.19.1.tar.gz) = 7a7f60c73981803739e4c65e2bb7cf69a0a01ff18764a15a9c971463aa491396
+SIZE (pygit2-0.19.1.tar.gz) = 109762



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310061219.r96CJBL0022134>