Date: Tue, 11 Mar 2014 18:58:24 +0400 From: Ruslan Makhmatkhanov <cvs-src@yandex.ru> To: Steve Wills <swills@FreeBSD.org>, 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 Message-ID: <531F2490.20505@yandex.ru> In-Reply-To: <201403111453.s2BEruMv033474@svn.freebsd.org> References: <201403111453.s2BEruMv033474@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <clsung@FreeBSD.org> > +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?531F2490.20505>