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:
parent
a7f95caf8d
commit
710d86650f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358294
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= privatetickets
|
PORTNAME= privatetickets
|
||||||
PORTVERSION= 2.0.2
|
PORTVERSION= 2.0.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= www devel python
|
CATEGORIES= www devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= trac-
|
PKGNAMEPREFIX= trac-
|
||||||
@ -14,10 +14,9 @@ COMMENT= Modified ticket security for Trac
|
|||||||
|
|
||||||
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= easy_install
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_PKGNAME= TracPrivateTickets
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user