From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 10:14:25 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 602EF72A; Mon, 9 Jun 2014 10:14:25 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6BD248D; Mon, 9 Jun 2014 10:14:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59AEP4L023306; Mon, 9 Jun 2014 10:14:25 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59AEPv2023305; Mon, 9 Jun 2014 10:14:25 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201406091014.s59AEPv2023305@svn.freebsd.org> From: Marcus von Appen Date: Mon, 9 Jun 2014 10:14:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357125 - head/devel/ninja-ide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 10:14:25 -0000 Author: mva Date: Mon Jun 9 10:14:24 2014 New Revision: 357125 URL: http://svnweb.freebsd.org/changeset/ports/357125 QAT: https://qat.redports.org/buildarchive/r357125/ Log: - Enable stage support - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Deleted: head/devel/ninja-ide/pkg-plist Modified: head/devel/ninja-ide/Makefile Modified: head/devel/ninja-ide/Makefile ============================================================================== --- head/devel/ninja-ide/Makefile Mon Jun 9 10:10:49 2014 (r357124) +++ head/devel/ninja-ide/Makefile Mon Jun 9 10:14:24 2014 (r357125) @@ -3,7 +3,7 @@ PORTNAME= ninja-ide PORTVERSION= 2.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/ @@ -18,17 +18,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4- ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5,1:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.8.5:${PORTSDIR}/www/py-qt4-webkit -#PYDISTUTILS_PKGNAME= ${PORTNAME:tu:S,-,_,} -PYDISTUTILS_PKGNAME= ${PORTNAME:tu:S,-,_,} -#PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}_dev +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes USE_GITHUB= yes -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install - GH_ACCOUNT= ninja-ide GH_COMMIT= 85027df GH_TAGNAME= v${PORTVERSION} -NO_STAGE= yes .include