From owner-svn-ports-head@FreeBSD.ORG Sun Oct 6 12:19:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3E357733; Sun, 6 Oct 2013 12:19:12 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BE532747; Sun, 6 Oct 2013 12:19:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r96CJBFi022136; Sun, 6 Oct 2013 12:19:11 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r96CJBL0022134; Sun, 6 Oct 2013 12:19:11 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310061219.r96CJBL0022134@svn.freebsd.org> From: William Grzybowski Date: Sun, 6 Oct 2013 12:19:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329551 - head/devel/py-pygit2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 12:19:12 -0000 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 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