From owner-svn-ports-head@FreeBSD.ORG Thu Oct 31 21:43:54 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 E493BD8C; Thu, 31 Oct 2013 21:43:54 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71F2425A2; Thu, 31 Oct 2013 21:43:54 +0000 (UTC) Received: from [89.183.20.251] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Vc01p-000096-Ca; Thu, 31 Oct 2013 22:43:45 +0100 Date: Thu, 31 Oct 2013 22:43:46 +0100 From: Marcus von Appen To: Veniamin Gvozdikov Subject: Re: svn commit: r332287 - in head/sysutils: . py-halite py-halite/files Message-ID: <20131031214346.GA1402@medusa.sysfault.org> Mail-Followup-To: Veniamin Gvozdikov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201310312121.r9VLLp4d066004@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <201310312121.r9VLLp4d066004@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) X-Df-Sender: MTEyNTc0Mg== Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Marcus von Appen 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: Thu, 31 Oct 2013 21:43:55 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Thu Oct 31, 2013, Veniamin Gvozdikov wrote: > Author: vg > Date: Thu Oct 31 21:21:51 2013 > New Revision: 332287 > URL: http://svnweb.freebsd.org/changeset/ports/332287 > > Log: > sysutils/py-halite WebUI for sysutils/py-salt > > Halite : SaltStack Web UI > ========================= > > Halite is a lightweight, event-driven web interface for SaltStack. Looks like a perfect candidate for PYDISTUTILS_AUTOPLIST=yes, too. If the authors (at some point) add Python 3.x compatibility, we would not have to bother about adding support for it except for changing the USE_PYTHON version. [...] > Added: head/sysutils/py-halite/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/py-halite/Makefile Thu Oct 31 21:21:51 2013 (r332287) > @@ -0,0 +1,28 @@ > +# Created by: Christer Edwards > +# $FreeBSD$ > + > +PORTNAME= halite > +PORTVERSION= 0.1.0 > +CATEGORIES= sysutils python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= christer.edwards@gmail.com > +COMMENT= SaltStack Web UI > + > +LICENSE= AL2 > + > +FETCH_ARGS= -pRr > +USE_PYTHON= 2.6-2.7 > +USE_PYDISTUTILS=easy_install > + > +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>=0.17.0:${PORTSDIR}/sysutils/py-salt \ > + ${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy > + > +RUN_DEPENDS:= ${BUILD_DEPENDS} > + > +NO_STAGE= yes ^^^^^^^^^^ This should be avoided for new ports. Is there a specific reason, why stagedir does not work? Cheers Marcus --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlJyzxIACgkQi68/ErJnpkd5BwCfdlzShBbKn0TCIMJYVsGPiib2 ucEAnjnXdOTyIUl+EjV2ToCQaTffIMD0 =a9D9 -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--