Date: Wed, 29 Jan 2014 15:56:23 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341752 - in head/www: py-django-sekizai py-django-storages py-django_compressor py-dotcloud.cli Message-ID: <201401291556.s0TFuNNl021075@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Wed Jan 29 15:56:23 2014 New Revision: 341752 URL: http://svnweb.freebsd.org/changeset/ports/341752 QAT: https://qat.redports.org/buildarchive/r341752/ Log: - Convert to PYDISTUTILS_AUTOPLIST - Stage support - bump PORTREVISION Deleted: head/www/py-django-sekizai/pkg-plist head/www/py-django-storages/pkg-plist head/www/py-django_compressor/pkg-plist head/www/py-dotcloud.cli/pkg-plist Modified: head/www/py-django-sekizai/Makefile head/www/py-django-storages/Makefile head/www/py-django_compressor/Makefile head/www/py-dotcloud.cli/Makefile Modified: head/www/py-django-sekizai/Makefile ============================================================================== --- head/www/py-django-sekizai/Makefile Wed Jan 29 15:39:37 2014 (r341751) +++ head/www/py-django-sekizai/Makefile Wed Jan 29 15:56:23 2014 (r341752) @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djan ${PYTHON_PKGNAMEPREFIX}django-classy-tags>=0.3.1:${PORTSDIR}/www/py-django-classy-tags USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/www/py-django-storages/Makefile ============================================================================== --- head/www/py-django-storages/Makefile Wed Jan 29 15:39:37 2014 (r341751) +++ head/www/py-django-storages/Makefile Wed Jan 29 15:56:23 2014 (r341752) @@ -3,6 +3,7 @@ PORTNAME= django-storages PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,8 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= Generic storages for Django USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/www/py-django_compressor/Makefile ============================================================================== --- head/www/py-django_compressor/Makefile Wed Jan 29 15:39:37 2014 (r341751) +++ head/www/py-django_compressor/Makefile Wed Jan 29 15:56:23 2014 (r341752) @@ -3,6 +3,7 @@ PORTNAME= django_compressor PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,14 +17,14 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ve RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-appconf>=0.4:${PORTSDIR}/www/py-django-appconf USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= BEAUTIFULSOUP LXML HTML5LIB BEAUTIFULSOUP_DESC= Enable BeautifulSoupParser LXML_DESC= Enable LxmlParser HTML5LIB_DESC= Enable Html5LibParser -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBEAUTIFULSOUP} Modified: head/www/py-dotcloud.cli/Makefile ============================================================================== --- head/www/py-dotcloud.cli/Makefile Wed Jan 29 15:39:37 2014 (r341751) +++ head/www/py-dotcloud.cli/Makefile Wed Jan 29 15:56:23 2014 (r341752) @@ -3,6 +3,7 @@ PORTNAME= dotcloud.cli PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= dotCloud command-line interface client USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401291556.s0TFuNNl021075>