Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2014 03:14:45 +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: r346851 - head/www/py-satchmo
Message-ID:  <201403030314.s233EjhS093426@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Mar  3 03:14:45 2014
New Revision: 346851
URL: http://svnweb.freebsd.org/changeset/ports/346851
QAT: https://qat.redports.org/buildarchive/r346851/

Log:
  - Stage support
  - Generate auto-plist

Deleted:
  head/www/py-satchmo/pkg-plist
Modified:
  head/www/py-satchmo/Makefile

Modified: head/www/py-satchmo/Makefile
==============================================================================
--- head/www/py-satchmo/Makefile	Mon Mar  3 03:12:25 2014	(r346850)
+++ head/www/py-satchmo/Makefile	Mon Mar  3 03:14:45 2014	(r346851)
@@ -30,8 +30,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}djan
 
 USES=		gettext
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_EGG=	Satchmo-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONS_DEFINE=	SOUTH FEDEX AKISMET
 OPTIONS_DEFAULT=FEDEX
@@ -40,7 +40,6 @@ SOUTH_DESC=		Use South database migratio
 FEDEX_DESC=		Use Fedex web services for shipping
 AKISMET_DESC=	Use Akismet for spam filtering on product reviews
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSOUTH}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403030314.s233EjhS093426>