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:34:22 +00:00
parent 6c7200ba88
commit c2a5ebfab7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358355

View File

@ -3,7 +3,7 @@
PORTNAME= defaultcc
PORTVERSION= 0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
PKGNAMEPREFIX= trac-
@ -14,14 +14,14 @@ COMMENT= Plugin that adds default CC value for tickets
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
USE_PYTHON= 2
USES= zip
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Default_CC
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/trunk
REL= 10605
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>