Date: Tue, 4 Mar 2014 16:30:53 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347041 - head/www/py-flask-cache Message-ID: <201403041630.s24GUrL6093335@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Mar 4 16:30:53 2014 New Revision: 347041 URL: http://svnweb.freebsd.org/changeset/ports/347041 QAT: https://qat.redports.org/buildarchive/r347041/ Log: - Stage support - Switch from easy_install to install - Use PYDISTUTILS_AUTOPLIST Deleted: head/www/py-flask-cache/pkg-plist Modified: head/www/py-flask-cache/Makefile Modified: head/www/py-flask-cache/Makefile ============================================================================== --- head/www/py-flask-cache/Makefile Tue Mar 4 16:22:48 2014 (r347040) +++ head/www/py-flask-cache/Makefile Tue Mar 4 16:30:53 2014 (r347041) @@ -3,7 +3,7 @@ PORTNAME= Flask-Cache PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lichray@gmail.com COMMENT= Cache support for your Flask application -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:${PORTSDIR}/www/py-flask USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= Flask_Cache +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?201403041630.s24GUrL6093335>