From owner-svn-ports-head@FreeBSD.ORG Mon Jan 20 19:00:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6F42ED5; Mon, 20 Jan 2014 19:00:34 +0000 (UTC) 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 C32E61FA8; Mon, 20 Jan 2014 19:00:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0KJ0YJ3021449; Mon, 20 Jan 2014 19:00:34 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0KJ0Ycx021448; Mon, 20 Jan 2014 19:00:34 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201401201900.s0KJ0Ycx021448@svn.freebsd.org> From: Antoine Brodin Date: Mon, 20 Jan 2014 19:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340449 - head/devel/bzr-git 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.17 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: Mon, 20 Jan 2014 19:00:34 -0000 Author: antoine Date: Mon Jan 20 19:00:34 2014 New Revision: 340449 URL: http://svnweb.freebsd.org/changeset/ports/340449 QAT: https://qat.redports.org/buildarchive/r340449/ Log: - Stage support - Use PYDISTUTILS_AUTOPLIST Deleted: head/devel/bzr-git/pkg-plist Modified: head/devel/bzr-git/Makefile Modified: head/devel/bzr-git/Makefile ============================================================================== --- head/devel/bzr-git/Makefile Mon Jan 20 18:53:03 2014 (r340448) +++ head/devel/bzr-git/Makefile Mon Jan 20 19:00:34 2014 (r340449) @@ -15,13 +15,12 @@ LICENSE= GPLv2 BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr \ - py*-dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \ + ${PYTHON_PKGNAMEPREFIX}dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= bzr_git +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include