svn commit: r346851 - head/www/py-satchmo
Martin Wilke
miwi at FreeBSD.org
Mon Mar 3 03:14:45 UTC 2014
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}
More information about the svn-ports-head
mailing list