1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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)
This commit is contained in:
Marcus von Appen 2014-06-19 06:36:56 +00:00
parent c2a5ebfab7
commit 5eeb02faa6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358356

View File

@ -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-
@ -16,10 +16,10 @@ RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
USES= zip
USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracDateField
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>