diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-19 06:36:56 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-19 06:36:56 +0000 |
commit | 5eeb02faa635406a7eb5cfc61687366dee0d0602 (patch) | |
tree | 3c4180077eeb9093053f8be547ec235cccc3bb82 | |
parent | - Remove easy_install dependency (diff) |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
-rw-r--r-- | www/trac-datefield/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/trac-datefield/Makefile b/www/trac-datefield/Makefile index 2dbce6457d7b..2320ffdcf0c3 100644 --- a/www/trac-datefield/Makefile +++ b/www/trac-datefield/Makefile @@ -3,7 +3,7 @@ PORTNAME= datefield PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www python MASTER_SITES= http://dist.codelabs.ru/fbsd/ PKGNAMEPREFIX= trac- @@ -15,11 +15,11 @@ COMMENT= Plugin for creating date fields RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac USES= zip -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= TracDateField +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes WRKSRC= ${WRKDIR}/datefieldplugin/0.11 REL= 7267 -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +.include "${.CURDIR}/../../www/trac/plugin.mk" .include <bsd.port.mk> |