From owner-svn-ports-head@FreeBSD.ORG Tue Mar 11 14:58:38 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 A180084D; Tue, 11 Mar 2014 14:58:38 +0000 (UTC) Received: from forward2l.mail.yandex.net (forward2l.mail.yandex.net [84.201.143.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FECBF41; Tue, 11 Mar 2014 14:58:37 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward2l.mail.yandex.net (Yandex) with ESMTP id 9E72A1AC0EEC; Tue, 11 Mar 2014 18:58:29 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id DD4891B43712; Tue, 11 Mar 2014 18:58:28 +0400 (MSK) Received: from unknown (unknown [77.66.228.253]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id ppowbqm0I3-wSeOcaBK; Tue, 11 Mar 2014 18:58:28 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 4f64d21d-2117-4288-b3d3-e56992e286fa DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1394549908; bh=7r+qG2ePLBNWu2ydLG9jvIiEbfywoj0DLcEjz7mEw3Y=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=q1UWMIhuKa7ePhD+RlZLjdjdNRimFEz8A9a8viuQwvX7Y9h6bULN2K60qVIQhPH5t bQAvx7j01KWB4ksvsXgZfrJwuo10kTY4tJKWc2c7UYQU1Zk7QjQWK75O5ulphuc/EV vUXBUusJsB5BGkKXRlAG7zqkwA5gMJogOrCEvMjQ= Authentication-Results: smtp3h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <531F2490.20505@yandex.ru> Date: Tue, 11 Mar 2014 18:58:24 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Steve Wills , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r347886 - in head/www: . py-django-pipeline12 References: <201403111453.s2BEruMv033474@svn.freebsd.org> In-Reply-To: <201403111453.s2BEruMv033474@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 11 Mar 2014 14:58:38 -0000 Steve Wills wrote on 11.03.2014 18:53: > Author: swills > Date: Tue Mar 11 14:53:55 2014 > New Revision: 347886 > URL: http://svnweb.freebsd.org/changeset/ports/347886 > QAT: https://qat.redports.org/buildarchive/r347886/ > > Log: > Pipeline is an asset packaging library for Django, providing > both CSS and JavaScript concatenation and compression, built-in > JavaScript template support, and optional data-URI image embedding. > > This port will be used by an updated www/reviewboard. > > WWW: https://github.com/cyberdelia/django-pipeline > > Added: > head/www/py-django-pipeline12/ > head/www/py-django-pipeline12/Makefile (contents, props changed) > head/www/py-django-pipeline12/distinfo (contents, props changed) > head/www/py-django-pipeline12/pkg-descr (contents, props changed) > head/www/py-django-pipeline12/pkg-plist (contents, props changed) > Modified: > head/www/Makefile > > Modified: head/www/Makefile > ============================================================================== > --- head/www/Makefile Tue Mar 11 14:45:21 2014 (r347885) > +++ head/www/Makefile Tue Mar 11 14:53:55 2014 (r347886) > @@ -1514,6 +1514,7 @@ > SUBDIR += py-django-photologue > SUBDIR += py-django-picklefield > SUBDIR += py-django-pipeline > + SUBDIR += py-django-pipeline12 > SUBDIR += py-django-piston > SUBDIR += py-django-profiles > SUBDIR += py-django-registration > > Added: head/www/py-django-pipeline12/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/py-django-pipeline12/Makefile Tue Mar 11 14:53:55 2014 (r347886) > @@ -0,0 +1,22 @@ > +# Created by: Cheng-Lung Sung > +# $FreeBSD$ > + > +PORTNAME= django-pipeline > +PORTVERSION= 1.2.24 > +PORTEPOCH= 1 > +CATEGORIES= www python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > +PKGNAMESUFFIX= 12 > + > +MAINTAINER= swills@FreeBSD.org > +COMMENT= Asset (css/js) packaging library for Django > + > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>0:${PORTSDIR}/www/py-django14 > + > +CONFLICTS= py[23][0-9]-django-pipeline-[0-9]* > + > +USE_PYTHON= 2 > +USE_PYDISTUTILS=yes > + > +.include Hi Steve, why portepoch in new port? Any reason to not use PYDISTUTILS_AUTOPLIST? And if pkg-plist is there for reason, why not to use %%PYTHON_SITELIBDIR%% instead of %%PYTHON_LIBDIR%%/site-packages? -- Regards, Ruslan T.O.S. Of Reality