Date: Mon, 17 Feb 2014 05:20:47 +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: r344650 - head/www/py-pastedeploy Message-ID: <201402170520.s1H5Kl58062993@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Feb 17 05:20:47 2014 New Revision: 344650 URL: http://svnweb.freebsd.org/changeset/ports/344650 QAT: https://qat.redports.org/buildarchive/r344650/ Log: - Stage support - Convert to autplist - Bump PORTREV Deleted: head/www/py-pastedeploy/pkg-plist Modified: head/www/py-pastedeploy/Makefile Modified: head/www/py-pastedeploy/Makefile ============================================================================== --- head/www/py-pastedeploy/Makefile Mon Feb 17 05:19:55 2014 (r344649) +++ head/www/py-pastedeploy/Makefile Mon Feb 17 05:20:47 2014 (r344650) @@ -3,6 +3,7 @@ PORTNAME= PasteDeploy PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pa RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_NOEGGINFO= yes +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?201402170520.s1H5Kl58062993>